Lines Matching refs:op3
194 if (inst.op3 == 0x37) { /* IMPDEP2B FMA-fused opcode */ in _fp_fpu_simulator()
259 if (inst.op3 == 0x35) { /* fpop2 */ in _fp_fpu_simulator()
570 if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) { in fpu_vis_sim()
575 ((fp.inst.op3 == 0x34) || (fp.inst.op3 == 0x35) || in fpu_vis_sim()
576 (fp.inst.op3 == 0x37))) { in fpu_vis_sim()
654 ((fp.inst.op3 == 0x34) || (fp.inst.op3 == 0x35) || in fp_emulator()
655 (fp.inst.op3 == 0x37))) { in fp_emulator()
670 } else if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) { in fp_emulator()
694 ((fp.inst.op3 == 0x34) || (fp.inst.op3 == 0x35) || in fp_emulator()
695 (fp.inst.op3 == 0x37))) { in fp_emulator()
710 } else if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) { in fp_emulator()
715 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x28) && in fp_emulator()
718 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x30) && in fp_emulator()
721 ((fp.inst.hibits == 2) && ((fp.inst.op3 & 0x3f) == 0x2c) && in fp_emulator()
726 ((fp.inst.hibits == 3) && ((fp.inst.op3 & 0x38) == 0x20)) || in fp_emulator()