Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h162 MIPScc_NV = 15 /* never (unconditional): */ enumerator
Dhost_mips_defs.c247 case MIPScc_NV: in showMIPSCondCode()
3006 vassert(i->Min.XDirect.cond != MIPScc_NV); in emit_MIPSInstr()
3068 vassert(i->Min.XIndir.cond != MIPScc_NV); in emit_MIPSInstr()
3109 vassert(i->Min.XAssisted.cond != MIPScc_NV); in emit_MIPSInstr()
Dhost_mips_isel.c2040 vassert(cc != MIPScc_NV); in iselCondCode()