Searched refs:TMP0 (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 200 #define TMP0 r5 macro 207 #define TMP0 r2 macro 231 mov.w @SRC+,TMP0 232 mov.w TMP0,@DST 243 mov.l @SRC+,TMP0 ! Read & write two longwords per iteration 244 xtrct TMP0,r1 248 xtrct r1,TMP0 249 mov.l TMP0,@(r0,SRC) 316 mov.b @(r0,SRC),TMP0 318 mov.b TMP0,@-r0 [all …]
|