Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp198 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
214 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
218 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
223 static int name(struct InternalInstruction* insn, type* ptr) { \
265 static void dbgprintf(struct InternalInstruction* insn, in CONSUME_FUNC()
292 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent()
309 static bool isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation()
326 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
679 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
781 static int readModRM(struct InternalInstruction* insn);
[all …]
DX86Disassembler.cpp75 InternalInstruction &source,
145 InternalInstruction InternalInstr; in getInstruction()
241 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
266 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
290 InternalInstruction &insn, in translateImmediate()
597 InternalInstruction &insn) { in translateRMRegister()
634 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
818 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM()
901 InternalInstruction &insn, in translateOperand()
964 InternalInstruction &insn, in translateInstruction()
DX86DisassemblerDecoder.h518 struct InternalInstruction { struct
655 int decodeInstruction(InternalInstruction *insn, argument