Searched refs:OPC_TryDecode (Results 1 – 2 of 2) sorted by relevance
29 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx, enumerator
969 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()