Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDX86DisassemblerTables.h225 InstrUID uid,
255 InstrUID uid,
264 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
HDX86RecognizableInstr.h37 InstrUID UID;
254 InstrUID uid);
266 InstrUID uid);
HDX86DisassemblerShared.h32 InstrUID instructionIDs[256];
HDX86DisassemblerTables.cpp783 InstrUID uid, in setTableFields()
829 InstrUID uid, in setTableFields()
HDX86RecognizableInstr.cpp218 InstrUID uid) { in RecognizableInstr()
294 InstrUID uid) in processInstr()
/trueos/contrib/llvm/lib/Target/X86/Disassembler/
HDX86DisassemblerDecoderCommon.h307 typedef uint16_t InstrUID; typedef
HDX86DisassemblerDecoder.c107 static InstrUID decode(OpcodeType type, in decode()
174 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID()