HomeSort by relevance Sort by last modified time
    Searched full:decodeinstruction (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 282 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
307 Result = decodeInstruction(DecoderTableMips6432, instr, Insn, Address,
314 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 616 /* decodeInstruction - Decode one instruction and store the decoding results in
632 int decodeInstruction(struct InternalInstruction* insn,
X86DisassemblerDecoder.c     [all...]
X86Disassembler.cpp 129 int ret = decodeInstruction(&internalInstr,
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 442 DecodeStatus result = decodeInstruction(DecoderTableARM32, MI, insn,
452 result = decodeInstruction(DecoderTableVFP32, MI, insn, Address, this, STI);
459 result = decodeInstruction(DecoderTableVFPV832, MI, insn, Address, this, STI);
466 result = decodeInstruction(DecoderTableNEONData32, MI, insn, Address,
478 result = decodeInstruction(DecoderTableNEONLoadStore32, MI, insn, Address,
490 result = decodeInstruction(DecoderTableNEONDup32, MI, insn, Address,
502 result = decodeInstruction(DecoderTablev8NEON32, MI, insn, Address,
696 DecodeStatus result = decodeInstruction(DecoderTableThumb16, MI, insn16,
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 319 return decodeInstruction(Table, MI, Inst, Address, this, STI);
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 229 DecodeStatus result = decodeInstruction(DecoderTableA6432, MI, insn, Address,
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp     [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 993 milliseconds