Searched refs:InternalInstruction (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.c | 168 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte() 184 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte() 188 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte() 193 static int name(struct InternalInstruction* insn, type* ptr) { \ 235 static void dbgprintf(struct InternalInstruction* insn, in CONSUME_FUNC() 262 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent() 279 static BOOL isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation() 299 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes() 536 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() 641 static int readModRM(struct InternalInstruction* insn); [all …]
|
D | X86Disassembler.cpp | 75 InternalInstruction &source, 130 InternalInstruction internalInstr; in getInstruction() 319 InternalInstruction &insn, in translateImmediate() 430 InternalInstruction &insn) { in translateRMRegister() 467 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 651 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM() 721 InternalInstruction &insn, in translateOperand() 779 InternalInstruction &insn, in translateInstruction()
|
D | X86DisassemblerDecoder.h | 421 struct InternalInstruction { struct 562 int decodeInstruction(struct InternalInstruction* insn, argument
|