Lines Matching full:8
30 // The goal is to look at the string in chunks of 8 bytes.
32 // string may not be 8-byte aligned. In this case we load the 8byte
86 alloc saved_pfs=ar.pfs,11,0,0,8 // rotating must be multiple of 8
92 dep src=0,in0,0,3 // src=8byte-aligned in0 address
99 ld8 v[1]=[src],8 // must not speculate: can fail here
100 shl tmp=tmp,3 // multiply by 8bits/byte
103 ld8.s w[1]=[src],8 // speculatively load next
114 ld8.s v[0]=[src],8 // speculatively load next
116 czx1.r val2=w[1] // search 0 byte from right following 8bytes
118 ld8.s w[0]=[src],8 // speculatively load next to next
119 cmp.eq.and p6,p0=8,val1 // p6 = p6 and val1==8
120 cmp.eq.and p6,p0=8,val2 // p6 = p6 and mask==8
125 // val1_is_nat || (val1==8 && val2_is_nat)
130 cmp.eq p8,p9=8,val1 // p6 = val1 had zero (disambiguate)
137 cmp.eq.and p7,p0=8,val1// val1==8?
146 sub tmp=8,val1 // which byte in word
171 ld8 val=[base],8 // will fail if unrecoverable fault
180 (p6) ld8 val=[base],8 // will fail if unrecoverable fault
184 cmp.eq p6,p0=8,val1 // val1==8 ?
188 sub tmp=8,val1