Searched refs:OPC_TryDecode (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | trydecode-emission2.td | 38 // CHECK-NEXT: /* 23 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip … 40 // CHECK-NEXT: /* 37 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 1, 0, 0, 0, // Opcode: InstA, skip …
|
| H A D | trydecode-emission3.td | 40 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
|
| H A D | trydecode-emission.td | 39 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, 1, 0, 0, 0, 0, // Opcode: InstB, skip …
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDecoderOps.h | 24 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx, enumerator
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 873 case MCD::OPC_TryDecode: { in emitTable() 874 bool IsTry = *I == MCD::OPC_TryDecode; in emitTable() 1465 MCD::OPC_TryDecode); in emitSingletonTableEntry()
|