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

  /external/valgrind/VEX/pub/
libvex_ir.h 426 Iop_And8, Iop_And16, Iop_And32, Iop_And64,
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
util.c 235 case Iop_Or16: case Iop_And16: case Iop_Xor16:
    [all...]
irops.c 31 { DEFOP(Iop_And16, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 770 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2));
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 498 case Iop_And16:
    [all...]
ir_opt.c     [all...]
guest_s390_toIR.c     [all...]
host_s390_isel.c     [all...]
host_mips_isel.c 845 case Iop_And16:
    [all...]
host_x86_isel.c 939 case Iop_And8: case Iop_And16: case Iop_And32:
    [all...]
ir_defs.c     [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c 507 return assignNew('V', mce, Ity_I16, binop(Iop_And16, a1, a2));
    [all...]

Completed in 65 milliseconds