Searched refs:MIPSInstr_Cmp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_isel.c | 1040 addInstr(env, MIPSInstr_Cmp(syned, size32, dst, r1, r2, cc)); in iselWordExpr_R_wrk() 1628 addInstr(env, MIPSInstr_Cmp(False, True, r_dst, tmp, in iselWordExpr_R_wrk() 1637 addInstr(env, MIPSInstr_Cmp(False, True, r_dst, r_src, in iselWordExpr_R_wrk() 1694 addInstr(env, MIPSInstr_Cmp(False, !(env->mode64), r_dst, r_src, in iselWordExpr_R_wrk() 2113 addInstr(env, MIPSInstr_Cmp(syned, size32, dst, r1, r2, cc)); in iselCondCode_wrk() 2389 addInstr(env, MIPSInstr_Cmp(False, size32, carryBit, tLo, xLo, cc)); in iselInt64Expr_wrk() 2415 addInstr(env, MIPSInstr_Cmp(False, size32, borrow, xLo, yLo, cc)); in iselInt64Expr_wrk() 2878 addInstr(env, MIPSInstr_Cmp(False, True, tmp1, zero, tmp2, cc)); in iselInt64Expr_wrk()
|
D | host_mips_defs.h | 635 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
|
D | host_mips_defs.c | 1224 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp() function
|