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

  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 454 decodeInstruction(DecoderTableARM32, MI, Insn, Address, this, STI);
462 Result = decodeInstruction(DecoderTableVFP32, MI, Insn, Address, this, STI);
468 Result = decodeInstruction(DecoderTableVFPV832, MI, Insn, Address, this, STI);
475 decodeInstruction(DecoderTableNEONData32, MI, Insn, Address, this, STI);
485 Result = decodeInstruction(DecoderTableNEONLoadStore32, MI, Insn, Address,
497 decodeInstruction(DecoderTableNEONDup32, MI, Insn, Address, this, STI);
508 decodeInstruction(DecoderTablev8NEON32, MI, Insn, Address, this, STI);
515 decodeInstruction(DecoderTablev8Crypto32, MI, Insn, Address, this, STI);
    [all...]