Lines Matching refs:decodeInstruction
469 decodeInstruction(DecoderTableARM32, MI, Insn, Address, this, STI); in getInstruction()
488 Result = decodeInstruction(Table.P, MI, Insn, Address, this, STI); in getInstruction()
500 decodeInstruction(DecoderTableCoProc32, MI, Insn, Address, this, STI); in getInstruction()
701 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getInstruction()
708 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getInstruction()
719 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI); in getInstruction()
755 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getInstruction()
765 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getInstruction()
774 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getInstruction()
783 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getInstruction()
790 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getInstruction()
803 Result = decodeInstruction(DecoderTableNEONLoadStore32, MI, NEONLdStInsn, in getInstruction()
817 Result = decodeInstruction(DecoderTableNEONData32, MI, NEONDataInsn, in getInstruction()
829 Result = decodeInstruction(DecoderTablev8Crypto32, MI, NEONCryptoInsn, in getInstruction()
838 Result = decodeInstruction(DecoderTablev8NEON32, MI, NEONv8Insn, Address, in getInstruction()
847 decodeInstruction(DecoderTableThumb2CoProc32, MI, Insn32, Address, this, STI); in getInstruction()