Searched refs:rDt (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 15180 IRTemp rDt = newTemp(Ity_I32); in disInstr_ARM_WRK() local 15181 assign(rDt, getIRegA(rD)); in disInstr_ARM_WRK() 15192 storeGuardedLE( mkexpr(taT), mkexpr(rDt), condT ); in disInstr_ARM_WRK() 15195 storeGuardedLE( mkexpr(taT), unop(Iop_32to8, mkexpr(rDt)), condT ); in disInstr_ARM_WRK() 18155 IRTemp rDt = newTemp(Ity_I32); in disInstr_THUMB_WRK() local 18161 assign(rDt, getIRegT(rD)); in disInstr_THUMB_WRK() 18167 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 18173 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 18179 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK() 18185 dis_buf, &res, &resC, rDt, rSt, rD, rS in disInstr_THUMB_WRK()
|