Lines Matching refs:Xcc_ALWAYS
152 case Xcc_ALWAYS: return "ALWAYS"; in showX86CondCode()
687 vassert(cond != Xcc_ALWAYS); in X86Instr_CMov32()
802 vassert(cond != Xcc_ALWAYS); in X86Instr_FpCMov()
900 vassert(cond != Xcc_ALWAYS); in X86Instr_SseCMov()
987 i->Xin.Call.cond==Xcc_ALWAYS in ppX86Instr()
2413 if (i->Xin.Call.cond != Xcc_ALWAYS in emit_X86Instr()
2434 if (i->Xin.Call.cond != Xcc_ALWAYS) { in emit_X86Instr()
2460 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()
2490 if (i->Xin.XDirect.cond != Xcc_ALWAYS) { in emit_X86Instr()
2512 if (i->Xin.XIndir.cond != Xcc_ALWAYS) { in emit_X86Instr()
2531 if (i->Xin.XIndir.cond != Xcc_ALWAYS) { in emit_X86Instr()
2545 if (i->Xin.XAssisted.cond != Xcc_ALWAYS) { in emit_X86Instr()
2595 if (i->Xin.XAssisted.cond != Xcc_ALWAYS) { in emit_X86Instr()
2604 vassert(i->Xin.CMov32.cond != Xcc_ALWAYS); in emit_X86Instr()