Searched refs:least (Results 1 - 25 of 52) sorted by path

123

/linux-master/arch/alpha/kernel/
H A Dhead.S61 # on the PC164 (at least), since that PALcode manages the interrupt
/linux-master/arch/arc/lib/
H A Dstrcmp.S33 bic_s r0,r0,r1 ; mask for least significant difference bit
35 xor r0,r5,r1 ; mask for least significant difference byte
50 bic_s r0,r0,r1 ; mask for least significant difference bit
52 xor r0,r5,r1 ; mask for least significant difference byte
/linux-master/arch/arm/lib/
H A Dcsumpartial.S37 /* we must have at least one byte. */
101 cmp len, #8 @ Ensure that we have at least
H A Dcsumpartialcopygeneric.S58 /* we must have at least one byte. */
91 cmp len, #8 @ Ensure that we have at least
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S22 | digit formed will be assumed the least significant. This is
H A Ddecbin.S33 | assumed following the least-significant digit.
H A Dx_operr.S284 | and store the lower n bits of the least lword of FPTEMP
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1349 bne.b fu_in_exc # there is at least one set
1618 bne.b fu_out_exc # there is at least one set
1927 bne.b fu_in_exc_p # at least one was set
2651 bne.b iea_op_exc # at least one was set
4183 bne.b funimp_exc # at least one was set
4352 # so, the least significant WORD of the stacked effective address got
23017 # assumed following the least-significant digit. #
24474 # digit formed will be assumed the least significant. This is #
H A Dilsp.S275 # The most sig. longword of the 64 bit dividend must be in %d5, least #
H A Dpfpsp.S1348 bne.b fu_in_exc # there is at least one set
1617 bne.b fu_out_exc # there is at least one set
1926 bne.b fu_in_exc_p # at least one was set
2650 bne.b iea_op_exc # at least one was set
12977 # assumed following the least-significant digit. #
14434 # digit formed will be assumed the least significant. This is #
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S396 ! Size is at least 64 bytes, so will be going round the big loop at least once.
598 ! Size is at least 64 bytes, so will be going round the big loop at least once.
H A Dchecksum.S44 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
75 bt/s 1f ! Jump if we had at least two bytes.
210 cmp/pz r6 ! Jump if we had at least two bytes.
/linux-master/arch/sparc/lib/
H A DM7memcpy.S126 * line as "least recently used" which means if many threads are
169 /* must be at least 64 */
254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
H A DM7memset.S76 * ASI_STBI_P marks the cache line as "least recently used"
150 1: stb %o1, [%o5] ! there is at least 1 byte to set
/linux-master/arch/alpha/lib/
H A Dev6-memchr.S134 # At least one byte left to process.
145 # At least two quads remain to be accessed.
150 # At least three quads remain to be accessed
H A Dev6-memcpy.S48 * At least one byte more to move
108 subq $18, 192, $2 # E : At least two more trips to go?
130 cmple $18, 63, $1 # E : At least one more trip?
140 subq $18, 8, $18 # E : At least a quad left?
200 subq $18, 8, $18 # E : At least a quad left?
H A Dev6-memset.S99 * We are now guaranteed to be quad aligned, with at least
125 * We know we've got at least 16 quads, minimum of one trip
178 subq $3, 16, $2 # E : Repeat the loop at least once more?
277 * We are now guaranteed to be quad aligned, with at least
303 * We know we've got at least 16 quads, minimum of one trip
356 subq $3, 16, $2 # E : Repeat the loop at least once more?
465 * We are now guaranteed to be quad aligned, with at least
491 * We know we've got at least 16 quads, minimum of one trip
544 subq $3, 16, $2 # E : Repeat the loop at least once more?
H A Dev67-strchr.S79 $found: negq t0, t1 # E : clear all but least set bit
H A Dmemchr.S114 # At least one byte left to process.
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
H A Dstrcat.S36 $found: negq $2, $3 # clear all but least set bit
H A Dstrchr.S50 $found: negq t0, t1 # e0 : clear all but least set bit
H A Dstrncat.S41 $found: negq $2, $3 # clear all but least set bit
/linux-master/arch/arm/common/
H A Dmcpm_head.S97 @ state, because there is at least one active CPU (this CPU).
/linux-master/arch/arm/mm/
H A Dcache-v6.S47 .rept 11 @ ARM Ltd recommends at least
/linux-master/arch/arm64/kernel/
H A Dhead.S41 #error PAGE_OFFSET must be at least 2MB aligned

Completed in 352 milliseconds

123