Home
last modified time | relevance | path

Searched refs:InstrUID (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86DisassemblerTables.h227 InstrUID uid,
260 InstrUID uid,
272 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h234 InstrUID UID;
342 InstrUID uid);
353 InstrUID uid);
H A DX86DisassemblerShared.h35 llvm::X86Disassembler::InstrUID instructionIDs[256];
H A DX86RecognizableInstr.cpp145 InstrUID uid) in RecognizableInstr()
167 InstrUID uid) { in processInstr()
H A DX86DisassemblerTables.cpp1027 InstrUID uid, in setTableFields()
1068 InstrUID uid, in setTableFields()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h309 typedef uint16_t InstrUID; typedef
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()