Lines Matching refs:e0
35 zapnot a1, 1, a1 # e0 : zero extend the search character
37 sll a1, 8, t5 # e0 : replicate the search character
40 or t5, a1, a1 # e0 :
42 sll a1, 16, t5 # e0 :
45 mskqh t4, a0, t4 # e0 :
47 sll a1, 32, t5 # e0 :
50 or t5, a1, a1 # e0 :
52 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
55 andnot t3, t4, t0 # e0 : clear garbage bits
62 ldq t0, 8(v0) # e0 :
64 nop # e0 :
67 cmpbge zero, t1, t0 # e0 : bits set iff byte == c
71 negq t0, t1 # e0 : clear all but least set bit
73 and t0, 0xf0, t2 # e0 : binary search for that set bit
76 and t0, 0xaa, t4 # e0 :
78 cmovne t3, 2, t3 # e0 :
81 addq t2, t3, t2 # e0 :
83 addq v0, t2, v0 # e0 :