Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1733 IRTemp rMt, UInt shift_amt, /* operands */ in compute_result_and_C_after_LSL_by_imm5() argument
1741 assign( *res, mkexpr(rMt) ); in compute_result_and_C_after_LSL_by_imm5()
1748 binop(Iop_Shr32, mkexpr(rMt), in compute_result_and_C_after_LSL_by_imm5()
1753 binop(Iop_Shl32, mkexpr(rMt), mkU8(shift_amt)) ); in compute_result_and_C_after_LSL_by_imm5()
1763 IRTemp rMt, IRTemp rSt, /* operands */ in compute_result_and_C_after_LSL_by_reg() argument
1794 mkexpr(rMt), in compute_result_and_C_after_LSL_by_reg()
1820 mkexpr(rMt), in compute_result_and_C_after_LSL_by_reg()
1836 IRTemp rMt, UInt shift_amt, /* operands */ in compute_result_and_C_after_LSR_by_imm5() argument
1847 binop(Iop_Shr32, mkexpr(rMt), mkU8(31)), in compute_result_and_C_after_LSR_by_imm5()
1860 binop(Iop_Shr32, mkexpr(rMt), in compute_result_and_C_after_LSR_by_imm5()
[all …]