Home
last modified time | relevance | path

Searched refs:Iop_Shl8 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h428 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c1019 op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 || in mkSzOp()
2006 binop(Iop_Shl8, mkexpr(rOnes), mkU8(3)), in set_AV_CR6()
2007 binop(Iop_Shl8, mkexpr(rZeros), mkU8(1))) ); in set_AV_CR6()
2009 putCR321( 6, binop(Iop_Shl8, mkexpr(rZeros), mkU8(1)) ); in set_AV_CR6()
6499 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6530 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6564 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6657 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6750 putCR321(0, binop( Iop_Shl8, in dis_memsync()
16074 assign( idx, binop(Iop_Shl8, mkexpr(eb), mkU8(3)) ); in dis_av_store()
[all …]
Dir_defs.c137 case Iop_Shl8 ... Iop_Shl64: in ppIROp()
138 str = "Shl"; base = Iop_Shl8; break; in ppIROp()
2606 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in typeOfPrimop()
Dhost_amd64_isel.c1011 case Iop_Shl64: case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
1031 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
Dguest_x86_toIR.c712 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSizedOp()
2537 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
2558 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
6390 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
Dhost_s390_isel.c1466 case Iop_Shl8: in s390_isel_int_expr_wrk()
Dguest_amd64_toIR.c312 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSizedOp()
3696 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
3717 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
8073 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
29848 mkSizedOp(ty,Iop_Shl8), in dis_ESC_0F38__VEX()
29987 delta = dis_SHIFTX( uses_vvvv, vbi, pfx, delta, "shlx", Iop_Shl8 ); in dis_ESC_0F38__VEX()
30048 binop(mkSizedOp(ty,Iop_Shl8), mkexpr(src1), in dis_ESC_0F38__VEX()
31673 binop( mkSizedOp(ty,Iop_Shl8), mkexpr(src), in dis_ESC_0F3A__VEX()
Dhost_x86_isel.c980 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1474 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64: in iselWordExpr_R_wrk()
Dir_opt.c2148 e2 = IRExpr_Binop(Iop_Shl8, e->Iex.Binop.arg1, in fold_Expr()
Dguest_mips_toIR.c1698 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSzOp()
Dguest_s390_toIR.c13217 assign(op, binop(Iop_Shl8, load(Ity_I8, mkexpr(src_addr)), mkU8(1))); in s390_irgen_TROT()
/external/valgrind/VEX/useful/
Dtest_main.c1891 case Iop_Shl8: case Iop_Shr8: in expr2vbits_Binop()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c62 …{ DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
/external/valgrind/memcheck/
Dmc_translate.c4074 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in expr2vbits_Binop()