HomeSort by: relevance | last modified time | path
    Searched defs:SIZEREG (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/arch/mips/string/
bcopy.S 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,1
    [all...]
  /src/common/lib/libc/arch/alpha/string/
bcopy.S 47 #define SIZEREG a2
70 ble SIZEREG,bcopy_done
74 cmpult t5,SIZEREG,t5
78 addq SRCREG,SIZEREG,a3
93 addq SIZEREG,t1,SIZEREG
102 subq SIZEREG,1,t0
103 and SIZEREG,7,SIZEREG
117 bne SIZEREG,bcopy_small_lef
    [all...]

Completed in 136 milliseconds