Lines Matching refs:and

5  * Common Development and Distribution License (the "License").
11 * and limitations under the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
66 and $0x3f, %rcx /* rsi alignment in cache line */
67 and $0x3f, %rax /* rdi alignment in cache line */
91 * Determine rdi and rsi string offsets from 16-byte alignment.
97 and $0xfffffffffffffff0, %rsi /* force %rsi to be 16 byte aligned */
98 and $0xfffffffffffffff0, %rdi /* force %rdi to be 16 byte aligned */
101 and $0xf, %ecx /* offset of rsi */
102 and $0xf, %eax /* offset of rdi */
134 * the start from (16-rax) and no null char was seen.
205 * When %r10 goes positive we are crossing a page boundary and
209 and $0xfff, %r10 /* offset into 4K page */
315 * When %r10 goes positive we are crossing a page boundary and
319 and $0xfff, %r10 /* offset into 4K page */
424 * When %r10 goes positive we are crossing a page boundary and
428 and $0xfff, %r10 /* offset into 4K page */
533 * When %r10 goes positive we are crossing a page boundary and
537 and $0xfff, %r10 /* offset into 4K page */
642 * When %r10 goes positive we are crossing a page boundary and
646 and $0xfff, %r10 /* offset into 4K page */
751 * When %r10 goes positive we are crossing a page boundary and
755 and $0xfff, %r10 /* offset into 4K page */
860 * When %r10 goes positive we are crossing a page boundary and
864 and $0xfff, %r10 /* offset into 4K page */
969 * When %r10 goes positive we are crossing a page boundary and
973 and $0xfff, %r10 /* offset into 4K page */
1078 * When %r10 goes positive we are crossing a page boundary and
1082 and $0xfff, %r10 /* offset into 4K page */
1187 * When %r10 goes positive we are crossing a page boundary and
1191 and $0xfff, %r10 /* offset into 4K page */
1296 * When %r10 goes positive we are crossing a page boundary and
1300 and $0xfff, %r10 /* offset into 4K page */
1405 * When %r10 goes positive we are crossing a page boundary and
1409 and $0xfff, %r10 /* offset into 4K page */
1514 * When %r10 goes positive we are crossing a page boundary and
1518 and $0xfff, %r10 /* offset into 4K page */
1623 * When %r10 goes positive we are crossing a page boundary and
1627 and $0xfff, %r10 /* offset into 4K page */
1733 * When %r10 goes positive we are crossing a page boundary and
1737 and $0xfff, %r10 /* offset into 4K page */
1834 bsf %rdx, %rdx /* find and store bit index in %rdx */