Home
last modified time | relevance | path

Searched refs:tHi_1 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_isel.c1084 HReg tHi_1 = newVRegI(env); in iselWordExpr_R_wrk() local
1100 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, in iselWordExpr_R_wrk()
1107 addInstr(env, MIPSInstr_Alu(Malu_OR, r_dst, tHi_1, in iselWordExpr_R_wrk()
1203 HReg tHi_1 = newVRegI(env); in iselWordExpr_R_wrk() local
1214 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, tHi, in iselWordExpr_R_wrk()
1221 addInstr(env, MIPSInstr_Alu(Malu_OR, r_dst, tHi_1, in iselWordExpr_R_wrk()
1232 HReg tHi_1 = newVRegI(env); in iselWordExpr_R_wrk() local
1252 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tHi_1, tHi, in iselWordExpr_R_wrk()
1256 addInstr(env, MIPSInstr_Alu(Malu_OR, r_dst, tHi_1, in iselWordExpr_R_wrk()
1266 HReg tHi_1 = newVRegI(env); in iselWordExpr_R_wrk() local
[all …]
Dhost_tilegx_isel.c762 HReg tHi_1 = newVRegI(env); in iselWordExpr_R_wrk() local
766 addInstr(env, TILEGXInstr_Shft(GXshft_SLL, False, tHi_1, tHi, in iselWordExpr_R_wrk()
772 addInstr(env, TILEGXInstr_Alu(GXalu_OR, r_dst, tHi_1, in iselWordExpr_R_wrk()