Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c327 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in typeof_primop()
Dirops.c37 …{ DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h427 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c136 case Iop_Shl8 ... Iop_Shl64: in ppIROp()
137 str = "Shl"; base = Iop_Shl8; break; in ppIROp()
2506 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in typeOfPrimop()
Dguest_ppc_toIR.c938 op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 || in mkSzOp()
1888 binop(Iop_Shl8, mkexpr(rOnes), mkU8(3)), in set_AV_CR6()
1889 binop(Iop_Shl8, mkexpr(rZeros), mkU8(1))) ); in set_AV_CR6()
1891 putCR321( 6, binop(Iop_Shl8, mkexpr(rZeros), mkU8(1)) ); in set_AV_CR6()
6178 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6271 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync()
6349 putCR321(0, binop( Iop_Shl8, in dis_memsync()
15567 assign( idx, binop(Iop_Shl8, in dis_av_store()
15580 assign( idx, binop(Iop_Shl8, in dis_av_store()
15593 assign( idx, binop(Iop_Shl8, in dis_av_store()
Dhost_amd64_isel.c1012 case Iop_Shl64: case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
1032 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.c1463 case Iop_Shl8: in s390_isel_int_expr_wrk()
Dguest_amd64_toIR.c312 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSizedOp()
3689 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
3710 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2()
8046 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
29247 mkSizedOp(ty,Iop_Shl8), in dis_ESC_0F38__VEX()
29386 delta = dis_SHIFTX( uses_vvvv, vbi, pfx, delta, "shlx", Iop_Shl8 ); in dis_ESC_0F38__VEX()
29447 binop(mkSizedOp(ty,Iop_Shl8), mkexpr(src1), in dis_ESC_0F38__VEX()
31072 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()
Dir_opt.c2112 e2 = IRExpr_Binop(Iop_Shl8, e->Iex.Binop.arg1, in fold_Expr()
Dhost_ppc_isel.c1440 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64: in iselWordExpr_R_wrk()
Dguest_mips_toIR.c1692 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSzOp()
Dguest_s390_toIR.c13087 assign(op, binop(Iop_Shl8, load(Ity_I8, mkexpr(src_addr)), mkU8(1))); in s390_irgen_TROT()
/external/valgrind/main/VEX/
Dtest_main.c1870 case Iop_Shl8: case Iop_Shr8: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c3841 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in expr2vbits_Binop()