Home
last modified time | relevance | path

Searched refs:SR_COP_1_BIT (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/mips64/mips64/
H A Dlcore_float.S65 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor
78 LI t3, ~SR_COP_1_BIT
169 or t0, t1, SR_COP_1_BIT # enable the coprocessor
182 LI t3, ~SR_COP_1_BIT
291 or t0, t1, SR_COP_1_BIT|SR_FR_32 # enable the coprocessor
301 LI t3, ~SR_COP_1_BIT
353 or t0, t1, SR_COP_1_BIT # enable the coprocessor
363 LI t3, ~SR_COP_1_BIT
430 li a0, SR_COP_1_BIT
H A Dexception.S183 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
212 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
288 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
322 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
H A Dsendsig.c217 regs->sr &= ~SR_COP_1_BIT; /* Zap current FP state */ in sys_sigreturn()
H A Dcpu.c331 p->p_md.md_regs->sr |= SR_COP_1_BIT; in enable_fpu()
H A Dfp_emulate.c185 setsr(sr | SR_COP_1_BIT); in MipsFPTrap()
/openbsd/sys/arch/mips64/include/
H A Dmips_cpu.h56 #define SR_COP_1_BIT 0x20000000 macro