Lines Matching refs:tHi
878 HReg tHi = newVRegI(env);
894 addInstr(env, MIPSInstr_Mfhi(tHi));
898 tHi, MIPSRH_Imm(False, 32)));
1000 HReg tHi = newVRegI(env);
1011 addInstr(env, MIPSInstr_Mfhi(tHi));
1014 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, tHi,
1029 HReg tHi = iselWordExpr_R(env, e->Iex.Binop.arg1);
1036 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, tHi,
1788 HReg tHi = newVRegI(env);
1795 addInstr(env, MIPSInstr_Mfhi(tHi));
1797 *rHi = tHi;
1812 HReg tHi = newVRegI(env);
1816 addInstr(env, MIPSInstr_Mfhi(tHi));
1818 *rHi = tHi;
1830 HReg tHi = newVRegI(env);
1834 addInstr(env, MIPSInstr_Mfhi(tHi));
1836 *rHi = tHi;
1882 HReg tHi = newVRegI(env);
1884 addInstr(env, MIPSInstr_Load(4, tHi, MIPSAMode_IR(0, r_addr), mode64));
1886 *rHi = tHi;
1897 HReg tHi = newVRegI(env);
1906 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi));
1908 *rHi = tHi;
1918 HReg tHi = newVRegI(env);
1923 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64));
1924 *rHi = tHi;
1974 HReg tHi = newVRegI(env);
1978 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, xHi, MIPSRH_Reg(yHi)));
1980 *rHi = tHi;
1987 HReg tHi = newVRegI(env);
1996 addInstr(env, MIPSInstr_Mfhi(tHi));
1998 *rHi = tHi;
2007 HReg tHi = newVRegI(env);
2013 addInstr(env, MIPSInstr_Mfhi(tHi));
2015 *rHi = tHi;
2033 HReg tHi = newVRegI(env);
2038 addInstr(env, MIPSInstr_Alu(op, tHi, xHi, MIPSRH_Reg(yHi)));
2040 *rHi = tHi;
2056 HReg tHi = newVRegI(env);
2065 addInstr(env, mk_iMOVds_RR(tHi, tmp));
2068 *rHi = tHi;
2076 HReg tHi = newVRegI(env);
2078 addInstr(env, mk_iMOVds_RR(tHi, src));
2080 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tHi, tHi,
2082 *rHi = tHi;
2090 HReg tHi = newVRegI(env);
2093 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64),
2095 *rHi = tHi;
2124 HReg tHi = newVRegI(env);
2136 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2141 *rHi = tHi;