Searched refs:rDt (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 16645 IRTemp rDt = newTemp(Ity_I32); in disInstr_ARM_WRK() local 16646 assign(rDt, getIRegA(rD)); in disInstr_ARM_WRK() 16657 storeGuardedLE( mkexpr(taT), mkexpr(rDt), condT ); in disInstr_ARM_WRK() 16660 storeGuardedLE( mkexpr(taT), unop(Iop_32to8, mkexpr(rDt)), condT ); in disInstr_ARM_WRK() 19635 IRTemp rDt = newTemp(Ity_I32); in disInstr_THUMB_WRK() local 19641 assign(rDt, getIRegT(rD)); in disInstr_THUMB_WRK() 19647 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 19653 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 19659 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 19665 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK()
|