Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h29 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp969 case MCD::OPC_TryDecode: in emitTable()
972 bool IsTry = DecoderOp == MCD::OPC_TryDecode || IsFail; in emitTable()
1508 : MCD::OPC_TryDecode); in emitSingletonTableEntry()
1514 if (DecoderOp == MCD::OPC_TryDecode) { in emitSingletonTableEntry()
2224 const bool HasTryDecode = OpcodeMask & ((1 << MCD::OPC_TryDecode) | in emitDecodeInstruction()
2398 LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc in emitDecodeInstruction()