Lines Matching defs:SIZEREG
75 #define SIZEREG a2
115 and t0,SIZEREG,AT # count truncated to multiples
119 PTR_SUBU SIZEREG,t0
149 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
150 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
153 PTR_SUBU SIZEREG,SIZEREG,t2
162 beq SIZEREG,zero,4f # nothing left to do?
168 PTR_SUBU SIZEREG,1
169 bgtz SIZEREG,1b
182 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG
183 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
186 move SIZEREG,t0 # this many to do after we are done
201 PTR_ADDU SRCREG,SIZEREG
202 PTR_ADDU DSTREG,SIZEREG
212 and t0,SIZEREG,AT # count truncated to multiple of 32
214 PTR_SUBU SIZEREG,t0
245 andi t2,SIZEREG,SZREG-1 # get byte count / 4
246 PTR_SUBU t2,SIZEREG,t2 # t2 = number of words to copy
249 PTR_SUBU SIZEREG,SIZEREG,t2
258 beq SIZEREG,zero,4f # nothing left to do?
264 PTR_SUBU SIZEREG,1
265 bgtz SIZEREG,1b
278 andi t0,SIZEREG,SZREG-1 # t0 = bytecount mod 4
279 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
282 move SIZEREG,t0 # this many to do after we are done