Searched refs:quadword (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | strcat.s | 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) [all …]
|
H A D | strncat.s | 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 [all …]
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | mc-us3.c | 1107 int quadword, pos_cacheline, position, index, idx4dimm; in mc_get_mem_unum() local 1171 quadword = (paddr & 0x3f) / 16; in mc_get_mem_unum() 1173 pos_cacheline = ((3 - quadword) * QWORD_SIZE) + in mc_get_mem_unum()
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 2186 andcc %i1, 0xf, %o2 ! is src quadword aligned
|