Searched refs:need (Results 1 - 25 of 124) sorted by path

12345

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S92 if we're not going to need it. */
96 /* We're doing a partial word store and so need to combine
132 beq t0, stxcpy_aligned # U : ... if we wont need it (stall)
285 /* If source misalignment is larger than dest misalignment, we need
297 the source. We need to isolate the valid source data and mask
299 that we'll need at least one byte of that original dest word.) */
H A Dstxcpy.S77 if we're not going to need it. */
81 /* We're doing a partial word store and so need to combine
112 beq t0, stxcpy_aligned # .. e1 : ... if we wont need it
253 /* If source misalignment is larger than dest misalignment, we need
267 the source. We need to isolate the valid source data and mask
269 that we'll need at least one byte of that original dest word.) */
/linux-master/arch/arc/lib/
H A Dmemcpy-archs.S95 ;; Hence I need to read 1 byte for a 16bit alignment
181 ;;; Hence, I need to read 1byte for achieve the 32bit alignment
H A Dmemset.S55 b memset ;tail call so need to tinker with blink
/linux-master/arch/arm/lib/
H A Ddiv64.S54 @ See if we need to handle upper 32-bit result.
93 @ See if we need to handle lower 32-bit result.
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
H A Dsram243x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
H A Dgen_except.S282 moveql #13,%d0 |need to zero 14 lwords
287 moveql #11,%d0 |need to zero 12 lwords
331 moveql #13,%d0 |in orig, need to zero 14 lwords
336 moveql #11,%d0 |in rev, need to zero 12 lwords
349 | We need to set the nmcexc bits if the exception is E1. Otherwise,
397 | on an Unsupported data type exception), then we need to grow
H A Dget_op.S615 | ;we need to do this so the 040 will
H A Dsetox.S498 movew L2,L_SCR1(%a6) | ...prefetch L2, no need in CB
H A Dssin.S489 |--Then, we need to compute A := R-P and a := r-p
499 |--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
502 |--No need to calculate r if this is the last loop
H A Dx_bsun.S8 | The real_bsun handler will need to perform further corrective
H A Dx_operr.S345 | Since operr is only an E1 exception, there is no need to frestore
H A Dx_snan.S92 moveql #13,%d0 |need to zero 14 lwords
95 moveql #11,%d0 |need to zero 12 lwords
120 moveql #13,%d0 |need to zero 14 lwords
123 moveql #11,%d0 |need to zero 12 lwords
H A Dx_unfl.S145 | ;we need the RND_PREC in the
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5573 #--Then, we need to compute A := R-P and a := r-p
5583 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
5586 #--No need to calculate r if this is the last loop
6004 #--Then, we need to compute A := R-P and a := r-p
6014 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
6017 #--No need to calculate r if this is the last loop
7138 mov.w L2(%pc),L_SCR1(%a6) # prefetch L2, no need in CB
8010 # log(F)'s need to be tabulated. Moreover, the values of #
9242 # we may need to read the fpsr for the last fp op in t_catch2().
10123 # occurred and has been logged. Now we need t
[all...]
H A Dfpsp.S964 # underflow exception. Since this is incorrect, we need to check
1222 # stack an ea. however, we don't need an a7' for this case anyways.
1587 # the extended precision result is still in fp0. but, we need to save it
1732 mov.l EXC_A7(%a6),%a0 # restore a7 whether we need
1755 # the extended precision result is still in fp0. but, we need to save it
1902 # addressing mode was (a7)+. if so, we'll need to shift the
2133 # addressing mode was -(a7). if so, we'll need to shift the
3134 # cause an operr so we don't need to check for them here.
3156 # through here. we simply need to test the sign of the src
3353 # fpsp_unsupp(), then we need t
[all...]
H A Dilsp.S402 # need to add back divisor longword to current ms 3 digits of dividend
780 # also sign extended. If Rn is an address register, it need not be sign #
H A Disp.S848 cmpi.b SPCOND_FLG(%a6),&restore_flg # do we need a restore?
1425 # _imem_read_word() increased the extwptr by 2. need to adjust here.
1880 # Rn is an address register, it need not be sign extended since the #
2352 # need to add back divisor longword to current ms 3 digits of dividend
2629 # saved. so, saving hi after lo accomplishes this without need to
3162 # This is the section that may need to be replaced by the host #
H A Dpfpsp.S963 # underflow exception. Since this is incorrect, we need to check
1221 # stack an ea. however, we don't need an a7' for this case anyways.
1586 # the extended precision result is still in fp0. but, we need to save it
1731 mov.l EXC_A7(%a6),%a0 # restore a7 whether we need
1754 # the extended precision result is still in fp0. but, we need to save it
1901 # addressing mode was (a7)+. if so, we'll need to shift the
2132 # addressing mode was -(a7). if so, we'll need to shift the
3133 # cause an operr so we don't need to check for them here.
3155 # through here. we simply need to test the sign of the src
3352 # fpsp_unsupp(), then we need t
[all...]
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S454 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
457 ! this can be reversed at the end, so we don't need to save any extra
639 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
642 ! this can be reversed at the end, so we don't need to save any extra
H A Dmemset-sh4.S37 ! Check if enough bytes need to be copied to be worth the big loop
/linux-master/include/asm-generic/
H A Dtlbflush.h7 * If you have an MMU, you need to write your own functions.
10 #error need to implement an architecture specific asm/tlbflush.h
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)

Completed in 410 milliseconds

12345