Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.h223 InstrUID uid,
256 InstrUID uid,
268 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h158 InstrUID UID;
338 InstrUID uid);
350 InstrUID uid);
H A DX86DisassemblerShared.h36 llvm::X86Disassembler::InstrUID instructionIDs[256];
H A DX86RecognizableInstr.cpp65 InstrUID uid) { in RecognizableInstr()
139 InstrUID uid) in processInstr()
H A DX86DisassemblerTables.cpp1073 InstrUID uid, in setTableFields()
1114 InstrUID uid, in setTableFields()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h310 typedef uint16_t InstrUID; typedef
/freebsd-12.1/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp125 static InstrUID decode(OpcodeType type, in decode()
189 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID()