/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | memcmp.s | 140 mov 16 (%rsi), %r9 144 sub 16 (%rdi), %r9 148 or %r9, %r10 219 mov 16 (%rsi), %r9 221 sub 16 (%rdi), %r9 223 or %r10, %r9 225 or %r9, %rax 234 mov 48 (%rsi), %r9 236 sub 48 (%rdi), %r9 238 or %r10, %r9 [all …]
|
H A D | memcpy.s | 104 mov %rsi,%r9 # move src to r9 105 add %rdx,%r9 # add len to get addr of end of src 106 cmp %r9,%rdi # if dst < end of src 129 mov %rcx,%r9 130 and $0xf,%r9 132 movslq (%r11,%r9,4),%r10 373 mov 0x3(%rdx),%r9 375 mov %r9,0x3(%rcx) 386 mov 0x2(%rdx),%r9 388 mov %r9,0x2(%rcx) [all …]
|
H A D | strcat.s | 65 movq %r8, %r9 66 notq %r9 / %r9 = 0x80... 77 andq %r9, %rcx / %rcx &= 0x8080808080808080 78 cmpq %r9, %rcx / if no null byte in this quadword 101 andq %r9, %rcx / %rcx &= 0x8080808080808080 102 cmpq %r9, %rcx / if null byte in this quadaword
|
H A D | strncat.s | 69 movq %r8, %r9 70 notq %r9 / %r9 = 0x80... 81 andq %r9, %rcx / %rcx &= 0x80808080 82 cmpq %r9, %rcx / if no null byte in this quadword 108 andq %r9, %rcx / %rcx &= 0x80808080 109 cmpq %r9, %rcx / if null byte in this quadword
|
H A D | memset.s | 98 mov $0x0101010101010101,%r9 101 imul %r9,%rdx # clone value 8 times 463 mov %rdi,%r9 464 and $0xf,%r9 465 sub %r9,%r10 549 lea L(SSExDx)(%rip),%r9 # after dest alignment 556 movslq (%r9,%r8,4),%rcx 557 lea (%rcx,%r9,1),%r9 558 jmpq *%r9 819 cmp %r9,%r8 [all …]
|
H A D | strcmp.s | 43 lea -16(%rcx, %r11), %r9; \ 44 cmp %r9, %r11; \ 46 test %r9, %r9; \ 48 mov %r9, %r11 110 mov %rcx, %r9 111 sub %rax, %r9 113 movslq (%r10, %r9, 4), %r9 114 lea (%r10, %r9), %r10 139 mov $16, %r9 1817 lea -16(%r9, %rcx), %rax /* locate the exact offset for rdi */
|
/titanic_44/usr/src/common/bignum/amd64/ |
H A D | bignum_amd64_asm.s | 243 xorq %r9, %r9 / cy = 0 255 addq %r9, %rax 258 movq %rdx, %r9 / cy = hi(p) 266 addq %r9, %rax 269 movq %rdx, %r9 / cy = hi(p) 277 addq %r9, %rax 280 movq %rdx, %r9 / cy = hi(p) 288 addq %r9, %rax 291 movq %rdx, %r9 / cy = hi(p) 299 addq %r9, %rax [all …]
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot_elf.s | 193 movq %r9, SPR9OFF(%rsp) 198 movq org_scapset@GOTPCREL(%rip),%r9 199 movq (%r9),%r9 200 movl (%r9),%edx 260 leaq SBFLAGS_OFF(%r11), %r9 / arg6 (&sb_flags) 300 movq org_scapset@GOTPCREL(%rip),%r9 301 movq (%r9),%r9 302 movl (%r9),%edx 333 movq SPR9OFF(%rsp), %r9 414 movq org_scapset@GOTPCREL(%rip),%r9 [all …]
|
H A D | boot.s | 141 movq %rbx,%r9
|
/titanic_44/usr/src/lib/libc/amd64/sys/ |
H A D | syscall.s | 42 movq %r9, %r8 /* arg4 */ 43 movq 16(%rbp), %r9 /* arg5 */ 70 movq %r9, %r8 /* arg4 */ 71 movq 8(%rsp), %r9 /* arg5 */ 87 movq %r9, %rcx /* arg3 */ 89 movq 24(%rbp), %r9 /* arg5 */ 126 movq %r9, %rcx /* arg3 */ 128 movq 24(%rsp), %r9 /* arg5 */
|
H A D | vforkx.s | 64 popq %r9 /* save return %rip in %r9 */ 79 pushq %r9 80 movq %rax, %r9 /* save the vfork() error number */ 89 movq %r9, %rax /* restore the vfork() error number */ 130 jmp *%r9 /* jump back to the caller */
|
H A D | door.s | 59 movq $code, %r9; /* subcode */ \ 96 movq $DOOR_RETURN, %r9 /* subcode */
|
/titanic_44/usr/src/cmd/mdb/intel/amd64/kmdb/ |
H A D | kaif_invoke.s | 94 movq (%rdx, %rsi, 8), %r9 95 movq %r9, (%rsp, %rsi, 8) 108 leaq copyargs(%rip), %r9 110 addq %rsi, %r9 111 jmp *(%r9) 113 cp6arg: movq 0x28(%rdi), %r9
|
/titanic_44/usr/src/lib/commpage/amd64/ |
H A D | cp_subr.s | 44 leaq CP_TSC_SYNC_TICK_DELTA(%rdi), %r9 67 movq (%r9, %rcx, 8), %rdx 141 movq (%r9, %rdx, 8), %rdx 249 movq %rax, %r9 /* save (tsc - tsc_last) in r9 */ 263 addq %r9, %rax 350 movq CP_HRESTIME(%rdi), %r9 372 movq %r9, (%rsi) 401 incq %r9
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 110 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */ 113 movq T_LOFAULT(%r9), %r11 /* save the current lofault */ 114 movq %rcx, T_LOFAULT(%r9) /* new lofault */ 123 movq %r11, T_LOFAULT(%r9) /* restore original lofault */ 237 movq %gs:CPU_THREAD, %r9 262 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */ 263 movq T_LOFAULT(%r9), %r11 /* save the current lofault */ 264 movq %rcx, T_LOFAULT(%r9) /* new lofault */ 277 movq %r11, T_LOFAULT(%r9) /* restore original lofault */ 971 movq %gs:CPU_THREAD, %r9 /* %r9 = thread addr */ [all …]
|
/titanic_44/usr/src/lib/libsaveargs/tests/testmatch/ |
H A D | data.s | 104 movq %r9,-0x28(%rbp) 127 movq %r9,-0x30(%rbp) 140 movq %r9,-0x30(%rbp) 208 pushq %r9 231 pushq %r9 243 pushq %r9 288 movq %r9,-0x30(%rbp) 310 movq %r9,-0x30(%rbp) 322 movq %r9,-0x30(%rbp)
|
/titanic_44/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 85 movq %r9, EH_LOCALS_GREG(REG_R9)(%rbp) 167 movq %r9, EH_ARGS_OFFSET(0)(%rsp) 168 movq %r8, %r9 189 movq EH_LOCALS_GREG(REG_R9)(%rbp), %r9 /* restore %r9 */
|
/titanic_44/usr/src/lib/libmvec/amd64/src/ |
H A D | __vsqrtf.S | 58 movq %rdx,%r9 59 shlq $2,%r9 66 addq %r9,%rsi
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | sfio | 87 register int r11, r10, r9, r8, r7, r6; 88 r11 = r10 = r9 = r8 = r7 = r6 = -1; 91 asm("clrw r9"); 95 if(sizeof(int) != sizeof(char*) || r11 || r10 || r9 || r8 || r7 || r6 )
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | fb_swtch_src.s | 146 xorq %r9, %r9 322 movq %rsi, %r9 324 COPY_SECT(%rdx, %r8, %r9)
|
/titanic_44/usr/src/common/crypto/arcfour/amd64/ |
H A D | arcfour-x86_64.pl | 131 @TX=("%r9","%r11"); 267 $ido="%r9";
|
/titanic_44/usr/src/uts/common/xen/public/arch-x86/ |
H A D | xen-x86_64.h | 165 uint64_t r9; member 216 unsigned long r9; member
|
/titanic_44/usr/src/uts/intel/amd64/sys/ |
H A D | privregs.h | 161 movq %r9, REGOFF_R9(%rsp); \ 187 movq REGOFF_R9(%rsp), %r9; \
|
/titanic_44/usr/src/uts/intel/ia32/sys/ |
H A D | traptrace.h | 226 pushq %r9; \ 236 popq %r9; \
|
/titanic_44/usr/src/uts/i86xpv/sys/ |
H A D | machprivregs.h | 214 pushq %r9; \ 218 popq %r9; \
|