Searched refs:COND_NONE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.h30 COND_NONE, // unconditional enumerator in enum:MSP430CC::CondCodes
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp351 CondCode = MSP430CC::COND_NONE;
355 if (CondCode == (unsigned)MSP430CC::COND_NONE)
/freebsd-13-stable/contrib/file/src/
H A Dfile.h311 #define COND_NONE 0 macro
H A Dapprentice.c1660 { "", 0, COND_NONE },
1683 if (last_cond != COND_NONE && last_cond != COND_ELIF) {
1706 last_cond = COND_NONE;
1709 case COND_NONE:
1710 last_cond = COND_NONE;
H A Dfuncs.c596 ms->c.li[level].last_cond = COND_NONE;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp333 case 7: return MSP430CC::COND_NONE;

Completed in 115 milliseconds