Searched refs:SR_COP_1_BIT (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/arch/mips64/mips64/ |
H A D | lcore_float.S | 65 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 D | exception.S | 183 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 D | sendsig.c | 217 regs->sr &= ~SR_COP_1_BIT; /* Zap current FP state */ in sys_sigreturn()
|
H A D | cpu.c | 331 p->p_md.md_regs->sr |= SR_COP_1_BIT; in enable_fpu()
|
H A D | fp_emulate.c | 185 setsr(sr | SR_COP_1_BIT); in MipsFPTrap()
|
/openbsd/sys/arch/mips64/include/ |
H A D | mips_cpu.h | 56 #define SR_COP_1_BIT 0x20000000 macro
|