Searched refs:D_h (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/aarch64/ |
D | memmove.S | 86 #define D_h x13 macro 112 ldp D_l, D_h, [srcend, -16] 116 stp D_l, D_h, [dstend, -16] 119 ldp D_l, D_h, [srcend, -64]! 131 stp D_l, D_h, [dstend, -64]! 132 ldp D_l, D_h, [srcend, -64]! 147 stp D_l, D_h, [dstend, -64]
|
D | memcpy.S | 81 #define D_h x13 macro 120 ldp D_l, D_h, [srcend, -16] 128 stp D_l, D_h, [dstend, -16] 169 ldp D_l, D_h, [src, 48] 175 stp D_l, D_h, [dstin, 48] 189 ldp D_l, D_h, [src] 193 stp D_l, D_h, [dstin] 196 ldp D_l, D_h, [src, 64]! 206 stp D_l, D_h, [dst, 64]! 207 ldp D_l, D_h, [src, 64]! [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arm/ |
D | memcpy-armv7a.S | 100 #define D_h r9 macro 471 strd D_l, D_h, [sp, #24] 473 ldrd D_l, D_h, [src, #32]! 484 strd D_l, D_h, [dst, #64]! 485 ldrd D_l, D_h, [src, #64]! 494 strd D_l, D_h, [dst, #32] 495 ldrd D_l, D_h, [src, #32] 504 strd D_l, D_h, [dst, #64] 505 ldrd D_l, D_h, [sp, #24] 568 strd D_l, D_h, [sp, #24] [all …]
|