Searched refs:TMP (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/machine/hppa/ |
D | memset.S | 34 #define TMP r31 macro 44 add TO,COUNT,TMP /* TMP points just past fill area */ 52 bb,<,n TMP,31,filend /* if low bit is set, stbys */ 53 bb,>=,n TMP,30,endfil /* if next lowest bit isn't set */ 57 stbys,m,e FILLCHAR,0(TMP) /* fill out the last */ 60 sub TMP,TO,COUNT /* will now divide by 4 */
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | strlen.S | 59 #define TMP r3 macro 67 #define TMP r3 macro 78 mov.l @STR+,TMP 79 cmp/str MASK,TMP 83 mov.b @STR+,TMP 84 tst TMP,TMP
|
D | strcpy.S | 93 #define TMP r4 macro 99 #define TMP r2 macro 108 mov #0,TMP 109 cmp/str TMP,r1 115 cmp/str TMP,r1 119 cmp/str TMP,r1
|
D | strcmp.S | 157 #define TMP r4 macro 166 #define TMP r2 macro 178 mov.l @STR2+,TMP 181 cmp/eq r1,TMP
|