/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 327 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in typeof_primop()
|
D | irops.c | 37 …{ DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 427 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 136 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()
|
D | guest_ppc_toIR.c | 938 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()
|
D | host_amd64_isel.c | 1012 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()
|
D | guest_x86_toIR.c | 712 || 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()
|
D | host_s390_isel.c | 1463 case Iop_Shl8: in s390_isel_int_expr_wrk()
|
D | guest_amd64_toIR.c | 312 || 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()
|
D | host_x86_isel.c | 980 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
|
D | ir_opt.c | 2112 e2 = IRExpr_Binop(Iop_Shl8, e->Iex.Binop.arg1, in fold_Expr()
|
D | host_ppc_isel.c | 1440 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64: in iselWordExpr_R_wrk()
|
D | guest_mips_toIR.c | 1692 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSzOp()
|
D | guest_s390_toIR.c | 13087 assign(op, binop(Iop_Shl8, load(Ity_I8, mkexpr(src_addr)), mkU8(1))); in s390_irgen_TROT()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1870 case Iop_Shl8: case Iop_Shr8: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3841 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in expr2vbits_Binop()
|