Searched refs:s2word (Results 1 – 3 of 3) sorted by relevance
| /picolibc-latest/newlib/libc/machine/hppa/ |
| D | strcmp.S | 39 #define s2word 20 macro 59 ldwm 4(s2),s2word 63 comb,=,n s1word,s2word,loop 70 comclr,>> s1word,s2word,ret0 /*Set ret0 to 0 and skip if greater*/ 83 dep,tr s2word,31,24,s1word /*copy low 3 bytes of *s2 into *s1 */ 85 dep,tr s2word,31,16,s1word /*copy low 2 bytes of *s2 into *s1 */ 87 dep s2word,31,8,s1word /*copy low 1 byte of *s2 into *s1 */ 89 comclr,<> s1word,s2word,ret0 /*Set ret0 to 0 and skip if not equal */ 91 comclr,>> s1word,s2word,ret0 /*Set ret0 to 0 and skip if greater*/ 155 ldbs,ma 1(s2),s2word [all …]
|
| D | strncmp.S | 29 #define s2word 20 macro 64 ldwm 4(0,s2),s2word /* get next s2 word s2+=4 (DELAY SLOT) */ 71 or save,s2word,s2word /* mask s2word (s2) */ 75 combt,=,n s1word,s2word,chknulls /* are these words equal? */ 79 ckbyte2: extru s2word,7,8,tmp7 /* get first byte (character) */ 86 extru s2word,15,8,tmp7 /* get second byte (character) */ 93 extru s2word,23,8,tmp7 /* get third byte (character) */ 100 extru s2word,31,8,tmp7 /* get last byte (character) */ 112 ldwm 4(0,s2),s2word /* get next s2 word s2+=4 */ 122 ldwm 4(0,s2),s2word /* get first word or s2 */ [all …]
|
| D | memcmp.S | 33 #define s2word 20 macro 68 ldwm 4(0,s2),s2word /* get next s2 word s2+=4 (DELAY SLOT) */ 75 or save,s2word,s2word /* mask s2word (s2) */ 79 combt,=,n s1word,s2word,checkN /* We may be done */ 83 ckbyte2: extru s2word,7,8,tmp7 /* get first byte (character) */ 88 extru s2word,15,8,tmp7 /* get second byte (character) */ 93 extru s2word,23,8,tmp7 /* get third byte (character) */ 98 extru s2word,31,8,tmp7 /* get last byte (character) */ 107 ldwm 4(0,s2),s2word /* get next s2 word s2+=4 */ 117 ldwm 4(0,s2),s2word /* get first word or s2 */ [all …]
|