Lines Matching defs:tHi

1081             HReg tHi = newVRegI(env);
1097 addInstr(env, MIPSInstr_Mfhi(tHi));
1101 tHi, MIPSRH_Imm(False, 32)));
1200 HReg tHi = newVRegI(env);
1211 addInstr(env, MIPSInstr_Mfhi(tHi));
1214 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, tHi,
1229 HReg tHi = iselWordExpr_R(env, e->Iex.Binop.arg1);
1249 /* sll tHi_1, tHi, shift
1252 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tHi_1, tHi,
1263 HReg tHi = iselWordExpr_R(env, e->Iex.Binop.arg1);
1270 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, tHi,
2205 HReg tHi = newVRegI(env);
2212 addInstr(env, MIPSInstr_Mfhi(tHi));
2214 *rHi = tHi;
2229 HReg tHi = newVRegI(env);
2233 addInstr(env, MIPSInstr_Mfhi(tHi));
2235 *rHi = tHi;
2248 HReg tHi = newVRegI(env);
2252 addInstr(env, MIPSInstr_Mfhi(tHi));
2254 *rHi = tHi;
2300 HReg tHi = newVRegI(env);
2302 addInstr(env, MIPSInstr_Load(4, tHi, MIPSAMode_IR(0, r_addr), mode64));
2304 *rHi = tHi;
2315 HReg tHi = newVRegI(env);
2324 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi));
2326 *rHi = tHi;
2336 HReg tHi = newVRegI(env);
2341 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64));
2342 *rHi = tHi;
2384 HReg tHi = newVRegI(env);
2401 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, tHi1,
2404 *rHi = tHi;
2413 HReg tHi = newVRegI(env);
2428 addInstr(env, MIPSInstr_Alu(Malu_SUB, tHi, xHi, MIPSRH_Reg(yHi)));
2430 *rHi = tHi;
2437 HReg tHi = newVRegI(env);
2446 addInstr(env, MIPSInstr_Mfhi(tHi));
2448 *rHi = tHi;
2457 HReg tHi = newVRegI(env);
2463 addInstr(env, MIPSInstr_Mfhi(tHi));
2465 *rHi = tHi;
2483 HReg tHi = newVRegI(env);
2488 addInstr(env, MIPSInstr_Alu(op, tHi, xHi, MIPSRH_Reg(yHi)));
2490 *rHi = tHi;
2768 HReg tHi = newVRegI(env);
2785 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2788 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64));
2796 *rHi = tHi;
2812 HReg tHi = newVRegI(env);
2821 addInstr(env, mk_iMOVds_RR(tHi, tmp));
2824 *rHi = tHi;
2832 HReg tHi = newVRegI(env);
2834 addInstr(env, mk_iMOVds_RR(tHi, src));
2836 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tHi, tHi,
2838 *rHi = tHi;
2846 HReg tHi = newVRegI(env);
2850 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64),
2852 *rHi = tHi;
2860 HReg tHi = newVRegI(env);
2863 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64),
2865 *rHi = tHi;
2872 HReg tHi = newVRegI(env);
2893 tHi:tLo = arg | -arg. */
2894 addInstr(env, MIPSInstr_Alu(Malu_OR, tHi, yHi, MIPSRH_Reg(tmp1)));
2896 *rHi = tHi;
2925 HReg tHi = newVRegI(env);
2938 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2941 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64));
2949 *rHi = tHi;