Lines Matching refs:s2word
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 */
133 or save,s2word,s2word /* */
135 more: uxor,nbz s2word,r0,r0 /* Is there a null in first word */
138 vshd s2word,tmp7,s2word /* */
139 combf,=,n s1word,s2word,ckbyte2 /* */
144 copy tmp7,s2word /* */
149 vshd s2word,r0,s2word /* */
157 ldwm 4(0,s2),s2word /* get first word of s2 */
165 or save,s2word,s2word /* */
175 combf,=,n s2word,s1word,ckbyte2 /* */
178 uxor,nbz s2word,0,0 /* even though they're equal we could be done */
182 ldwm 4(0,s2),s2word /* get next s2 (DELAY SLOT) */