Lines Matching refs:quadword
67 testq $7, %rdi / if %rdi not quadword aligned
71 movq (%rdi), %rdx / move 1 quadword from (%rdi) to %rdx
74 addq $8, %rdi / next quadword
78 cmpq %r9, %rcx / if no null byte in this quadword
85 testq $7, %rdi / if %rdi not quadword aligned
87 jmp .L2 / goto .L2 (%rdi quadword aligned)
91 testq $7, %rsi / if %rsi not quadword aligned
95 movq (%rsi), %rdx / move 1 quadword from (%rsi) to %rdx
98 addq $8, %rsi / next quadword
104 movq %rdx, (%rdi) / copy this quadword to (%rdi)
105 addq $8, %rdi / next quadword