Lines Matching refs:tmp7
35 #define tmp7 22 macro
83 ckbyte2: extru s2word,7,8,tmp7 /* get first byte (character) */
84 combf,= tmp3,tmp7,done /* quit if first byte is not equal */
85 sub tmp3,tmp7,ret0 /* return difference (delay slot) */
88 extru s2word,15,8,tmp7 /* get second byte (character) */
89 combf,= tmp3,tmp7,done /* quit if second byte is not equal */
90 sub tmp3,tmp7,ret0 /* return difference (delay slot) */
93 extru s2word,23,8,tmp7 /* get third byte (character) */
94 combf,= tmp3,tmp7,done /* done if third byte is not equal */
95 sub tmp3,tmp7,ret0 /* return difference (delay slot) */
98 extru s2word,31,8,tmp7 /* get last byte (character) */
100 sub tmp3,tmp7,ret0 /* the last character in the word is */
133 ldwm 4(0,s2),tmp7 /* load second word to enable us to shift */
134 vshd s2word,tmp7,s2word /**/
138 copy tmp7,s2word /**/
169 ldwm 4(0,s1),tmp7 /*load second word to enable us to shift */
170 vshd s1word,tmp7,s1word /**/
174 copy tmp7,s1word /**/