Searched refs:MIPSInstr_LI (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_isel.c | 900 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 …]
|
D | host_mips_defs.h | 631 extern MIPSInstr *MIPSInstr_LI(HReg, ULong);
|
D | host_mips_defs.c | 1109 MIPSInstr *MIPSInstr_LI(HReg dst, ULong imm) in MIPSInstr_LI() function
|