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,
144 InternalInstruction InternalInstr; in getInstruction()
240 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
265 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
289 InternalInstruction &insn, in translateImmediate()
588 InternalInstruction &insn) { in translateRMRegister()
625 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
809 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM()
887 InternalInstruction &insn, in translateOperand()
950 InternalInstruction &insn, in translateInstruction()
DX86DisassemblerDecoder.h518 struct InternalInstruction { struct
657 int decodeInstruction(InternalInstruction *insn, argument