Searched refs:DST_ALIGNBIT (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/common/lib/libc/arch/aarch64/string/ |
| H A D | bcopy.S | 83 #define DST_ALIGNBIT x12 /* (DST & 7) * 8 */ macro 372 and DST_ALIGNBIT, DST, #7 374 lsl DST_ALIGNBIT, DST_ALIGNBIT, #3 375 sub SRC_DST_ALIGNBIT, SRC_ALIGNBIT, DST_ALIGNBIT 401 cbz DST_ALIGNBIT, 9f /* if (dst_alignbit != 0) { */ 404 tbz DST_ALIGNBIT, #(2+3), 1f /* if (dst_ailgnbit & (4<<3)) { */ 408 tbz DST_ALIGNBIT, #(1+3), 1f /* if (dst_ailgnbit & (2<<3)) { */ 412 tbz DST_ALIGNBIT, #(0+3), 1f /* if (dst_alignbit & (1<<3)) { */ 416 sub LEN, LEN, DST_ALIGNBIT, lsr #3 /* len -=(dst_alignbit>>3); */ 437 cbz DST_ALIGNBIT, 9f /* if (dst_alignbit != 0) { */ [all …]
|