Home | History | Annotate | Download | only in string

Lines Matching full:pref

115 # When in the loop we exercise "pref 30,x(a0)", the a0+x should not be past
119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit
120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
122 pref 0,0(a1) # bring the first line of src, addr 0
123 pref 0,32(a1) # bring the second line of src, addr 32
124 pref 0,64(a1) # bring the third line of src, addr 64
125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
126 # In case the a0 > t9 don't use "pref 30" at all
128 bgtz v1,.Lloop16w # skip "pref 30,64(a0)" for too short arrays
131 pref 30,64(a0)
133 pref 0,96(a1)
135 bgtz v1,.Lskip_pref30_96 # skip "pref 30,96(a0)"
137 pref 30,96(a0) # continue setting up the dest, addr 96
145 pref 0,128(a1) # bring the next lines of src, addr 128
157 bgtz v1,.Lskip_pref30_128 # skip "pref 30,128(a0)"
159 pref 30,128(a0) # continue setting up the dest, addr 128
167 pref 0, 160(a1) # bring the next lines of src, addr 160
187 pref 0, 0x0(a1)
269 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
271 pref 0,0(a1) # bring the first line of src, addr 0
272 pref 0,32(a1) # bring the second line of src, addr 32
273 pref 0,64(a1) # bring the third line of src, addr 64
274 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
275 # In case the a0 > t9 don't use "pref 30" at all
277 bgtz v1,.Lua_loop16w # skip "pref 30,64(a0)" for too short arrays
280 pref 30,64(a0)
282 pref 0,96(a1)
288 pref 30,96(a0) # continue setting up the dest, addr 96
302 pref 0,128(a1) # bring the next lines of src, addr 128
318 pref 30,128(a0) # continue setting up the dest, addr 128
332 pref 0, 160(a1) # bring the next lines of src, addr 160
352 pref 0, 0x0(a1)