Home | History | Annotate | Download | only in priv

Lines Matching defs:tR

320    HReg tR   = newVRegI(env);
323 tR = irrm >> 1; if we're lucky, these will issue together
325 tR &= 1; ditto
326 t3 = tL | tR;
331 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));
333 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
334 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));