Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/hppa/
Dstrcmp.S42 #define s1word 23 macro
53 ldwm 4(s1),s1word
61 uxor,nbz s1word,r0,r0 /* Null in this? */
63 comb,=,n s1word,s2word,loop
64 ldwm 4(s1),s1word
70 comclr,>> s1word,s2word,ret0 /*Set ret0 to 0 and skip if greater*/
82 extru,<> s1word,7,8,r0 /*in the first byte? */
83 dep,tr s2word,31,24,s1word /*copy low 3 bytes of *s2 into *s1 */
84 extru,<> s1word,15,8,r0 /*in the second byte? */
85 dep,tr s2word,31,16,s1word /*copy low 2 bytes of *s2 into *s1 */
[all …]
Dstrncmp.S32 #define s1word 29 macro
62 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
70 or save,s1word,s1word /* mask s1word (s1) */
75 combt,=,n s1word,s2word,chknulls /* are these words equal? */
78 extru s1word,7,8,tmp3 /* get first byte (character) */
85 extru s1word,15,8,tmp3 /* get second byte (character) */
92 extru s1word,23,8,tmp3 /* get third byte (character) */
99 extru s1word,31,8,tmp3 /* get last byte (character) */
109 uxor,nbz s1word,0,0 /* don't have to check s2 Just quit */
114 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
[all …]
Dmemcmp.S36 #define s1word 29 macro
66 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
74 or save,s1word,s1word /* mask s1word (s1) */
79 combt,=,n s1word,s2word,checkN /* We may be done */
82 extru s1word,7,8,tmp3 /* get first byte (character) */
87 extru s1word,15,8,tmp3 /* get second byte (character) */
92 extru s1word,23,8,tmp3 /* get third byte (character) */
97 extru s1word,31,8,tmp3 /* get last byte (character) */
109 ldwm 4(0,s1),s1word /* get next s1 word s1+=4 */
116 ldwm 4(0,s1),s1word /* get first word of s1 */
[all …]