Searched refs:NSIZE (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | strncmp.S | 48 # define NSIZE 8 macro 56 # define NSIZE 4 macro 131 srl t0, a2, (2 + NSIZE / 4) 132 beqz t0, L(byteloop) #process by bytes if less than (2 * NSIZE) 133 andi t1, a1, (NSIZE - 1) 135 or t0, zero, NSIZE 136 SUBU t1, t0, t1 #process (NSIZE - 1) bytes at max 167 andi t0, a0, (NSIZE - 1) 170 andi t0, a0, (NSIZE - 1) 184 SUBU t1, a2, (8 * NSIZE) [all …]
|
D | strcmp.S | 48 # define NSIZE 8 macro 55 # define NSIZE 4 macro 129 andi t1, a1, (NSIZE - 1) 131 or t0, zero, NSIZE 132 SUBU t1, t0, t1 #process (NSIZE - 1) bytes at max 156 andi t2, a0, (NSIZE - 1) #check if a0 aligned 171 STRCMPW(0 * NSIZE) 173 STRCMPW(1 * NSIZE) 175 STRCMPW(2 * NSIZE) 177 STRCMPW(3 * NSIZE) [all …]
|
D | memset.S | 195 # define NSIZE 8 macro 199 # define NSIZE 4 macro 203 #define UNIT(unit) ((unit)*NSIZE) 204 #define UNITM1(unit) (((unit)*NSIZE)-1) 232 slti t2,a2,(2 * NSIZE) 274 andi t2,a3,(NSIZE-1) /* word-unaligned address? */ 280 andi t2,a0,(NSIZE-1) 310 li t9,NSIZE 417 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
|