Searched refs:Iop_Shl16 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 423 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_amd64_isel.c | 910 case Iop_Shl64: case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk() 930 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
|
D | host_s390_isel.c | 1064 case Iop_Shl16: in s390_isel_int_expr_wrk()
|
D | ir_defs.c | 2233 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in typeOfPrimop()
|
D | host_x86_isel.c | 880 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1311 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64: in iselWordExpr_R_wrk()
|
D | guest_x86_toIR.c | 7898 binop(Iop_Shl16, mkexpr(t1), mkU8(8)), in math_BSWAP()
|
D | guest_s390_toIR.c | 11073 assign(op, binop(Iop_Shl16, load(Ity_I16, mkexpr(src_addr)), mkU8(1))); in s390_irgen_TRTT()
|
D | guest_amd64_toIR.c | 19638 binop(Iop_Shl16, mkexpr(t1), mkU8(8)), in math_BSWAP()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1842 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3460 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in expr2vbits_Binop()
|