Searched refs:LSB (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/machine/arm/ |
D | strcmp.S | 40 #define LSB 0xff000000 macro 54 #define LSB 0x000000ff macro
|
D | strcmp-armv4.S | 296 and data2, data2, #LSB 345 and tmp2, data1, #LSB 364 tst data1, #LSB 382 and r2, tmp2, #LSB 383 and result, data2, #LSB
|
D | strcmp-armv7m.S | 285 and data2, data2, #LSB 336 and tmp2, data1, #LSB 356 tst data1, #LSB 373 and r2, tmp2, #LSB 374 and result, data2, #LSB
|
D | strcmp-armv6.S | 374 and data2, data2, #LSB 413 and tmp1, data1, #LSB 430 tst syndrome, #LSB
|
D | strcmp-armv7.S | 384 and data2, data2, #LSB 422 and tmp1, data1, #LSB 438 tst syndrome, #LSB
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfieeefp.h | 183 #define LSB 1 macro 216 #define LSB 1 macro 246 #define LSB 1 macro 270 #define LSB ((__uint32_t)0x10000L) macro
|
/picolibc-latest/scripts/ |
D | run-mips | 45 if file "$elf" | grep -q LSB; then
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mprec.h | 133 #define LSB 1 macro 170 #define LSB 1 macro 210 #define LSB 1 macro 235 #define LSB ((__uint32_t)0x10000L) macro
|
D | strtod.c | 766 Lsb = LSB; 1047 if (!(dword1(rv) & LSB))
|