Home
last modified time | relevance | path

Searched refs:MIPS_FPU_CSR (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/mips/mips/
Dswtch.S385 cfc1 t0, MIPS_FPU_CSR # stall til FP done
386 cfc1 t0, MIPS_FPU_CSR # now get status
467 ctc1 t0, MIPS_FPU_CSR
508 cfc1 t0, MIPS_FPU_CSR # stall til FP done
509 cfc1 t0, MIPS_FPU_CSR # now get status
Dfp.S110 cfc1 a1, MIPS_FPU_CSR # get exception register
113 ctc1 a1, MIPS_FPU_CSR
1084 ctc1 a1, MIPS_FPU_CSR # save exceptions
1158 ctc1 a1, MIPS_FPU_CSR # Save exceptions
1542 ctc1 a1, MIPS_FPU_CSR # save exceptions
1648 ctc1 a1, MIPS_FPU_CSR # save condition bit
1665 ctc1 a1, MIPS_FPU_CSR # save condition bit
1776 ctc1 a1, MIPS_FPU_CSR # save exceptions
1891 ctc1 a1, MIPS_FPU_CSR # save exceptions
2026 ctc1 a1, MIPS_FPU_CSR # save exceptions
[all …]
Dexception.S1045 cfc1 t1, MIPS_FPU_CSR # stall til FP done
1046 cfc1 t1, MIPS_FPU_CSR # now get status
1103 cfc1 a2, MIPS_FPU_CSR # code = FP execptions
1104 ctc1 zero, MIPS_FPU_CSR # Clear exceptions
/freebsd-9-stable/sys/mips/include/
Dcpuregs.h718 #define MIPS_FPU_CSR $31 macro