Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/
Dstrcmp.S40 #define s1word 23 macro
51 ldwm 4(s1),s1word
59 uxor,nbz s1word,r0,r0 /* Null in this? */
61 comb,=,n s1word,s2word,loop
62 ldwm 4(s1),s1word
68 comclr,>> s1word,s2word,ret0 /*Set ret0 to 0 and skip if greater*/
80 extru,<> s1word,7,8,r0 /*in the first byte? */
81 dep,tr s2word,31,24,s1word /*copy low 3 bytes of *s2 into *s1 */
82 extru,<> s1word,15,8,r0 /*in the second byte? */
83 dep,tr s2word,31,16,s1word /*copy low 2 bytes of *s2 into *s1 */
[all …]
Dstrncmp.S30 #define s1word 29 macro
60 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
68 or save,s1word,s1word /* mask s1word (s1) */
73 combt,=,n s1word,s2word,chknulls /* are these words equal? */
76 extru s1word,7,8,tmp3 /* get first byte (character) */
83 extru s1word,15,8,tmp3 /* get second byte (character) */
90 extru s1word,23,8,tmp3 /* get third byte (character) */
97 extru s1word,31,8,tmp3 /* get last byte (character) */
107 uxor,nbz s1word,0,0 /* don't have to check s2 Just quit */
112 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
[all …]
Dmemcmp.S34 #define s1word 29 macro
64 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
72 or save,s1word,s1word /* mask s1word (s1) */
77 combt,=,n s1word,s2word,checkN /* We may be done */
80 extru s1word,7,8,tmp3 /* get first byte (character) */
85 extru s1word,15,8,tmp3 /* get second byte (character) */
90 extru s1word,23,8,tmp3 /* get third byte (character) */
95 extru s1word,31,8,tmp3 /* get last byte (character) */
107 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
114 ldwm 4(0,s1),s1word /* get first word of s1 */
[all …]