HomeSort by relevance Sort by last modified time
    Searched refs:Iop_Xor8 (Results 1 - 17 of 17) sorted by null

  /external/valgrind/VEX/pub/
libvex_ir.h 427 Iop_Xor8, Iop_Xor16, Iop_Xor32, Iop_Xor64,
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 711 || op8 == Iop_Or8 || op8 == Iop_And8 || op8 == Iop_Xor8
864 return toBool(op8 == Iop_And8 || op8 == Iop_Or8 || op8 == Iop_Xor8);
947 case Iop_Xor8: ccOp += X86G_CC_OP_LOGICB; break;
    [all...]
ir_opt.c     [all...]
ir_defs.c 135 case Iop_Xor8 ... Iop_Xor64:
136 str = "Xor"; base = Iop_Xor8; break;
    [all...]
host_tilegx_isel.c 512 case Iop_Xor8:
    [all...]
guest_amd64_toIR.c 311 || op8 == Iop_Or8 || op8 == Iop_And8 || op8 == Iop_Xor8
    [all...]
guest_ppc_toIR.c     [all...]
guest_s390_toIR.c     [all...]
host_s390_isel.c     [all...]
host_mips_isel.c 858 case Iop_Xor8:
    [all...]
host_x86_isel.c 943 case Iop_Xor8: case Iop_Xor16: case Iop_Xor32:
    [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
guest_mips_toIR.c     [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /external/valgrind/memcheck/tests/vbit-test/
irops.c 58 { DEFOP(Iop_Xor8, UNDEF_SAME), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
    [all...]

Completed in 89 milliseconds