Home | History | Annotate | Download | only in priv

Lines Matching refs:tR

332    HReg tR   = newVRegI(env);
335 tR = irrm >> 1; if we're lucky, these will issue together
337 tR &= 1; ditto
338 t3 = tL | tR;
343 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
345 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
346 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));