Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 66) sorted by relevance

123

/picolibc-latest/newlib/libc/machine/w65/
Ddivsi3.c46 long int bit = 1; in divmodsi4() local
49 while (den < num && bit && !(den & (1L<<31))) in divmodsi4()
52 bit <<=1; in divmodsi4()
54 while (bit) in divmodsi4()
59 res |= bit; in divmodsi4()
61 bit >>=1; in divmodsi4()
/picolibc-latest/newlib/libc/machine/h8500/
Ddivsi3.c46 long int bit = 1; in divmodsi4() local
49 while (den < num && bit && !(den & (1L<<31))) in divmodsi4()
52 bit <<=1; in divmodsi4()
54 while (bit) in divmodsi4()
59 res |= bit; in divmodsi4()
61 bit >>=1; in divmodsi4()
/picolibc-latest/newlib/libc/string/
Dstrlen.c59 #error long int is not a 32bit or 64bit type.
64 #error long int is not a 32bit or 64bit byte
Dstpcpy.c51 #error long int is not a 32bit or 64bit type.
56 #error long int is not a 32bit or 64bit byte
Dstrcat.c61 #error long int is not a 32bit or 64bit type.
66 #error long int is not a 32bit or 64bit byte
Dstrcpy.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstrcmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstrncat.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dstpncpy.c58 #error long int is not a 32bit or 64bit type.
63 #error long int is not a 32bit or 64bit byte
Dstrncmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Drawmemchr.c53 #error long int is not a 32bit or 64bit type.
58 #error long int is not a 32bit or 64bit byte
Dstrncpy.c68 #error long int is not a 32bit or 64bit type.
73 #error long int is not a 32bit or 64bit byte
Dmemchr.c68 #error long int is not a 32bit or 64bit type.
73 #error long int is not a 32bit or 64bit byte
Dmemrchr.c54 #error long int is not a 32bit or 64bit type.
59 #error long int is not a 32bit or 64bit byte
/picolibc-latest/newlib/libc/machine/microblaze/
Dstrlen.c73 #error long int is not a 32bit or 64bit type.
78 #error long int is not a 32bit or 64bit byte
Dstrcmp.c77 #error long int is not a 32bit or 64bit type.
82 #error long int is not a 32bit or 64bit byte
Dstrcpy.c77 #error long int is not a 32bit or 64bit type.
82 #error long int is not a 32bit or 64bit byte
/picolibc-latest/doc/
Dreleasing.md9 ** 32-bit x86
11 ** ARM 32-bit
12 ** ARM 64-bit (aarch64)
18 * 64-bit x86
19 * 32-bit x86
21 * ARM 32-bit, almost all targets (qemu)
22 * ARM 64-bit
24 3. Use glibc test suite for RISC-V and ARM 32-bit:
/picolibc-latest/newlib/libc/machine/z8k/
Dmemset.S47 bit r7,#0
68 bit r0,#0 /* one byte remaining? */
103 bit r7,#0
124 bit r0,#0 /* one byte remaining? */
/picolibc-latest/newlib/libc/search/
Dhash_page.c659 int bit, first_page, free_bit, free_page, i, in_use_bits, j; in overflow_page() local
681 bit = hashp->LAST_FREED & in overflow_page()
683 j = bit / BITS_PER_MAP; in overflow_page()
684 bit = bit & ~(BITS_PER_MAP - 1); in overflow_page()
686 bit = 0; in overflow_page()
689 for (; bit <= in_use_bits; j++, bit += BITS_PER_MAP) in overflow_page()
767 bit = bit + first_free(freep[j]); in overflow_page()
768 SETBIT(freep, bit); in overflow_page()
770 tmp1 = bit; in overflow_page()
778 bit = 1 + bit + (i * (hashp->BSIZE << BYTE_SHIFT)); in overflow_page()
[all …]
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S36 ; Searches the provided string, 32 bytes at a time, using 128 bit loads
149 ; Using 128-bit memory operations
155 ; The 64-bit crunching implementation.
237 ; appropriate length As LIMM are 32 bit only, we need to perform MOVHL
238 ; and ORL [1] operations to have the appropriate 64 bit values in
241 ;; Search is done 32 bytes at a time, either with 64 bit loads or 128
242 ;; bit loads If a NULL byte is detected, the position of the double
272 ; setting the highest bit of each byte to 1, if the corresponding byte
274 ; bit of each byte 1, if the byte is less than 0x80. The last step is
280 ; simply find the first non zero bit (counting from bit 0) which will
[all …]
Dmemset.S39 ; Using 128-bit memory operations
93 ; The generic 64-bit implementation without any frills.
101 # error Please use either 32-bit or 64-bit version of arc64 compiler
109 ;; Assemble the bytes to 64bit words
150 ;; Assemble the bytes to 32bit words
/picolibc-latest/semihost/
Dsys_feature.c87 uint8_t bit = (feature & 7); in sys_semihost_feature() local
88 return (feature_bytes[byte] & (1 << bit)) != 0; in sys_semihost_feature()
/picolibc-latest/picocrt/machine/powerpc/
Dcrt0.S37 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument
/picolibc-latest/newlib/libc/machine/arc64/sys/
Dasm.h58 # error Please use either 32-bit or 64-bit version of arc64 compiler

123