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.cpp191 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()
199 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) { in consume()
209 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()
213 static bool isREX2(struct InternalInstruction *insn, uint8_t prefix) { in isREX2()
222 static int readPrefixes(struct InternalInstruction *insn) { in readPrefixes()
549 static int readSIB(struct InternalInstruction *insn) { in readSIB()
613 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()
644 static int readModRM(struct InternalInstruction *insn) { in readModRM()
782 static uint16_t name(struct InternalInstruction *insn, OperandType type, \
869 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
[all …]
H A DX86DisassemblerDecoder.h681 struct InternalInstruction { struct