Home
last modified time | relevance | path

Searched refs:Iop_Shr32 (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_mips_toIR.c543 binop(Iop_Shr32, getFCSR(), mkU8(23)), \
544 binop(Iop_Shr32, getFCSR(), mkU8(24+cc))), \
939 binop(Iop_Shr32, src, mkU8(rot))); in genROR32()
950 binop(Iop_Shr32, src, mkexpr(t0))); in genRORV32()
1094 binop(Iop_Shr32, getIReg(reg), mkU8(pos)), in getByteFromReg()
1772 binop(Iop_Shr32, mkexpr(ccIR),mkU8(5))),mkU32(2)), in dis_instr_CCondFmt()
1774 binop(Iop_Shr32, mkexpr(ccIR), mkU8(6))), in dis_instr_CCondFmt()
1782 assign(t1, binop(Iop_And32, binop(Iop_Shr32, mkexpr(ccMIPS), in dis_instr_CCondFmt()
1785 assign(t2, binop(Iop_And32, unop(Iop_Not32, binop(Iop_Shr32, in dis_instr_CCondFmt()
1788 assign(t3, binop(Iop_And32, binop(Iop_Shr32, mkexpr(ccMIPS), in dis_instr_CCondFmt()
[all …]
Dguest_x86_helpers.c966 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
977 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1016 binop(Iop_Shr32,cc_dep1,mkU8(31)), in guest_x86_spechelper()
1024 binop(Iop_Shr32,cc_dep1,mkU8(31)), in guest_x86_spechelper()
1042 binop(Iop_Shr32,cc_dep1,mkU8(15)), in guest_x86_spechelper()
1072 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1080 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1145 binop(Iop_Shr32, cc_dep1, mkU8(X86G_CC_SHIFT_C)), in guest_x86_spechelper()
1146 binop(Iop_Shr32, cc_dep1, mkU8(X86G_CC_SHIFT_Z)) in guest_x86_spechelper()
1167 binop(Iop_Shr32, cc_dep1, mkU8(X86G_CC_SHIFT_C)), in guest_x86_spechelper()
[all …]
Dguest_ppc_toIR.c830 binop(Iop_Shr32, mkexpr(hi32), mkU8(31)))); in mkQNarrow64Sto32()
1432 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])), in gen_POPCOUNT()
1498 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])), in gen_vpopcntd_mode32()
1512 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])), in gen_vpopcntd_mode32()
1539 binop(Iop_Shr32, src, binop(Iop_Sub8, mkU8(32), mask))); in ROTL()
1761 binop( Iop_Shr32, in getCRbit()
2010 = binop(Iop_Shr32, xer_ov, mkU8(31) ); in set_XER_OV_32()
2066 = binop(Iop_Shr32, xer_ov, mkU8(31) ); in set_XER_OV_32()
2344 binop(Iop_Shr32, argL, mkU8(31)), in set_XER_CA_32()
2739 return binop(Iop_Shr32, in getGST_field()
[all …]
Dguest_arm_helpers.c690 binop(Iop_Shr32, cc_dep1, mkU8(31)), in guest_arm_spechelper()
697 binop(Iop_Shr32, cc_dep1, mkU8(31)), in guest_arm_spechelper()
707 binop(Iop_Shr32, cc_dep1, in guest_arm_spechelper()
844 binop(Iop_Shr32, in guest_arm_spechelper()
Dguest_arm_toIR.c400 binop(Iop_Shr32, mkexpr(src), mkU8(rot))); in genROR32()
989 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore))); in put_GEFLAG32()
1075 binop(Iop_Shr32, IRExpr_Get(OFFB_FPSCR, Ity_I32), mkU8(22))); in mk_get_IR_rounding_mode()
1083 binop(Iop_Shr32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
1483 binop(Iop_Shr32, mkexpr(old_itstate), mkU8(8))); in gen_SIGILL_T_if_in_but_NLI_ITBlock()
1683 binop( Iop_Shr32, in signed_overflow_after_Add32()
1698 binop( Iop_Shr32, in signed_overflow_after_Sub32()
1748 binop(Iop_Shr32, mkexpr(rMt), in compute_result_and_C_after_LSL_by_imm5()
1793 binop(Iop_Shr32, in compute_result_and_C_after_LSL_by_reg()
1847 binop(Iop_Shr32, mkexpr(rMt), mkU8(31)), in compute_result_and_C_after_LSR_by_imm5()
[all …]
Dguest_x86_toIR.c978 case Iop_Shr32: in setFlags_DEP1_DEP2_shift()
2469 case 5: op32 = Iop_Shr32; break; in dis_Grp2()
2728 binop(Iop_Shr32, mkexpr(t2), mkU8(src_val)), in dis_Grp8_Imm()
3699 binop(Iop_Shr32, unop(Iop_64HIto32, mkexpr(i64)), mkU8(20)), in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE()
6256 shift = left_shift ? Iop_Shl32 : Iop_Shr32; in dis_SHLRD_Gv_Ev()
6431 binop(Iop_Shr32, in dis_bt_G_E()
6602 binop(Iop_Shr32, getIReg(4, R_EAX), mkU8(8)), in codegen_SAHF()
7660 binop(Iop_Shr32, mkexpr(t1), mkU8(10)), in set_EFLAGS_from_value()
7672 binop(Iop_Shr32, mkexpr(t1), mkU8(21)), in set_EFLAGS_from_value()
7685 binop(Iop_Shr32, mkexpr(t1), mkU8(18)), in set_EFLAGS_from_value()
[all …]
Dguest_s390_toIR.c1602 assign(fpc_bits, binop(Iop_Shr32, in get_dfp_rounding_mode_from_fpc()
1690 assign(b2, binop(Iop_And32, binop(Iop_Shr32, mkexpr(vex_cc), mkU8(2)), in convert_vex_bfpcc_to_s390()
1692 assign(b6, binop(Iop_And32, binop(Iop_Shr32, mkexpr(vex_cc), mkU8(6)), in convert_vex_bfpcc_to_s390()
3171 assign(carry_in, binop(Iop_Shr32, s390_call_calculate_cc(), mkU8(1))); in s390_irgen_ALCR()
3190 assign(carry_in, unop(Iop_32Uto64, binop(Iop_Shr32, s390_call_calculate_cc(), in s390_irgen_ALCGR()
3210 assign(carry_in, binop(Iop_Shr32, s390_call_calculate_cc(), mkU8(1))); in s390_irgen_ALC()
3229 assign(carry_in, unop(Iop_32Uto64, binop(Iop_Shr32, s390_call_calculate_cc(), in s390_irgen_ALCG()
6497 put_gpr_b5(r1, unop(Iop_32to8, binop(Iop_And32, binop(Iop_Shr32, mkexpr(op2), in s390_irgen_LRV()
6499 put_gpr_b6(r1, unop(Iop_32to8, binop(Iop_And32, binop(Iop_Shr32, mkexpr(op2), in s390_irgen_LRV()
6501 put_gpr_b7(r1, unop(Iop_32to8, binop(Iop_And32, binop(Iop_Shr32, mkexpr(op2), in s390_irgen_LRV()
[all …]
Dguest_amd64_toIR.c4811 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])), in gen_POPCOUNT()
5173 binop(Iop_Shr32, unop(Iop_64HIto32, mkexpr(i64)), mkU8(20)), in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE()
11605 binop(Iop_Shr32, getXMMRegLane32(rE,0), mkU8(31)), in dis_MOVMSKPS_128()
11608 binop(Iop_Shr32, getXMMRegLane32(rE,1), mkU8(30)), in dis_MOVMSKPS_128()
11611 binop(Iop_Shr32, getXMMRegLane32(rE,2), mkU8(29)), in dis_MOVMSKPS_128()
11614 binop(Iop_Shr32, getXMMRegLane32(rE,3), mkU8(28)), in dis_MOVMSKPS_128()
11640 binop(Iop_Shr32, getYMMRegLane32(rE,0), mkU8(31)), in dis_MOVMSKPS_256()
11643 binop(Iop_Shr32, getYMMRegLane32(rE,1), mkU8(30)), in dis_MOVMSKPS_256()
11646 binop(Iop_Shr32, getYMMRegLane32(rE,2), mkU8(29)), in dis_MOVMSKPS_256()
11649 binop(Iop_Shr32, getYMMRegLane32(rE,3), mkU8(28)), in dis_MOVMSKPS_256()
[all …]
Dhost_arm64_isel.c1727 case Iop_Shr32: in iselIntExpr_R_wrk()
1729 Bool zx = e->Iex.Binop.op == Iop_Shr32; in iselIntExpr_R_wrk()
Dguest_arm64_toIR.c437 case Ity_I32: return Iop_Shr32; in mkSHR()
1213 binop(Iop_Shr32, IRExpr_Get(OFFB_FPCR, Ity_I32), mkU8(22))); in mk_get_IR_rounding_mode()
1221 binop(Iop_Shr32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
Dhost_amd64_isel.c1014 case Iop_Shr64: case Iop_Shr32: case Iop_Shr16: case Iop_Shr8: in iselIntExpr_R_wrk()
1042 case Iop_Shr32: in iselIntExpr_R_wrk()
Dir_opt.c1864 case Iop_Shr32: { in fold_Expr()
2069 case Iop_Shr32: in fold_Expr()
Dhost_s390_isel.c1473 case Iop_Shr32: in s390_isel_int_expr_wrk()
Dir_defs.c2510 case Iop_Shl32: case Iop_Shr32: case Iop_Sar32: in typeOfPrimop()
Dhost_mips_isel.c907 case Iop_Shr32: in iselWordExpr_R_wrk()
Dhost_x86_isel.c982 case Iop_Shr32: case Iop_Shr16: case Iop_Shr8: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1442 case Iop_Shr8: case Iop_Shr16: case Iop_Shr32: case Iop_Shr64: in iselWordExpr_R_wrk()
Dhost_arm_isel.c1298 case Iop_Shr32: sop = ARMsh_SHR; goto sh_binop; in iselIntExpr_R_wrk()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c331 case Iop_Shl32: case Iop_Shr32: case Iop_Sar32: in typeof_primop()
Dirops.c43 …{ DEFOP(Iop_Shr32, UNDEF_SHR), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h428 Iop_Shr8, Iop_Shr16, Iop_Shr32, Iop_Shr64, enumerator
/external/valgrind/main/VEX/
Dtest_main.c1859 case Iop_Shl32: case Iop_Shr32: case Iop_Sar32: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c1034 IROp opSHR = m64 ? Iop_Shr64 : Iop_Shr32; in doCmpORD()
3835 case Iop_Shl32: case Iop_Shr32: case Iop_Sar32: in expr2vbits_Binop()