Lines Matching refs:tmp3
34 #define tmp3 21 macro
62 sub,= tmp5,tmp1,tmp3 /* Are s1 & s2 aligned with each other? */
82 extru s1word,7,8,tmp3 /* 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) */
87 extru s1word,15,8,tmp3 /* 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) */
92 extru s1word,23,8,tmp3 /* 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) */
97 extru s1word,31,8,tmp3 /* get last byte (character) */
100 sub tmp3,tmp7,ret0 /* the last character in the word is */
114 combt,<,n r0,tmp3,shifts1 /* Do we shift s1 or s2 */
115 sh3add tmp3,r0,tmp3 /* eight bits per byte so mul by 8 */
131 mtctl tmp3,11 /* Move shift amount to CR11 */
136 extru s1word,7,8,tmp3 /* get first byte (DELAY SLOT) */
145 extru s1word,7,8,tmp3 /**/
149 sh3add tmp3,r0,tmp3 /* eight bits per byte so mul by 8 */
150 sub r0,tmp3,tmp3 /* Get negative value for left shift */
167 mtctl tmp3,11 /*Move shift amount to CR11 */
172 extru s1word,7,8,tmp3 /*get first byte (DELAY SLOT) */
181 extru s1word,7,8,tmp3 /**/