Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c170 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
186 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
190 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
195 static int name(struct InternalInstruction* insn, type* ptr) { \
237 static void dbgprintf(struct InternalInstruction* insn, in CONSUME_FUNC()
264 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent()
281 static BOOL isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation()
301 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
529 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
634 static int readModRM(struct InternalInstruction* insn);
[all …]
DX86Disassembler.cpp68 InternalInstruction &source);
119 InternalInstruction internalInstr; in getInstruction()
172 InternalInstruction &insn) { in translateImmediate()
266 InternalInstruction &insn) { in translateRMRegister()
303 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn) { in translateRMMemory()
443 InternalInstruction &insn) { in translateRM()
513 InternalInstruction &insn) { in translateOperand()
570 InternalInstruction &insn) { in translateInstruction()
DX86Disassembler.h90 struct InternalInstruction;
DX86DisassemblerDecoder.h418 struct InternalInstruction { struct
552 int decodeInstruction(struct InternalInstruction* insn, argument
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp197 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
213 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
217 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
222 static int name(struct InternalInstruction* insn, type* ptr) { \
264 static void dbgprintf(struct InternalInstruction* insn, in CONSUME_FUNC()
289 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent()
306 static bool isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation()
323 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
676 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
778 static int readModRM(struct InternalInstruction* insn);
[all …]
DX86Disassembler.cpp126 InternalInstruction &source,
218 InternalInstruction InternalInstr; in getInstruction()
314 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
339 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
363 InternalInstruction &insn, in translateImmediate()
670 InternalInstruction &insn) { in translateRMRegister()
707 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
891 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM()
973 InternalInstruction &insn, in translateOperand()
1028 InternalInstruction &insn, in translateInstruction()
DX86DisassemblerDecoder.h525 struct InternalInstruction { struct
662 int decodeInstruction(InternalInstruction *insn, argument
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.h20 struct InternalInstruction;