Lines Matching refs:Insn32
764 uint32_t Insn32 = in getInstruction() local
768 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getInstruction()
779 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getInstruction()
786 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction()
789 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getInstruction()
799 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getInstruction()
805 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction()
807 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getInstruction()
816 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) { in getInstruction()
818 uint32_t NEONLdStInsn = Insn32; in getInstruction()
830 if (fieldFromInstruction(Insn32, 24, 4) == 0xF) { in getInstruction()
832 uint32_t NEONDataInsn = Insn32; in getInstruction()
845 uint32_t NEONCryptoInsn = Insn32; in getInstruction()
857 uint32_t NEONv8Insn = Insn32; in getInstruction()