Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h228 InstrUID uid, uint8_t opcode);
259 uint8_t opcode, const ModRMFilter &filter, InstrUID uid,
268 InstructionSpecifier &specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h261 InstrUID UID;
367 InstrUID uid);
377 const CodeGenInstruction &insn, InstrUID uid);
H A DX86DisassemblerShared.h35 llvm::X86Disassembler::InstrUID instructionIDs[256];
H A DX86DisassemblerTables.cpp1105 const ModRMFilter &filter, InstrUID uid, in setTableFields()
1143 const ModRMFilter &filter, InstrUID uid, bool is32bit, bool noPrefix, in setTableFields()
H A DX86RecognizableInstr.cpp150 InstrUID uid) in RecognizableInstr()
171 InstrUID uid) { in processInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h394 typedef uint16_t InstrUID; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp124 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode()