Searched refs:D_l (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/ |
D | memcpy.S | 34 #define D_l x12 macro 75 ldp D_l, D_h, [srcend, -16] 77 stp D_l, D_h, [dstend, -16] 118 ldp D_l, D_h, [srcend, -16] 124 stp D_l, D_h, [dstend, -16] 144 stp D_l, D_h, [dstend, -16] 158 ldp D_l, D_h, [src] 164 stp D_l, D_h, [dstin] 167 ldp D_l, D_h, [src, 64]! 178 stp D_l, D_h, [dst, 64]! [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/ |
D | memcpy-armv7a.S | 99 #define D_l r8 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 …]
|