Home | History | Annotate | Download | only in priv

Lines Matching refs:rTmp

300    /* mov rTmp, #DEFAULT_FPSCR
301 fmxr fpscr, rTmp
303 HReg rTmp = newVRegI(env);
304 addInstr(env, ARMInstr_Imm32(rTmp, DEFAULT_FPSCR));
305 addInstr(env, ARMInstr_FPSCR(True/*toFPSCR*/, rTmp));
1071 HReg rTmp = lookupIRTemp(env, e->Iex.RdTmp.tmp);
1072 /* CmpOrTst doesn't modify rTmp; so this is OK. */
1074 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));
1088 HReg rTmp = iselIntExpr_R(env, e->Iex.Unop.arg);
1090 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));