Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DX86DisassemblerTables.h225 InstrUID uid,
255 InstrUID uid,
264 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
DX86RecognizableInstr.h37 InstrUID UID;
254 InstrUID uid);
266 InstrUID uid);
DX86DisassemblerShared.h32 InstrUID instructionIDs[256];
DX86DisassemblerTables.cpp783 InstrUID uid, in setTableFields()
829 InstrUID uid, in setTableFields()
DX86RecognizableInstr.cpp218 InstrUID uid) { in RecognizableInstr()
294 InstrUID uid) in processInstr()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h307 typedef uint16_t InstrUID; typedef
DX86DisassemblerDecoder.c107 static InstrUID decode(OpcodeType type, in decode()
174 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID()