Home
last modified time | relevance | path

Searched refs:quadword (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.S67 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 Dstrncat.S71 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
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)
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c1107 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()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S2164 andcc %i1, 0xf, %o2 ! is src quadword aligned