Searched refs:MIPSInstr_Cmp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 1045 addInstr(env, MIPSInstr_Cmp(syned, size32, dst, r1, r2, cc)); in iselWordExpr_R_wrk() 1633 addInstr(env, MIPSInstr_Cmp(False, True, r_dst, tmp, in iselWordExpr_R_wrk() 1642 addInstr(env, MIPSInstr_Cmp(False, True, r_dst, r_src, in iselWordExpr_R_wrk() 1699 addInstr(env, MIPSInstr_Cmp(False, !(env->mode64), r_dst, r_src, in iselWordExpr_R_wrk() 2122 addInstr(env, MIPSInstr_Cmp(syned, size32, dst, r1, r2, cc)); in iselCondCode_wrk() 2398 addInstr(env, MIPSInstr_Cmp(False, size32, carryBit, tLo, xLo, cc)); in iselInt64Expr_wrk() 2424 addInstr(env, MIPSInstr_Cmp(False, size32, borrow, xLo, yLo, cc)); in iselInt64Expr_wrk() 2887 addInstr(env, MIPSInstr_Cmp(False, True, tmp1, zero, tmp2, cc)); in iselInt64Expr_wrk()
|
D | host_mips_defs.h | 615 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
|
D | host_mips_defs.c | 802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp() function
|