Home
last modified time | relevance | path

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

/trueos/lib/libc/mips/string/
HDbcopy.S78 #define SIZEREG a2 macro
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,1b
183 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG
[all …]
/trueos/sys/mips/mips/
HDbcopy.S65 #define SIZEREG a2 macro
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,1b
172 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG
[all …]