Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86DisassemblerTables.h222 InstrUID uid,
255 InstrUID uid,
267 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h162 InstrUID UID;
344 InstrUID uid);
356 InstrUID uid);
H A DX86DisassemblerShared.h35 llvm::X86Disassembler::InstrUID instructionIDs[256];
H A DX86RecognizableInstr.cpp64 InstrUID uid) { in RecognizableInstr()
139 InstrUID uid) in processInstr()
H A DX86DisassemblerTables.cpp1024 InstrUID uid, in setTableFields()
1065 InstrUID uid, in setTableFields()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h303 typedef uint16_t InstrUID; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()