Lines Matching refs:t4
39 insbl a1, 1, t4 # U : 000000000000ch00
44 or t2, t4, a1 # E : 000000000000chch
51 sll a1, 48, t4 # U : chch000000000000
53 or t4, a1, a1 # E : chch00000000chch
59 mskqh t5, a0, t4 # E : Complete garbage mask
61 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
64 andnot t1, t4, t1 # E : clear garbage from null test
65 andnot t3, t4, t3 # E : clear garbage from char test
87 negq t1, t4 # E : isolate first null byte match
88 and t1, t4, t4 # E :
89 subq t4, 1, t5 # E : build a mask of the bytes upto...
90 or t4, t5, t4 # E : ... and including the null
92 and t3, t4, t3 # E : mask out char matches after null