Home
last modified time | relevance | path

Searched refs:MIPSInstr_LI (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c900 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk()
1017 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk()
1039 addInstr(env, MIPSInstr_LI(mask, 0xffffffff)); in iselWordExpr_R_wrk()
1131 addInstr(env, MIPSInstr_LI(r_dst, 0x1)); in iselWordExpr_R_wrk()
1466 addInstr(env, MIPSInstr_LI(r_dst, (ULong) l)); in iselWordExpr_R_wrk()
1716 addInstr(env, MIPSInstr_LI(r_dst, 0x1)); in iselCondCode_wrk()
1902 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo)); in iselInt64Expr_wrk()
1906 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi)); in iselInt64Expr_wrk()
1907 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo)); in iselInt64Expr_wrk()
2949 addInstr(env, MIPSInstr_LI(r_dst, 0x1)); in iselStmt()
[all …]
Dhost_mips_defs.h631 extern MIPSInstr *MIPSInstr_LI(HReg, ULong);
Dhost_mips_defs.c1109 MIPSInstr *MIPSInstr_LI(HReg dst, ULong imm) in MIPSInstr_LI() function