Searched refs:InternalInstruction (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 198 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 …]
|
D | X86Disassembler.cpp | 75 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()
|
D | X86DisassemblerDecoder.h | 518 struct InternalInstruction { struct 657 int decodeInstruction(InternalInstruction *insn, argument
|