Searched refs:OPC_TryDecode (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/test/TableGen/ |
H A D | trydecode-emission2.td | 38 // CHECK-NEXT: /* 23 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins… 40 // CHECK-NEXT: /* 37 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 1, 0, 0, 0, // Opcode: Ins…
|
H A D | trydecode-emission3.td | 40 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
|
H A D | trydecode-emission4.td | 39 // CHECK-NEXT: /* 17 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
|
H A D | trydecode-emission.td | 39 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDecoderOps.h | 24 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx, enumerator
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 910 case MCD::OPC_TryDecode: { in emitTable() 911 bool IsTry = *I == MCD::OPC_TryDecode; in emitTable() 934 // Fallthrough for OPC_TryDecode. in emitTable() 1486 // Produce OPC_Decode or OPC_TryDecode opcode based on the information in emitSingletonTableEntry() 1496 : MCD::OPC_TryDecode); in emitSingletonTableEntry() 2355 case MCD::OPC_TryDecode: { in emitDecodeInstruction() 2369 LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc in emitDecodeInstruction()
|