host_mips_isel.c | 267 HReg irrm = iselWordExpr_R(env, mode); local 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); local 2543 HReg irrm = newVRegI(env); local [all...] |