Searched refs:inex (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/
H A Dmpc.h62 #define MPC_INEX_POS(inex) (((inex) < 0) ? 2 : ((inex) == 0) ? 0 : 1)
64 #define MPC_INEX_NEG(inex) (((inex) == 2) ? -1 : ((inex) == 0) ? 0 : 1)
73 #define MPC_INEX_RE(inex) MPC_INEX_NEG((inex) & 3)
74 #define MPC_INEX_IM(inex) MPC_INEX_NEG((inex) >>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sys-include/
H A Dmpc.h62 #define MPC_INEX_POS(inex) (((inex) < 0) ? 2 : ((inex) == 0) ? 0 : 1)
64 #define MPC_INEX_NEG(inex) (((inex) == 2) ? -1 : ((inex) == 0) ? 0 : 1)
73 #define MPC_INEX_RE(inex) MPC_INEX_NEG((inex) & 3)
74 #define MPC_INEX_IM(inex) MPC_INEX_NEG((inex) >>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sys-include/
H A Dmpc.h62 #define MPC_INEX_POS(inex) (((inex) < 0) ? 2 : ((inex) == 0) ? 0 : 1)
64 #define MPC_INEX_NEG(inex) (((inex) == 2) ? -1 : ((inex) == 0) ? 0 : 1)
73 #define MPC_INEX_RE(inex) MPC_INEX_NEG((inex) & 3)
74 #define MPC_INEX_IM(inex) MPC_INEX_NEG((inex) >>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_operr.S223 | the operr and aiop bits, and clears inex and ainex, incorrectly
322 | operr. If the inex enable bit is set in the FPCR, and either
324 | real inex handler.
H A Dround.S47 | the inex flag in status reg and continue.
431 tstb %d1 |check for inex
432 beq no_inex |if clr, no inex
433 bras dnrm_inex |if set, set inex
449 beqs no_inex |if clr, no inex
450 bras dnrm_inex |if set, set inex
462 beqs no_inex |if clr, no inex
463 bras dnrm_inex |if set, set inex
H A Dskeleton.S88 | Code following the 'inex' label is to handle bug #1232. In this
91 | return was inex, rather than the correct exception. The snan, ovfl,
101 .global inex
102 inex: label
H A Dx_unfl.S81 | unfl. If the inex enable bit is set in the FPCR, and either
83 | real inex handler.
H A Dx_snan.S58 | snan. If the inex enable bit is set in the FPCR, and either
60 | real inex handler.
H A Dscale.S179 st L_SCR2(%a6) |use L_SCR2 to capture inex
H A Ddecbin.S493 | If the final mul/div in decbin incurred an inex exception,
H A Dres_func.S293 orl #aunfl_mask,USER_FPSR(%a6) |if the round was inex, set AUNFL
855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1029 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1057 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1445 | set if the result is inex and unfl is signalled.
1909 bsrl round |round result, sets the inex bit in
H A Dbugfix.S170 | nu-generated ovfl, unfl, or inex exception. If the version
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_operr.S223 | the operr and aiop bits, and clears inex and ainex, incorrectly
322 | operr. If the inex enable bit is set in the FPCR, and either
324 | real inex handler.
H A Dround.S47 | the inex flag in status reg and continue.
431 tstb %d1 |check for inex
432 beq no_inex |if clr, no inex
433 bras dnrm_inex |if set, set inex
449 beqs no_inex |if clr, no inex
450 bras dnrm_inex |if set, set inex
462 beqs no_inex |if clr, no inex
463 bras dnrm_inex |if set, set inex
H A Dskeleton.S88 | Code following the 'inex' label is to handle bug #1232. In this
91 | return was inex, rather than the correct exception. The snan, ovfl,
101 .global inex
102 inex: label
H A Dx_unfl.S81 | unfl. If the inex enable bit is set in the FPCR, and either
83 | real inex handler.
H A Dx_snan.S58 | snan. If the inex enable bit is set in the FPCR, and either
60 | real inex handler.
H A Dscale.S179 st L_SCR2(%a6) |use L_SCR2 to capture inex
H A Ddecbin.S493 | If the final mul/div in decbin incurred an inex exception,
H A Dres_func.S293 orl #aunfl_mask,USER_FPSR(%a6) |if the round was inex, set AUNFL
855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1029 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1057 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1445 | set if the result is inex and unfl is signalled.
1909 bsrl round |round result, sets the inex bit in
H A Dbugfix.S170 | nu-generated ovfl, unfl, or inex exception. If the version
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S966 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
6171 # the inex flag in status reg and continue.
13405 # If the final mul/div in decbin incurred an inex exception,
14013 # F_SCR2:Y adjusted for inex/Y with original exponent
H A Dfpsp.S967 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
22049 # the inex flag in status reg and continue.
23445 # If the final mul/div in decbin incurred an inex exception,
24053 # F_SCR2:Y adjusted for inex/Y with original exponent
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S966 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
6171 # the inex flag in status reg and continue.
13405 # If the final mul/div in decbin incurred an inex exception,
14013 # F_SCR2:Y adjusted for inex/Y with original exponent
H A Dfpsp.S967 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
22049 # the inex flag in status reg and continue.
23445 # If the final mul/div in decbin incurred an inex exception,
24053 # F_SCR2:Y adjusted for inex/Y with original exponent

Completed in 517 milliseconds

12