Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/
Dmemset.S32 #define TMP r31 macro
42 add TO,COUNT,TMP /* TMP points just past fill area */
50 bb,<,n TMP,31,filend /* if low bit is set, stbys */
51 bb,>=,n TMP,30,endfil /* if next lowest bit isn't set */
55 stbys,m,e FILLCHAR,0(TMP) /* fill out the last */
58 sub TMP,TO,COUNT /* will now divide by 4 */
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/
Dstrlen.S57 #define TMP r3 macro
65 #define TMP r3 macro
76 mov.l @STR+,TMP
77 cmp/str MASK,TMP
81 mov.b @STR+,TMP
82 tst TMP,TMP
Dstrcpy.S91 #define TMP r4 macro
97 #define TMP r2 macro
106 mov #0,TMP
107 cmp/str TMP,r1
113 cmp/str TMP,r1
117 cmp/str TMP,r1
Dstrcmp.S155 #define TMP r4 macro
164 #define TMP r2 macro
176 mov.l @STR2+,TMP
179 cmp/eq r1,TMP