Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:insn32

747   uint32_t insn32 = (bytes[3] <<  8) |
752 result = decodeInstruction(DecoderTableThumb32, MI, insn32, Address,
763 result = decodeInstruction(DecoderTableThumb232, MI, insn32, Address,
771 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
773 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI);
782 result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
788 if (fieldFromInstruction(insn32, 28, 4) == 0xE) {
790 result = decodeInstruction(DecoderTableNEONDup32, MI, insn32, Address,
799 if (fieldFromInstruction(insn32, 24, 8) == 0xF9) {
801 uint32_t NEONLdStInsn = insn32;
813 if (fieldFromInstruction(insn32, 24, 4) == 0xF) {
815 uint32_t NEONDataInsn = insn32;
829 uint32_t NEONv8Insn = insn32;