Searched refs:one (Results 51 - 75 of 166) sorted by path

1234567

/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S12 | exception is one that must be reported then there will be a
93 | fix is to check for E1, and the existence of one of snan, ovfl,
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
H A Dslogn.S80 one: .long 0x3F800000 label
425 fsubs one,%fp1 | ...FP1 IS X-1
426 fadds one,%fp0 | ...FP0 IS X+1
499 fadds one,%fp0 | ...X := ROUND(1+Z)
520 fadds one,%fp0 | ...FP0 IS 1+X
559 fmoves one,%fp0
/linux-master/arch/m68k/kernel/
H A Dentry.S245 | only allow interrupts when we are really the last one on the
/linux-master/arch/m68k/lib/
H A Dudivsi3.S30 /* Use this one for any 680x0; assumes no floating point hardware.
144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl37 # one picks the latter, it's possible to arrange code in ABI neutral
738 my $one = $t2; # used on R2
768 li $one,1
937 maddu $at,$one # hi*1
946 maddu $at,$one # hi*1
957 maddu $at,$one # hi*1
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c74 static const int one = 1; local
76 cfe_linux_exit((void *)&one);
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl1310 my ($ivec,$inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm,$one)=
1330 vspltisb $one,1
1333 vsldoi $one,$rndkey0,$one,1
1379 vadduqm $ivec,$ivec,$one # Kernel change for 128-bit
1518 vadduqm $two,$one,$one
1522 vadduqm $out1,$ivec,$one # counter values ...
1675 vadduqm $out1,$ivec,$one # counter values ...
1963 # value, one suitabl
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c267 float one = 1.0; local
273 memcpy(&tmp[1], &one, sizeof(u32));
1216 double one = 1.0f; local
1221 fpd_fdiv(&vcpu->arch.fp.fpscr, &cr, fpr_d, (u64*)&one, fpr_d);
/linux-master/arch/s390/include/uapi/asm/
H A Dschid.h14 __u32 one : 1; member in struct:subchannel_id
/linux-master/arch/sparc/kernel/
H A Dhead_32.S300 /* Wow, all that just to move a 32-bit value from one
388 call %l0 ! x is one of 'm', 'd' or 'e'.
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S60 addcc %o1, -1, %g0 ! only one byte remains?
63 b 4f ! only one byte remains
320 3: be 3f ! nope, less than one loop remains
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c102 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) argument
104 /* Item one is entirely before item two. */
105 if (one->start + one->size <= two->start)
107 /* Item one is entirely after item two. */
108 if (one->start >= two->start + two->size)
332 * in header.S, and the memory diagram is based on the one found in misc.c.
/linux-master/arch/x86/boot/
H A Dheader.S448 # The worst case can at least be bounded by having one bit that represents
476 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S4 # This software is available to you under a choice of one of two
118 ## throughout the code, one tab and two tab indentations are used. one tab is
H A Dcrc32c-pcl-intel-asm_64.S17 * This software is available to you under a choice of one of two
211 # SKIP crc32 -i*8(block_2), crc2 ; Don't do this one yet
H A Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
H A Dsha1_ssse3_asm.S109 * This macro implements 80 rounds of SHA-1 for one 64-byte block
165 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
372 # blended scheduling of vector and scalar instruction streams, one 4-wide
H A Dsha256-avx-asm.S11 # This software is available to you under a choice of one of two
H A Dsha256-avx2-asm.S11 # This software is available to you under a choice of one of two
H A Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
H A Dsha512-avx-asm.S12 # This software is available to you under a choice of one of two
H A Dsha512-avx2-asm.S12 # This software is available to you under a choice of one of two
H A Dsha512-ssse3-asm.S12 # This software is available to you under a choice of one of two
167 # by one tab. Vectored instructions (for the message scheduler) are indented
/linux-master/arch/xtensa/kernel/
H A Dentry.S189 /* If only one valid frame skip saving regs. */
203 and a3, a3, a2 # max. only one bit is set
670 * If this bit is zero, all other bits except the one for the
676 * The result is zero only if one bit was set.
1279 _beqz a3, .Lnospill # only one active frame? jump
1304 /* WB is now just one frame below the oldest frame in the register
1306 and WS differ by one 4-register frame. */
1481 slli a3, a3, 1 # shift left by one
1751 /* Check if excvaddr was in one of the TLBTEMP_BASE areas. */
1775 /* We can use up to two TLBTEMP areas, one fo
[all...]
/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S92 # check one more byte (byte 2 of word)
93 # Actually, we don't need to check. Zero or nonzero, we'll add one.
94 # Do not add an extra one for the NULL terminator since we have

Completed in 354 milliseconds

1234567