Home
last modified time | relevance | path

Searched refs:SR_FR_32 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/mips64/mips64/
Dfp_emulate.c203 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 …]
Dcpu.c324 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()
Dmips64_machdep.c133 register_t protosr = SR_FR_32 | SR_XX | SR_UX | SR_KSU_USER | SR_EXL |
Dlcore_float.S65 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor
291 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor
/openbsd/src/sys/arch/mips64/include/
Dmips_cpu.h59 #define SR_FR_32 0x04000000 macro