Searched refs:Iop_Shr16 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 329 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in typeof_primop()
|
D | irops.c | 42 …{ DEFOP(Iop_Shr16, UNDEF_SHR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 428 Iop_Shr8, Iop_Shr16, Iop_Shr32, Iop_Shr64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 1472 case Iop_Shr16: in s390_isel_int_expr_wrk() 1515 case Iop_Shr16: in s390_isel_int_expr_wrk()
|
D | host_x86_isel.c | 982 case Iop_Shr32: case Iop_Shr16: case Iop_Shr8: in iselIntExpr_R_wrk() 1002 case Iop_Shr16: in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1014 case Iop_Shr64: case Iop_Shr32: case Iop_Shr16: case Iop_Shr8: in iselIntExpr_R_wrk() 1038 case Iop_Shr16: in iselIntExpr_R_wrk()
|
D | ir_defs.c | 2508 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in typeOfPrimop()
|
D | host_ppc_isel.c | 1442 case Iop_Shr8: case Iop_Shr16: case Iop_Shr32: case Iop_Shr64: in iselWordExpr_R_wrk()
|
D | guest_x86_toIR.c | 8038 binop(Iop_Shr16, mkexpr(t1), mkU8(8)) )); in math_BSWAP()
|
D | guest_amd64_toIR.c | 4783 binop(Iop_Shr16, mkexpr(old), mkU8(shift[i])), in gen_POPCOUNT() 21023 binop(Iop_Shr16, mkexpr(t1), mkU8(8)) )); in math_BSWAP()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1865 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3838 case Iop_Shl16: case Iop_Shr16: case Iop_Sar16: in expr2vbits_Binop()
|