Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86DisassemblerTables.h63 InstrUID id,
237 InstrUID uid,
267 InstrUID uid,
276 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
DX86RecognizableInstr.h37 InstrUID UID;
242 InstrUID uid);
254 InstrUID uid);
DX86DisassemblerShared.h32 InstrUID instructionIDs[256];
DX86DisassemblerTables.cpp173 void DisassemblerTables::emitOneID(raw_ostream &o, unsigned &i, InstrUID id, in emitOneID()
655 InstrUID uid, in setTableFields()
701 InstrUID uid, in setTableFields()
DX86RecognizableInstr.cpp210 InstrUID uid) { in RecognizableInstr()
281 InstrUID uid) in processInstr()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h152 typedef uint16_t InstrUID; typedef
DX86DisassemblerDecoder.c100 static InstrUID decode(OpcodeType type, in decode()
158 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID()