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

  /external/valgrind/VEX/priv/
guest_mips_toIR.c 944 return binop(Iop_Or32, binop(Iop_Shl32, src, mkU8(32 - rot)),
955 return binop(Iop_Or32, binop(Iop_Shl32, src, mkexpr(t1)),
    [all...]
guest_ppc_toIR.c     [all...]
guest_arm_toIR.c 399 binop(Iop_Shl32, mkexpr(src), mkU8(32 - rot)),
    [all...]
guest_x86_toIR.c 980 case Iop_Shl32: ccOp = X86G_CC_OP_SHLL - ccOp; break;
    [all...]
guest_s390_toIR.c     [all...]
guest_tilegx_toIR.c     [all...]
guest_x86_helpers.c     [all...]
host_x86_isel.c     [all...]
guest_amd64_toIR.c     [all...]
guest_s390_helpers.c     [all...]
host_tilegx_isel.c 551 case Iop_Shl32:
    [all...]
ir_opt.c     [all...]
host_amd64_isel.c     [all...]
host_s390_isel.c     [all...]
host_arm64_isel.c     [all...]
host_mips_isel.c 904 case Iop_Shl32:
    [all...]
ir_defs.c     [all...]
host_ppc_isel.c     [all...]
guest_arm64_toIR.c 436 //ZZ binop(Iop_Shl32, mkexpr(src), mkU8(32 - rot)),
482 case Ity_I32: return Iop_Shl32;
    [all...]
host_arm_isel.c     [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 428 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64,
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
util.c 331 case Iop_Shl32: case Iop_Shr32: case Iop_Sar32:
    [all...]
irops.c 40 { DEFOP(Iop_Shl32, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
    [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 96 milliseconds