Searched refs:SR_FR_32 (Results 1 – 5 of 5) sorted by relevance
203 tf->sr |= SR_FR_32; in MipsFPTrap()632 if ((tf->sr & SR_FR_32) == 0) { in fpu_emulate_cop1()702 if ((tf->sr & SR_FR_32) == 0) { in fpu_emulate_cop1x()723 if (tf->sr & SR_FR_32) { in fpu_load()759 if (tf->sr & SR_FR_32) { in fpu_store()1567 if ((tf->sr & SR_FR_32) != 0 || (inst.FRType.fs & 1) == 0) { in nofpu_emulate_cop1()1600 if ((tf->sr & SR_FR_32) != 0 || (inst.FRType.fs & 1) == 0) { in nofpu_emulate_cop1()1699 if ((tf->sr & SR_FR_32) != 0 || (inst.FQType.fd & 1) == 0) in nofpu_emulate_cop1x()1726 if ((tf->sr & SR_FR_32) != 0 || (inst.FQType.fs & 1) == 0) in nofpu_emulate_cop1x()1785 if ((tf->sr & SR_FR_32) != 0 || (inst.IType.rt & 1) == 0) in nofpu_emulate_loadstore()[all …]
324 if (p->p_md.md_regs->sr & SR_FR_32) in enable_fpu()346 if (p->p_md.md_regs->sr & SR_FR_32) in save_fpu()
133 register_t protosr = SR_FR_32 | SR_XX | SR_UX | SR_KSU_USER | SR_EXL |
65 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor291 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor
59 #define SR_FR_32 0x04000000 macro