HomeSort by: relevance | last modified time | path
    Searched refs:operr (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/m68k/060sp/dist/
test.doc 154 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
171 exercizes _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
172 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
ftest.s 192 ### operr
1143 string "\tEnabled OPERR..."
1156 fmov.l &0x00002000,%fpcr # enable OPERR
pfpsp.s 483 set operr_mask, 0x00002000 # operr exception mask
547 set OPERR_VEC, 0xd0 # operr vector offset
1124 # _real_operr() - "callout" for OPERR exception #
1138 # If OPERR exception (opclass 3): #
1139 # - The system stack is changed to an OPERR exception stk frame #
1322 # OPERR : fsqrt(-NORM)
1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1551 # OPERR : fmove.{b,w,l} out of large UNNORM
1676 short fu_operr - tbl_fu_out # OPERR
1683 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
    [all...]
fpsp.s 483 set operr_mask, 0x00002000 # operr exception mask
547 set OPERR_VEC, 0xd0 # operr vector offset
1124 # _real_operr() - "callout" for OPERR exception #
1138 # If OPERR exception (opclass 3): #
1139 # - The system stack is changed to an OPERR exception stk frame #
1322 # OPERR : fsqrt(-NORM)
1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1551 # OPERR : fmove.{b,w,l} out of large UNNORM
1676 short fu_operr - tbl_fu_out # OPERR
1683 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
    [all...]
fplsp.s 463 set operr_mask, 0x00002000 # operr exception mask
527 set OPERR_VEC, 0xd0 # operr vector offset
6571 fbgt t_operr # cause an operr exception
6666 fbgt t_operr # cause an operr exception
9901 # t_operr(): Handle 060FPLSP OPERR exception during emulation. #
9917 # emulation in the 060FPLSP. If OPERR is disabled, just return a NAN #
9918 # in fp0. If OPERR is enabled, return the dst operand unscathed in fp0 #
9919 # and the source operand in fp1. Use fp2 to create an OPERR exception #
9926 ori.l &opnan_mask,USER_FPSR(%a6) # set NAN/OPERR/AIOP
9931 # operr is disabled. return a QNAN in fp
    [all...]
  /src/sys/arch/amiga/amiga/
vectors.s 99 ASVECTOR(operr) /* 52: FPCP operand error */
  /src/sys/arch/m68k/m68k/
vectors.c 122 extern char bsun[], inex[], dz[], unfl[], operr[], ovfl[], snan[];
127 #define FP_OPERR_HANDLER40 operr
  /src/sys/arch/mac68k/mac68k/
vectors.s 111 ASVECTOR(operr) /* 52: FPCP operand error */
  /src/sys/arch/x68k/x68k/
vectors.s 97 ASVECTOR(operr) /* 52: FPCP operand error */
  /src/sys/arch/atari/atari/
vectors.s 104 ASVECTOR(operr) | 52: FPCP operand error
  /src/sys/netinet/
sctp_output.c 2950 * call to get back an operr.. to either incorporate (init-ack)
7957 sctp_send_abort_tcb(struct sctp_tcb *stcb, struct mbuf *operr)
7971 m_abort->m_next = operr;
7973 if (operr) {
7975 n = operr;

Completed in 28 milliseconds