Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/machine/arm/
Dstrcmp.S40 #define LSB 0xff000000 macro
54 #define LSB 0x000000ff macro
Dstrcmp-armv4.S296 and data2, data2, #LSB
345 and tmp2, data1, #LSB
364 tst data1, #LSB
382 and r2, tmp2, #LSB
383 and result, data2, #LSB
Dstrcmp-armv7m.S285 and data2, data2, #LSB
336 and tmp2, data1, #LSB
356 tst data1, #LSB
373 and r2, tmp2, #LSB
374 and result, data2, #LSB
Dstrcmp-armv6.S374 and data2, data2, #LSB
413 and tmp1, data1, #LSB
430 tst syndrome, #LSB
Dstrcmp-armv7.S384 and data2, data2, #LSB
422 and tmp1, data1, #LSB
438 tst syndrome, #LSB
/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h183 #define LSB 1 macro
216 #define LSB 1 macro
246 #define LSB 1 macro
270 #define LSB ((__uint32_t)0x10000L) macro
/picolibc-latest/scripts/
Drun-mips45 if file "$elf" | grep -q LSB; then
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h133 #define LSB 1 macro
170 #define LSB 1 macro
210 #define LSB 1 macro
235 #define LSB ((__uint32_t)0x10000L) macro
Dstrtod.c766 Lsb = LSB;
1047 if (!(dword1(rv) & LSB))