HomeSort by relevance Sort by last modified time
    Searched refs:InternalInstruction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 198 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) {
214 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) {
218 static void unconsumeByte(struct InternalInstruction* insn) {
223 static int name(struct InternalInstruction* insn, type* ptr) { \
265 static void dbgprintf(struct InternalInstruction* insn,
292 static void setPrefixPresent(struct InternalInstruction* insn,
309 static bool isPrefixAtLocation(struct InternalInstruction* insn,
326 static int readPrefixes(struct InternalInstruction* insn) {
679 static int readOpcode(struct InternalInstruction* insn) {
781 static int readModRM(struct InternalInstruction* insn)
    [all...]
X86Disassembler.cpp 75 InternalInstruction &source,
145 InternalInstruction InternalInstr;
241 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
266 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) {
290 InternalInstruction &insn,
597 InternalInstruction &insn) {
634 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn,
    [all...]
X86DisassemblerDecoder.h 518 struct InternalInstruction {
655 int decodeInstruction(InternalInstruction *insn,

Completed in 47 milliseconds