Lines Matching refs:rrm2
740 HReg rrm2 = newVRegI(env);
743 /* movq %rrm, %rrm2
744 andq $3, %rrm2 -- shouldn't be needed; paranoia
745 shlq $10, %rrm2
746 orq $DEFAULT_FPUCW, %rrm2
747 movq %rrm2, -8(%rsp)
750 addInstr(env, mk_iMOVsd_RR(rrm, rrm2));
751 addInstr(env, AMD64Instr_Alu64R(Aalu_AND, AMD64RMI_Imm(3), rrm2));
752 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 10, rrm2));
754 AMD64RMI_Imm(DEFAULT_FPUCW), rrm2));
756 AMD64RI_Reg(rrm2), m8_rsp));