Lines Matching refs:t3
45 sll t5, 8, t3 # U : 00000000ch000000
49 or t5, t3, t3 # E : 00000000chch0000
54 or t2, t3, t2 # E : 0000chchchch0000
63 cmpbge zero, t2, t3 # E : bits set iff byte == c
65 andnot t3, t4, t3 # E : clear garbage from char test
71 cmovne t3, v0, t6 # E : save previous comparisons match
75 cmovne t3, t3, t8 # E : Latency=2, extra map slot
81 cmpbge zero, t2, t3 # E : bits set iff byte == c
92 and t3, t4, t3 # E : mask out char matches after null
93 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
97 cmovne t3, v0, t6 # E :