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

  /src/common/lib/libc/arch/mips/string/
bcopy.S 68 #define DSTREG a0
72 #define DSTREG a1
83 move v0,DSTREG
88 sltu t0,SRCREG,DSTREG # t0 == SRCREG < DSTREG
105 andi t1,DSTREG,(SZREG-1) # get last bits of dest
130 REG_S t3,(0*SZREG)(DSTREG)
131 REG_S v1,(1*SZREG)(DSTREG)
132 REG_S t0,(2*SZREG)(DSTREG)
133 REG_S t1,(3*SZREG)(DSTREG)
    [all...]
  /src/common/lib/libc/arch/alpha/string/
bcopy.S 40 #define DSTREG a0
44 #define DSTREG a1
66 mov DSTREG,v0
73 subq DSTREG,SRCREG,t5
84 xor SRCREG,DSTREG,t0
86 and DSTREG,7,t1
92 ldq_u t3,0(DSTREG)
108 stq_u t2,0(DSTREG)
109 addq DSTREG,8,DSTREG
    [all...]

Completed in 39 milliseconds