Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/arch/sh3/string/
H A Dmemset.S36 #define REG_TMP1 r1 macro
56 mov #28,REG_TMP1
57 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */
59 mov #12,REG_TMP1 /* if (len >= 12) goto small; */
60 cmp/hs REG_TMP1,REG_LEN
99 mov REG_DST,REG_TMP1
102 add #16,REG_TMP1 /* REG_TMP1 = dst+16; */
108 mov.b r0,@(15,REG_TMP1)
109 mov.b r0,@(14,REG_TMP1)
110 mov.b r0,@(13,REG_TMP1)
[all …]