Lines Matching defs:insn
564 uint32_t insn;
567 if (ufetch_32((const void *)tf->tf_srr0, &insn) != 0)
572 if ((insn >> 28) == 4) {
574 if ((insn >> 26) == 0x12) {
575 const int32_t off = (((int32_t)insn << 6) >> 6) & ~3;
576 iac2 = ((insn & 2) ? 0 : tf->tf_srr0) + off;
578 } else if ((insn >> 26) == 0x10) {
579 const int16_t off = insn & ~3;
580 iac2 = ((insn & 2) ? 0 : tf->tf_srr0) + off;
582 } else if ((insn & 0xfc00fffe) == 0x4c000420) {
585 } else if ((insn & 0xfc00fffe) == 0x4c000020) {