/picolibc-latest/test/ |
D | math-funcs.c | 46 double d1, d2, d3; variable 79 d1 = atan (d1); in main() 80 d1 = cos (d1); in main() 81 d1 = sin (d1); in main() 82 d1 = tan (d1); in main() 83 d1 = tanh (d1); in main() 84 d1 = frexp (d1, &i1); in main() 85 d1 = modf (d1, &d2); in main() 86 d1 = ceil (d1); in main() 87 d1 = fabs (d1); in main() [all …]
|
/picolibc-latest/newlib/libc/machine/mn10300/ |
D | strchr.S | 29 movbu d1,(7,sp) 48 mov a1,d1 49 add d2,d1 52 and d0,d1 55 btst -2139062144,d1 61 mov a1,d1 62 add d2,d1 65 and d0,d1 67 and d3,d1 72 mov a1,d1 [all …]
|
D | memset.S | 28 mov d1, d2 37 mov d2, d1 38 asl 8, d1 39 or d2, d1 40 mov d1, d0 42 or d0, d1 46 mov d1, (a0) 48 mov d1, (a0) 50 mov d1, (a0) 52 mov d1, (a0) [all …]
|
D | strcmp.S | 28 mov d1,a1 30 or d1,d0 33 mov (a0),d1 35 cmp d0,d1 40 mov d3,d1 41 add d0,d1 43 and d0,d1 44 and -2139062144,d1 51 mov (a0),d1 53 cmp d0,d1
|
D | memchr.S | 28 mov d1,d2 38 clr d1 44 inc d1 45 cmp 3,d1 53 mov d0,d1 54 not d1 56 and d1,d0 60 clr d1 66 inc d1 67 cmp 3,d1
|
D | memcpy.S | 28 mov d1,a0 30 mov (28,sp),d1 36 cmp 15,d1 55 add -16,d1 56 cmp 15,d1 59 cmp 3,d1 66 add -4,d1 67 cmp 3,d1 71 cmp 0,d1 78 sub 1,d1
|
D | strcpy.S | 28 mov d1,a0 37 mov a2,d1 38 add d0,d1 40 and d0,d1 42 btst -2139062144,d1 50 mov a2,d1 51 add d0,d1 53 and d0,d1 54 and d2,d1
|
D | strlen.S | 34 mov a1,d1 35 add d0,d1 37 and d0,d1 39 btst -2139062144,d1 44 mov a1,d1 45 add d0,d1 47 and d0,d1 48 and d2,d1
|
D | setjmp.S | 35 mov mdr,d1 36 mov d1,(8,a0) 105 cmp 0,d1 107 mov 1,d1 109 mov d1,d0
|
D | memcmp.S | 28 mov d1,a1 38 mov (a0),d1 40 cmp d0,d1
|
/picolibc-latest/newlib/libc/machine/m68k/ |
D | memcpy.S | 47 move.l 12(sp),d1 | len 48 cmp.l #8,d1 | if fewer than 8 bytes to transfer, 65 sub.l d0,d1 77 move.l d1,d0 78 and.l #3,d1 | byte residue 108 dbra d1,1b | loop until done 110 subq.l #1,d1
|
D | memset.S | 48 move.l 12(sp),d1 | len 49 cmp.l #16,d1 65 sub.l d2,d1 | fix length 74 move.l d1,d2 | number of long transfers (at least 3) 88 and.l #3,d1 | residue byte transfers, fixed 96 dbra d1,1b | loop until done 98 subq.l #1,d1
|
D | m68kasm.h | 26 #define d1 REG (d1) macro
|
/picolibc-latest/newlib/libc/machine/mn10200/ |
D | setjmp.S | 46 cmp 0,d1 48 mov 1,d1 50 mov d1,d0
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | memcpy-armv7a.S | 118 vstr d1, [dst, #\base + 16] 119 vldr d1, [src, #\base + 16] 126 vstr d1, [dst, #\base + 48] 127 vldr d1, [src, #\base + 48] 137 vstr d1, [dst, #\base + 16] 138 vldr d1, [src, #\base + 16] 144 vstr d1, [dst, #\base + 48] 145 vldr d1, [src, #\base + 48] 291 vldr d1, [src, #8] 294 vstr d1, [dst, #8] [all …]
|
D | strcmp-armv6.S | 73 .macro strcmp_epilogue_aligned synd d1 d2 restore_r6 87 lsl \d1, \d1, tmp1 89 lsr result, \d1, #24 108 lsr \d1, \d1, tmp1 109 and result, \d1, #255
|
D | strcmp-armv7.S | 78 .macro strcmp_epilogue_aligned synd d1 d2 restore_r6 92 lsl \d1, \d1, tmp1 94 lsr result, \d1, #24 114 lsr \d1, \d1, tmp1 115 and result, \d1, #255
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mprec.c | 738 __ULong d0, d1; in b2d() local 741 #define d1 word1(d) in b2d() macro 759 d1 = y << ((32 - Ebits) + k) | w >> (Ebits - k); in b2d() 769 d1 = z << k | y >> (32 - k); in b2d() 776 d1 = z; in b2d() 786 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k; in b2d() 794 d1 = w << k + 16 | y << k; in b2d() 799 word1 (d) = d1 >> 16 | d1 << 16; in b2d() 802 #undef d1 in b2d() 822 __ULong d0, d1; in d2b() local [all …]
|
/picolibc-latest/newlib/libc/machine/m68hc11/ |
D | setjmp.S | 44 ldd REG(_.d1) 70 movw _.d1,2,x+ 96 std REG(_.d1) 128 movw 0,x,_.d1
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_semihost.S | 45 movel %sp@(8),%d1
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 552 double d0,d1; in test_scan() local 556 sscanf(buffer, "%lg", &d1); in test_scan() 558 test_mok(d0, d1, s->mag); in test_scan() 560 test_mok(d0,d1, CONVERT_BITS_DOUBLE); in test_scan() 569 long d0,d1; in test_scan() local 574 sscanf(buffer, "%ld", &d1); in test_scan() 575 test_iok(d0,d1); in test_scan()
|