Searched refs:Iop_Shl8 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 415 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 131 case Iop_Shl8 ... Iop_Shl64: in ppIROp() 132 str = "Shl"; base = Iop_Shl8; break; in ppIROp() 2099 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8: in typeOfPrimop()
|
D | guest_ppc_toIR.c | 899 op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 || in mkSzOp() 1722 binop(Iop_Shl8, mkexpr(rOnes), mkU8(3)), in set_AV_CR6() 1723 binop(Iop_Shl8, mkexpr(rZeros), mkU8(1))) ); in set_AV_CR6() 1725 putCR321( 6, binop(Iop_Shl8, mkexpr(rZeros), mkU8(1)) ); in set_AV_CR6() 5774 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync() 5867 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1))); in dis_memsync() 11286 assign( idx, binop(Iop_Shl8, in dis_av_store() 11299 assign( idx, binop(Iop_Shl8, in dis_av_store() 11312 assign( idx, binop(Iop_Shl8, in dis_av_store()
|
D | host_amd64_isel.c | 953 case Iop_Shl64: case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk() 973 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
|
D | host_s390_isel.c | 947 case Iop_Shl8: in s390_isel_int_expr_wrk()
|
D | guest_x86_toIR.c | 715 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSizedOp() 2514 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2() 2535 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2() 6253 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
|
D | guest_amd64_toIR.c | 317 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 in mkSizedOp() 3435 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2() 3456 binop( mkSizedOp(ty,Iop_Shl8), in dis_Grp2() 7494 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) ); in dis_bt_G_E()
|
D | ir_opt.c | 1659 e2 = IRExpr_Binop(Iop_Shl8, in fold_Expr()
|
D | host_ppc_isel.c | 1231 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64: in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 862 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1847 case Iop_Shl8: case Iop_Shr8: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3225 case Iop_Shl8: case Iop_Shr8: in expr2vbits_Binop()
|