Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:insn32

753   uint32_t insn32 = (bytes[3] <<  8) |
758 result = decodeInstruction(DecoderTableThumb32, MI, insn32, Address,
769 result = decodeInstruction(DecoderTableThumb232, MI, insn32, Address,
777 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
779 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI);
788 result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
794 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
796 result = decodeInstruction(DecoderTableNEONDup32, MI, insn32, Address,
805 if (fieldFromInstruction(insn32, 24, 8) == 0xF9) {
807 uint32_t NEONLdStInsn = insn32;
819 if (fieldFromInstruction(insn32, 24, 4) == 0xF) {
821 uint32_t NEONDataInsn = insn32;
834 uint32_t NEONCryptoInsn = insn32;
846 uint32_t NEONv8Insn = insn32;