/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.c | 170 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 …]
|
D | X86Disassembler.cpp | 68 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()
|
D | X86Disassembler.h | 90 struct InternalInstruction;
|
D | X86DisassemblerDecoder.h | 418 struct InternalInstruction { struct 552 int decodeInstruction(struct InternalInstruction* insn, argument
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 197 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 …]
|
D | X86Disassembler.cpp | 126 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()
|
D | X86DisassemblerDecoder.h | 525 struct InternalInstruction { struct 662 int decodeInstruction(InternalInstruction *insn, argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 203 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte() 219 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte() 223 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte() 228 static int name(struct InternalInstruction* insn, type* ptr) { \ 270 static void dbgprintf(struct InternalInstruction* insn, in CONSUME_FUNC() 286 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX() 298 static void setPrefixPresent(struct InternalInstruction *insn, uint8_t prefix) { in setPrefixPresent() 338 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes() 635 static int readModRM(struct InternalInstruction* insn); 644 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() [all …]
|
D | X86Disassembler.cpp | 127 InternalInstruction &source, 219 InternalInstruction InternalInstr; in getInstruction() 331 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex() 356 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex() 380 InternalInstruction &insn, in translateImmediate() 690 InternalInstruction &insn) { in translateRMRegister() 727 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 888 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM() 950 InternalInstruction &insn, in translateOperand() 1009 InternalInstruction &insn, in translateInstruction()
|
D | X86DisassemblerDecoder.h | 525 struct InternalInstruction { struct 669 int decodeInstruction(InternalInstruction *insn, argument
|
/external/capstone/arch/X86/ |
D | X86Disassembler.c | 92 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex() 116 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex() 141 const OperandSpecifier *operand, InternalInstruction *insn) in translateImmediate() 315 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister() 353 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory() 546 InternalInstruction *insn) in translateRM() 630 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand() 681 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction() 729 static void update_pub_insn(cs_insn *pub, InternalInstruction *inter, uint8_t *prefixes) in update_pub_insn() 790 InternalInstruction insn; in X86_getInstruction() [all …]
|
D | X86DisassemblerDecoder.c | 281 static int consumeByte(struct InternalInstruction *insn, uint8_t *byte) in consumeByte() 298 static int lookAtByte(struct InternalInstruction *insn, uint8_t *byte) in lookAtByte() 303 static void unconsumeByte(struct InternalInstruction *insn) in unconsumeByte() 309 static int name(struct InternalInstruction *insn, type *ptr) { \ 352 static void setPrefixPresent(struct InternalInstruction *insn, in CONSUME_FUNC() 414 static bool isPrefixAtLocation(struct InternalInstruction *insn, uint8_t prefix, in isPrefixAtLocation() 477 static int readPrefixes(struct InternalInstruction *insn) in readPrefixes() 907 static int readModRM(struct InternalInstruction *insn); 916 static int readOpcode(struct InternalInstruction *insn) in readOpcode() 1077 struct InternalInstruction *insn, in getIDWithAttrMask() [all …]
|
D | X86DisassemblerDecoder.h | 553 typedef struct InternalInstruction { struct 709 } InternalInstruction; argument 727 int decodeInstruction(struct InternalInstruction* insn,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.h | 20 struct InternalInstruction;
|