Searched refs:SRC (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 198 #define SRC r3 macro 205 #define SRC r5 macro 218 SL(bf, L_small, add SRC,COUNT) 220 tst r1,SRC ! check if source even 222 mov.b @SRC+,r0 ! no, make it even. 230 SL(bt, L_al4dst, sub SRC,r0) 231 mov.w @SRC+,TMP0 235 tst r1,SRC 237 mov.w @SRC+,r1 243 mov.l @SRC+,TMP0 ! Read & write two longwords per iteration [all …]
|
D | strcpy.S | 92 #define SRC r3 macro 98 #define SRC r5 macro 104 or SRC,r0 107 mov.l @SRC+,r1 110 SL(bt, Longword_loop_end, sub SRC,r0) 113 mov.l r1,@(r0,SRC) 114 mov.l @SRC+,r1 117 mov.l r1,@(r0,SRC) 118 mov.l @SRC+,r1 122 add #-4,SRC [all …]
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memmove.S | 13 ;; R2: SRC 24 blt 3f ; If SRC < DEST copy backwards 47 blt 2f ; If SRC (r2) is less than DEST (r1) then copy backwards 54 add r3, r2 ; SRC in r2 but it needs them to point the last bytes of
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memcpy-archs.S | 63 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 70 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|