Lines Matching refs:hibits
570 if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) { in fpu_vis_sim()
574 } else if ((fp.inst.hibits == 2) && in fpu_vis_sim()
653 if ((fp.inst.hibits == 2) && in fp_emulator()
670 } else if ((fp.inst.hibits == 2) && (fp.inst.op3 == 0x36)) { in fp_emulator()
693 if ((fp.inst.hibits == 2) && /* fpops */ 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()
724 ((fp.inst.hibits == 0) && (((fp.i>>22) & 0x7) == 5)) || in fp_emulator()
726 ((fp.inst.hibits == 3) && ((fp.inst.op3 & 0x38) == 0x20)) || in fp_emulator()
728 ((fp.inst.hibits == 0) && (((fp.i>>22) & 0x7) == 6))) { in fp_emulator()