Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 51) sorted by relevance

123

/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dpkey_set.c33 unsigned long int bits; in pkey_set() local
36 bits = PKEY_AMR_READ | PKEY_AMR_WRITE; in pkey_set()
38 bits = PKEY_AMR_WRITE; in pkey_set()
40 bits = 0; in pkey_set()
45 amr = (amr & ~mask) | (bits << index); in pkey_set()
A Dpkey_get.c33 unsigned int bits = (amr >> index) & 3; in pkey_get() local
37 if (bits & PKEY_AMR_READ) in pkey_get()
39 else if (bits == PKEY_AMR_WRITE) in pkey_get()
/sysdeps/unix/sysv/linux/
A DMakefile90 sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \
91 bits/signalfd.h bits/timerfd.h bits/epoll.h \
92 bits/socket_type.h bits/syscall.h \
93 bits/mman-linux.h bits/mman-shared.h bits/ptrace-shared.h \
94 bits/siginfo-arch.h bits/siginfo-consts-arch.h \
95 bits/procfs.h bits/procfs-id.h bits/procfs-extra.h \
96 bits/procfs-prregset.h bits/mman-map-flags-generic.h \
98 bits/termios-struct.h bits/termios-c_cc.h \
99 bits/termios-c_iflag.h bits/termios-c_oflag.h \
100 bits/termios-baud.h bits/termios-c_cflag.h \
[all …]
/sysdeps/sparc/sparc64/
A Dmul_1.S42 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
43 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
54 srl %g5,0,%i0 ! zero hi bits
60 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
66 sllx %i1,32,%i0 ! align low bits of mid product
67 srl %i4,0,%g5 ! zero high 32 bits of lo product
68 add %i0,%g5,%i0 ! combine into low 64 bits of result
69 srlx %i1,32,%i1 ! extract high bits of mid product...
71 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
A Dsubmul_1.S38 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
40 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
50 srl %g5,0,%i0 ! zero hi bits
57 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
62 sllx %i1,32,%i0 ! align low bits of mid product
64 srl %i4,0,%g5 ! zero high 32 bits of lo product
65 add %i0,%g5,%i0 ! combine into low 64 bits of result
66 srlx %i1,32,%i1 ! extract high bits of mid product...
67 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
A Daddmul_1.S39 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
41 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
51 srl %g5,0,%i0 ! zero hi bits
58 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
63 sllx %i1,32,%i0 ! align low bits of mid product
65 srl %i4,0,%g5 ! zero high 32 bits of lo product
66 add %i0,%g5,%i0 ! combine into low 64 bits of result
67 srlx %i1,32,%i1 ! extract high bits of mid product...
68 addcc %i0,%o0,%i0 ! add cy_limb to low 64 bits of result
/sysdeps/x86/fpu/
A Dtest-fenv-x87.c41 set_x87_cw_bits (uint16_t mask, uint16_t bits) in set_x87_cw_bits() argument
44 cw = (cw & ~mask) | bits; in set_x87_cw_bits()
49 test_x87_cw_bits (const char *test, uint16_t mask, uint16_t bits) in test_x87_cw_bits() argument
53 if ((cw & mask) == bits) in test_x87_cw_bits()
74 set_x87_sw_bits (uint16_t mask, uint16_t bits) in set_x87_sw_bits() argument
78 temp.__status_word = (temp.__status_word & ~mask) | bits; in set_x87_sw_bits()
83 test_x87_sw_bits (const char *test, uint16_t mask, uint16_t bits) in test_x87_sw_bits() argument
87 if ((sw & mask) == bits) in test_x87_sw_bits()
A Dtest-fenv-sse-2.c52 set_sse_mxcsr_bits (uint32_t mask, uint32_t bits) in set_sse_mxcsr_bits() argument
55 mxcsr = (mxcsr & ~mask) | bits; in set_sse_mxcsr_bits()
60 test_sse_mxcsr_bits (const char *test, uint32_t mask, uint32_t bits) in test_sse_mxcsr_bits() argument
64 if ((mxcsr & mask) == bits) in test_sse_mxcsr_bits()
/sysdeps/alpha/
A Dstrchr.S48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
52 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
55 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
56 or t2, t3, t0 # e1 : bits set iff char match or zero match
57 andnot t0, t4, t0 # e0 : clear garbage bits
64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
65 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
A Drawmemchr.S48 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
52 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
55 andnot t3, t4, t0 # e0 : clear garbage bits
67 cmpbge zero, t1, t0 # e0 : bits set iff byte == c
A Dstrrchr.S52 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
56 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
69 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
A Dstrncpy.S46 or t2, t8, t2 # e0 : clear the bits between the last
54 subq t8, 1, t7 # e0 : clear the final bits in the prev
76 1: ldq_u t0, 0(a0) # e0 : clear the leading bits in the final
A Dstpncpy.S59 or t2, t8, t2 # e0 : clear the bits between the last
69 subq t8, 1, t7 # e0 : clear the final bits in the prev
91 1: ldq_u t0, 0(a0) # e0 : clear the leading bits in the final
/sysdeps/alpha/alphaev67/
A Dstrchr.S54 cmpbge zero, t0, t2 # E : bits set iff byte == zero
55 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
60 cmpbge zero, t1, t3 # E : bits set iff byte == c
61 or t2, t3, t0 # E : bits set iff char match or zero match
63 andnot t0, t4, t0 # E : clear garbage bits
77 cmpbge zero, t0, t2 # E : bits set iff byte == 0
79 cmpbge zero, t1, t3 # E : bits set iff byte == c
A Drawmemchr.S53 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
59 cmpbge zero, t1, t0 # E : bits set iff byte == c
60 andnot t0, t4, t0 # E : clear garbage bits
76 cmpbge zero, t1, t0 # E : bits set iff byte == c
A Dstrrchr.S58 cmpbge zero, t0, t1 # E : bits set iff byte == zero
61 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
63 cmpbge zero, t2, t3 # E : bits set iff byte == c
80 cmpbge zero, t0, t1 # E : bits set iff byte == zero
81 cmpbge zero, t2, t3 # E : bits set iff byte == c
/sysdeps/unix/sysv/linux/x86/include/bits/
A Dsigstack.h1 #include_next <bits/sigstack.h>
/sysdeps/ieee754/ldbl-96/include/bits/
A Discanonical.h1 #include_next <bits/iscanonical.h>
/sysdeps/ieee754/ldbl-128ibm/include/bits/
A Discanonical.h1 #include_next <bits/iscanonical.h>
/sysdeps/htl/bits/
A Dsemaphore.h23 # error Never include <bits/semaphore.h> directly.
/sysdeps/unix/sysv/linux/bits/
A Dstatx.h22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
/sysdeps/mach/hurd/
A DMakefile91 $(hurd)/bits/errno.h: $(common-objpfx)stamp-errnos ;
94 mkdir -p $(hurd-objpfx)bits
95 $(AWK) -f $^ > $(hurd-objpfx)bits/errno.h-tmp
97 -chmod a-w $(hurd-objpfx)bits/errno.h-tmp
98 $(move-if-change) $(hurd-objpfx)bits/errno.h-tmp $(hurd)/bits/errno.h
/sysdeps/posix/
A Dgetaddrinfo.c1318 unsigned int bits = list[idx].bits; in match_prefix() local
1329 bits -= 8; in match_prefix()
1332 if (bits < 8) in match_prefix()
1334 if ((*mask & (0xff00 >> bits)) == (*val & (0xff00 >> bits))) in match_prefix()
1743 if (e1->bits < e2->bits) in prefixcmp()
1745 if (e1->bits == e2->bits) in prefixcmp()
1857 bits = 128; in gaiconf_init()
1882 newp->entry.bits = bits; in gaiconf_init()
1909 bits = 32; in gaiconf_init()
1916 bits = 128; in gaiconf_init()
[all …]
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigcontext.h36 unsigned long bits[2]; member
/sysdeps/powerpc/
A DVersions3 # symbols used in macros from sysdeps/powerpc/bits/fenv.h

Completed in 34 milliseconds

123