Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86DisassemblerTables.h227 InstrUID uid,
260 InstrUID uid,
272 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
DX86RecognizableInstr.h235 InstrUID UID;
343 InstrUID uid);
354 InstrUID uid);
DX86DisassemblerShared.h35 llvm::X86Disassembler::InstrUID instructionIDs[256];
DX86RecognizableInstr.cpp145 InstrUID uid) in RecognizableInstr()
167 InstrUID uid) { in processInstr()
DX86DisassemblerTables.cpp1026 InstrUID uid, in setTableFields()
1067 InstrUID uid, in setTableFields()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h309 typedef uint16_t InstrUID; typedef
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()