Home | History | Annotate | Download | only in priv

Lines Matching refs:tL

319    HReg tL   = newVRegI(env);
322 /* tL = irrm << 1;
324 tL &= 2;
326 t3 = tL | tR;
330 addInstr(env, ARMInstr_Shift(ARMsh_SHL, tL, irrm, ARMRI5_I5(1)));
332 addInstr(env, ARMInstr_Alu(ARMalu_AND, tL, tL, ARMRI84_I84(2,0)));
334 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));