Lines Matching refs:r11
44 * Registers %rdx, %rcx, %r8-%r11 and %rax are also usable
71 mov %rax,%r11 /* for 'char' check */
74 xorq %rdx,%r11 /* convert 'char' test to one for NUL */
77 subq %r8,%r11 /* (x ^ c) - 0x10 */
87 andq %r9,%r11 /* ((x ^ c) - 0x10) & 0x80 */
90 andq %rsi,%r11 /* ((x ^ c) - 0x10) & 0x80 & ~(x ^ c) */
94 bsf %r11,%r11 /* 7, 15, 23 ... 63 */
95 8: shr $3,%r11 /* 0, 1, 2 .. 7 */
96 lea -8(%r11,%rdi),%rax
103 andq %rsi,%r11 /* check for char in last 8 bytes */
105 bsf %r11,%r11 /* NUL and char - see which was first */
106 cmp %r11,%rax