Lines Matching refs:quadword
71 testq $7, %rdi / if %rdi not quadword aligned
75 movq (%rdi), %r11 / move 1 quadword from (%rdi) to %r11
78 addq $8, %rdi / next quadword
82 cmpq %r9, %rcx / if no null byte in this quadword
89 testq $7, %rdi / if %rdi not quadword aligned
91 jmp .L2 / goto .L2 (%rdi quadword aligned)
96 testq $7, %rsi / if %rsi not quadword aligned
102 movq (%rsi), %r11 / move 1 quadword from (%rsi) to %r11
105 addq $8, %rsi / next quadword
109 cmpq %r9, %rcx / if null byte in this quadword
111 movq %r11, (%rdi) / copy this quadword to (%rdi)
113 addq $8, %rdi / next quadword
121 / number of bytes < 8 or a null byte found in the quadword