Home
last modified time | relevance | path

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

/llvm-project/llvm/test/TableGen/
H A Dtrydecode-emission2.td38 // 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 Dtrydecode-emission3.td40 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
H A Dtrydecode-emission4.td39 // CHECK-NEXT: /* 17 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
H A Dtrydecode-emission.td39 // CHECK-NEXT: /* 15 */ MCD::OPC_TryDecode, {{[0-9]+}}, {{[0-9]+}}, 0, 0, 0, 0, // Opcode: Ins…
/llvm-project/llvm/include/llvm/MC/
H A DMCDecoderOps.h24 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx, enumerator
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp910 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()