Searched refs:MIPScc_AL (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.c | 674 case MIPScc_AL: in showMIPSCondCode() 1600 if (i->Min.Call.cond != MIPScc_AL) { in ppMIPSInstr() 1869 if (i->Min.Call.cond != MIPScc_AL) in getRegUsage_MIPSInstr() 2070 if (i->Min.Call.cond != MIPScc_AL) in mapRegs_MIPSInstr() 3145 if (cond != MIPScc_AL) { in emit_MIPSInstr() 3161 if (cond != MIPScc_AL) { in emit_MIPSInstr() 3190 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr() 3223 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr() 3251 if (i->Min.XIndir.cond != MIPScc_AL) { in emit_MIPSInstr() 3272 if (i->Min.XIndir.cond != MIPScc_AL) { in emit_MIPSInstr() [all …]
|
D | host_mips_isel.c | 461 cc = MIPScc_AL; in doHelperCall() 490 cc = MIPScc_AL; in doHelperCall() 515 if (cc == MIPScc_AL) { in doHelperCall() 519 } else if (cc == MIPScc_AL) { in doHelperCall() 3086 amPC, MIPScc_AL, toFastEP)); in iselNext() 3092 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, in iselNext() 3106 addInstr(env, MIPSInstr_XIndir(r, amPC, MIPScc_AL)); in iselNext() 3108 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, in iselNext() 3131 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, jk)); in iselNext()
|
D | host_mips_defs.h | 175 MIPScc_AL = 14, /* always (unconditional) */ enumerator
|