Home
last modified time | relevance | path

Searched refs:MIPScc_NV (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_mips_defs.h176 MIPScc_NV = 15 /* never (unconditional): */ enumerator
Dhost_mips_defs.c677 case MIPScc_NV: in showMIPSCondCode()
3191 vassert(i->Min.XDirect.cond != MIPScc_NV); in emit_MIPSInstr()
3252 vassert(i->Min.XIndir.cond != MIPScc_NV); in emit_MIPSInstr()
3292 vassert(i->Min.XAssisted.cond != MIPScc_NV); in emit_MIPSInstr()
Dhost_mips_isel.c1624 vassert(cc != MIPScc_NV); in iselCondCode()