Home | History | Annotate | Download | only in priv

Lines Matching refs:irrm

267    HReg irrm = iselWordExpr_R(env, mode);
272 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
274 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
275 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3)));
285 addInstr(env, MIPSInstr_MtFCSR(irrm));
2485 HReg irrm = newVRegI(env);
2489 addInstr(env, MIPSInstr_Load(4, irrm, am_addr1, mode64));
2496 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
2498 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
2499 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp,
2510 addInstr(env, MIPSInstr_MtFCSR(irrm));
2543 HReg irrm = newVRegI(env);
2547 addInstr(env, MIPSInstr_Load(4, irrm, am_addr1, mode64));
2553 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm,
2555 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp)));
2556 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp,
2567 addInstr(env, MIPSInstr_MtFCSR(irrm));