Searched refs:SIZEREG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libc/mips/string/
H A Dbcopy.S78 #define SIZEREG a2 define
118 and t0,SIZEREG,AT # count truncated to multiples
122 PTR_SUBU SIZEREG,t0
152 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
153 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
156 PTR_SUBU SIZEREG,SIZEREG,t2
165 beq SIZEREG,zero,4f # nothing left to do?
171 PTR_SUBU SIZEREG,1
172 bgtz SIZEREG,
[all...]
/freebsd-10.2-release/sys/mips/mips/
H A Dbcopy.S65 #define SIZEREG a2 define
107 and t0,SIZEREG,AT # count truncated to multiples
111 PTR_SUBU SIZEREG,t0
141 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
142 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
145 PTR_SUBU SIZEREG,SIZEREG,t2
154 beq SIZEREG,zero,4f # nothing left to do?
160 PTR_SUBU SIZEREG,1
161 bgtz SIZEREG,
[all...]

Completed in 47 milliseconds