Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86DisassemblerTables.h222 InstrUID uid,
253 InstrUID uid,
263 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
DX86RecognizableInstr.h37 InstrUID UID;
221 InstrUID uid);
233 InstrUID uid);
DX86DisassemblerShared.h36 llvm::X86Disassembler::InstrUID instructionIDs[256];
DX86DisassemblerTables.cpp863 InstrUID uid, in setTableFields()
905 InstrUID uid, in setTableFields()
DX86RecognizableInstr.cpp193 InstrUID uid) { in RecognizableInstr()
267 InstrUID uid) in processInstr()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h301 typedef uint16_t InstrUID; typedef
DX86DisassemblerDecoder.cpp123 static InstrUID decode(OpcodeType type, in decode()
184 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID()