Lines Matching refs:irrm
330 HReg irrm = iselIntExpr_R(env, mode);
334 /* tL = irrm << 1;
335 tR = irrm >> 1; if we're lucky, these will issue together
342 addInstr(env, ARMInstr_Shift(ARMsh_SHL, tL, irrm, ARMRI5_I5(1)));
343 addInstr(env, ARMInstr_Shift(ARMsh_SHR, tR, irrm, ARMRI5_I5(1)));