Searched refs:MIPSInstr_LI (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 1103 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk() 1217 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk() 1273 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk() 1439 addInstr(env, MIPSInstr_LI(r_dst, 0x1)); in iselWordExpr_R_wrk() 1833 addInstr(env, MIPSInstr_LI(r_dst, (ULong) l)); in iselWordExpr_R_wrk() 2137 addInstr(env, MIPSInstr_LI(r_dst, 0x1)); in iselCondCode_wrk() 2320 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo)); in iselInt64Expr_wrk() 2324 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi)); in iselInt64Expr_wrk() 2325 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo)); in iselInt64Expr_wrk() 2523 addInstr(env, MIPSInstr_LI(a2, sa->Mrh.Imm.imm16)); in iselInt64Expr_wrk() [all …]
|
D | host_mips_defs.h | 611 extern MIPSInstr *MIPSInstr_LI(HReg, ULong);
|
D | host_mips_defs.c | 759 MIPSInstr *MIPSInstr_LI(HReg dst, ULong imm) in MIPSInstr_LI() function
|