Searched refs:MIPScc_AL (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.c | 244 case MIPScc_AL: in showMIPSCondCode() 1294 if (i->Min.Call.cond != MIPScc_AL) { in ppMIPSInstr() 1637 if (i->Min.Call.cond != MIPScc_AL) in getRegUsage_MIPSInstr() 1840 if (i->Min.Call.cond != MIPScc_AL) in mapRegs_MIPSInstr() 2939 if (i->Min.Call.cond != MIPScc_AL in emit_MIPSInstr() 2955 if (cond != MIPScc_AL) { in emit_MIPSInstr() 2981 if (cond != MIPScc_AL) { in emit_MIPSInstr() 3009 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr() 3042 if (i->Min.XDirect.cond != MIPScc_AL) { in emit_MIPSInstr() 3071 if (i->Min.XIndir.cond != MIPScc_AL) { in emit_MIPSInstr() [all …]
|
D | host_mips_isel.c | 549 cc = MIPScc_AL; in doHelperCall() 590 cc = MIPScc_AL; in doHelperCall() 649 if (cc == MIPScc_AL) in doHelperCall() 1358 addInstr(env, MIPSInstr_CallAlways( MIPScc_AL, in iselWordExpr_R_wrk() 1766 addInstr(env, MIPSInstr_CallAlways( MIPScc_AL, in iselWordExpr_R_wrk() 4088 amPC, MIPScc_AL, toFastEP)); in iselNext() 4094 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, in iselNext() 4108 addInstr(env, MIPSInstr_XIndir(r, amPC, MIPScc_AL)); in iselNext() 4110 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, in iselNext() 4136 addInstr(env, MIPSInstr_XAssisted(r, amPC, MIPScc_AL, jk)); in iselNext()
|
D | host_mips_defs.h | 161 MIPScc_AL = 14, /* always (unconditional) */ enumerator
|