Home | History | Annotate | Download | only in priv

Lines Matching refs:irrm

322    HReg irrm = iselIntExpr_R(env, mode);
326 /* tL = irrm << 1;
327 tR = irrm >> 1; if we're lucky, these will issue together
334 addInstr(env, ARMInstr_Shift(ARMsh_SHL, tL, irrm, ARMRI5_I5(1)));
335 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));