Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1760 IRTemp rMt, UInt shift_amt, /* operands */ in compute_result_and_C_after_LSL_by_imm5() argument
1768 assign( *res, mkexpr(rMt) ); in compute_result_and_C_after_LSL_by_imm5()
1775 binop(Iop_Shr32, mkexpr(rMt), in compute_result_and_C_after_LSL_by_imm5()
1780 binop(Iop_Shl32, mkexpr(rMt), mkU8(shift_amt)) ); in compute_result_and_C_after_LSL_by_imm5()
1790 IRTemp rMt, IRTemp rSt, /* operands */ in compute_result_and_C_after_LSL_by_reg() argument
1821 mkexpr(rMt), in compute_result_and_C_after_LSL_by_reg()
1847 mkexpr(rMt), in compute_result_and_C_after_LSL_by_reg()
1863 IRTemp rMt, UInt shift_amt, /* operands */ in compute_result_and_C_after_LSR_by_imm5() argument
1874 binop(Iop_Shr32, mkexpr(rMt), mkU8(31)), in compute_result_and_C_after_LSR_by_imm5()
1887 binop(Iop_Shr32, mkexpr(rMt), in compute_result_and_C_after_LSR_by_imm5()
[all …]