Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h32 OPC_SoftFail, // OPC_SoftFail(uleb128 PMask, uleb128 NMask) enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1007 case MCD::OPC_SoftFail: { in emitTable()
1450 TableInfo.Table.push_back(MCD::OPC_SoftFail); in emitSoftFailTableEntry()
2229 const bool HasSoftFail = OpcodeMask & (1 << MCD::OPC_SoftFail); in emitDecodeInstruction()
2430 LLVM_DEBUG(dbgs() << Loc << ": OPC_SoftFail: " << (Failed ? "FAIL\n" : "PASS\n")); in emitDecodeInstruction()