Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h20 OPC_FilterValue, // OPC_FilterValue(uleb128 Val, nts_t NumToSkip) enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp790 : MCD::OPC_FilterValue; in emitTableEntry()
793 if (DecoderOp == MCD::OPC_FilterValue) { in emitTableEntry()
921 case MCD::OPC_FilterValue: in emitTable()
2289 StringRef OpName = IsFail ? "OPC_FilterValueOrFail" : "OPC_FilterValue"; in emitDecodeInstruction()