Home
last modified time | relevance | path

Searched refs:InternalInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp190 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()
198 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) { in consume()
208 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()
212 static bool isREX2(struct InternalInstruction *insn, uint8_t prefix) { in isREX2()
221 static int readPrefixes(struct InternalInstruction *insn) { in readPrefixes()
545 static int readSIB(struct InternalInstruction *insn) { in readSIB()
609 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()
640 static int readModRM(struct InternalInstruction *insn) { in readModRM()
778 static uint16_t name(struct InternalInstruction *insn, OperandType type, \
861 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
[all …]
H A DX86DisassemblerDecoder.h674 struct InternalInstruction { struct