Home
last modified time | relevance | path

Searched refs:bsr (Results 1 – 25 of 37) sorted by relevance

12

/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Dftest.S73 bsr.l _print_str
78 bsr.l _print_num
82 bsr.l _print_str
94 bsr.l _print_str
100 bsr.l _print_str
103 bsr.l effadd_0
105 bsr.l chk_test
110 bsr.l _print_str
113 bsr.l unsupp_0
115 bsr.l chk_test
[all …]
Ditest.S57 bsr.l _print_str
62 bsr.l _print_num
66 bsr.l _print_str
77 bsr.l _print_str
83 bsr.l _print_str
86 bsr.l mulul_0
88 bsr.l chk_test
93 bsr.l _print_str
96 bsr.l divul_0
98 bsr.l chk_test
[all …]
Dfplsp.S577 bsr.l tag # fetch operand type
588 bsr.l ssin # operand is a NORM
593 bsr.l src_zero # yes
598 bsr.l t_operr # yes
603 bsr.l src_qnan # yes
606 bsr.l ssind # operand is a DENORM
634 bsr.l tag # fetch operand type
646 bsr.l ssin # operand is a NORM
651 bsr.l src_zero # yes
656 bsr.l t_operr # yes
[all …]
Disp.S480 bsr.l _mul64 # _mul64()
494 bsr.l _div64 # _div64()
1521 bsr.l _imem_read_long
1530 bsr.l _imem_read_word
1548 bsr.l _imem_read_long
1558 bsr.l _imem_read_word
1574 bsr.l _dmem_read_long
1586 bsr.l _dmem_read_long
1683 bsr.l _dmem_write_byte # os : write hi
1693 bsr.l _dmem_write_byte # os : write lo
[all …]
Dpfpsp.S920 bsr.l load_fpn2 # load dst into FP_DST
923 bsr.l set_tag_x # tag the operand type
926 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
958 bsr.l store_fpreg
1234 bsr.l _imem_read_long # fetch the instruction words
1269 bsr.l set_tag_x # tag the operand type
1272 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1333 bsr.l store_fpreg # store the result
1399 bsr.l funimp_skew # skew sgl or dbl inputs
1484 bsr.l norm # normalize mantissa
[all …]
Dfpsp.S921 bsr.l load_fpn2 # load dst into FP_DST
924 bsr.l set_tag_x # tag the operand type
927 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
959 bsr.l store_fpreg
1235 bsr.l _imem_read_long # fetch the instruction words
1270 bsr.l set_tag_x # tag the operand type
1273 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1334 bsr.l store_fpreg # store the result
1400 bsr.l funimp_skew # skew sgl or dbl inputs
1485 bsr.l norm # normalize mantissa
[all …]
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dflexanet.c50 unsigned long bsr; in flexanet_get_mctrl() local
55 bsr = FHH_BSR; in flexanet_get_mctrl()
57 if ((bsr & FHH_BSR_DSR1) != 0) in flexanet_get_mctrl()
59 if ((bsr & FHH_BSR_CTS1) != 0) in flexanet_get_mctrl()
64 bsr = FHH_BSR; in flexanet_get_mctrl()
66 if ((bsr & FHH_BSR_DSR3) != 0) in flexanet_get_mctrl()
68 if ((bsr & FHH_BSR_CTS3) != 0) in flexanet_get_mctrl()
Dassabet.c260 u_int bsr = ASSABET_BSR; in assabet_get_mctrl() local
263 bsr = ASSABET_BSR; in assabet_get_mctrl()
266 if (bsr & ASSABET_BSR_COM_DCD) in assabet_get_mctrl()
268 if (bsr & ASSABET_BSR_COM_CTS) in assabet_get_mctrl()
270 if (bsr & ASSABET_BSR_COM_DSR) in assabet_get_mctrl()
273 if (bsr & ASSABET_BSR_RAD_DCD) in assabet_get_mctrl()
275 if (bsr & ASSABET_BSR_RAD_CTS) in assabet_get_mctrl()
277 if (bsr & ASSABET_BSR_RAD_DSR) in assabet_get_mctrl()
279 if (bsr & ASSABET_BSR_RAD_RI) in assabet_get_mctrl()
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsint.S163 bsr ld_pzero |if rm, load +0.0
166 bsr ld_pone
174 bsr ld_mzero |if rp, load -0.0
177 bsr ld_mone
185 bsr ld_pzero
188 bsr ld_mzero
214 bsr dnrm_lp
222 bsr round |round the unnorm based on users
232 bsr nrm_set |normalize the unnorm
Dx_operr.S164 bsr check_upper |check if exp and ms mant are special
168 bsr operr_store
180 bsr operr_store
191 bsr check_upper |check if exp and ms mant are special
195 bsr operr_store
208 bsr operr_store
220 bsr operr_store
236 bsr operr_store
240 bsr operr_store
Dslog2.S123 bsr slognd | ...log(X), X denorm.
136 bsr slogn | ...log(X), X normal.
150 bsr slognd | ...log(X), X denorm.
180 bsr slogn | ...log(X), X normal.
Dscosh.S97 bsr setox | ...FP0 IS EXP(|X|)
120 bsr setox
Dssinh.S94 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
129 bsr setox
Ddo_func.S108 bsr ld_pzero |bsr so we can return and set inx
111 bsr ld_mzero |if neg, load neg zero, return here
487 bsr sto_cos |store cosine result
498 bsr sto_cos
Dsgetem.S59 bsr nrm_set |normalize (exp will go negative)
97 bsr shft |shift mantissa bits till msbit is set
Dstanh.S109 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
145 bsr setox | ...FP0 IS EXP(Y)
Dsatanh.S93 bsr slognp1 | ...LOG1P(Z)
/linux-2.4.37.9/arch/alpha/kernel/
Dentry.S228 bsr $26,sys_clone
251 bsr $26,kernel_clone
497 bsr $1,do_switch_stack
502 bsr $1,undo_switch_stack
510 bsr $1,do_switch_stack
514 bsr $1,undo_switch_stack
522 bsr $1,do_switch_stack
525 bsr $1,undo_switch_stack
534 bsr $1,do_switch_stack
537 bsr $1,undo_switch_stack
[all …]
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dilsp.doc69 package, a program must "bsr" or "jsr" to the location listed
79 do a "bsr" or "jsr" to the entry point defined by
90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
105 bsr.l _060LISP_TOP+0x08 # branch to divide routine
122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
DTEST.DOC65 (2) | Entry Point | - user does "bsr" or "jsr" to this address
92 routine would simply execute a "bsr" or "jsr" that jumped to the selected
98 bsr _060ISP_TEST+128+0
189 bsr _060FPSP_TEST+128+0
Dfplsp.doc70 package, a program must "bsr" or "jsr" to the location listed
88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine
100 bsr.l _060FPLSP_TOP+0x168 # branch to frem routine
/linux-2.4.37.9/arch/alpha/lib/
Dstrncat.S55 bsr $23, __stxncpy
Dev67-strncat.S57 bsr $23, __stxncpy # L0 :/* Now do the append. */
Ddivide.S184 bsr $23,ufunction
/linux-2.4.37.9/drivers/net/irda/
Dnsc-ircc.c1378 int bsr; in nsc_ircc_dma_xmit() local
1381 bsr = inb(iobase+BSR); in nsc_ircc_dma_xmit()
1403 outb(bsr, iobase+BSR); in nsc_ircc_dma_xmit()
1526 __u8 bsr; in nsc_ircc_dma_receive() local
1535 bsr = inb(iobase+BSR); in nsc_ircc_dma_receive()
1563 outb(bsr, iobase+BSR); in nsc_ircc_dma_receive()
1882 __u8 bsr, eir; in nsc_ircc_interrupt() local
1895 bsr = inb(iobase+BSR); /* Save current bank */ in nsc_ircc_interrupt()
1912 outb(bsr, iobase+BSR); /* Restore bank register */ in nsc_ircc_interrupt()

12