Home
last modified time | relevance | path

Searched refs:OPC_CheckFieldOrFail (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h24 OPC_CheckFieldOrFail, // OPC_CheckFieldOrFail(uleb128 Start, uint8_t Len, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp936 case MCD::OPC_CheckFieldOrFail: { in emitTable()
937 bool IsFail = DecoderOp == MCD::OPC_CheckFieldOrFail; in emitTable()
1473 ? MCD::OPC_CheckFieldOrFail in emitSingletonTableEntry()
2321 StringRef OpName = IsFail ? "OPC_CheckFieldOrFail" : "OPC_CheckField"; in emitDecodeInstruction()