Home
last modified time | relevance | path

Searched refs:r8 (Results 1 – 25 of 49) sorted by relevance

12

/titanic_44/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.s39 mov %rdx, %r8
60 lea -16(%r8, %rcx), %r11
82 sub $16, %r8
108 add %rdx, %r8 /* compensate for overlap */
149 sub $16, %r8
164 sub $16, %r8
176 sub $16, %r8
188 sub $16, %r8
201 sub $16, %r8
225 cmp %r10, %r8
[all …]
H A Dmemcmp.s139 mov 8 (%rsi), %r8
143 sub 8 (%rdi), %r8
147 or %rax, %r8
149 or %r8, %r10
180 lea -8 (%r8, %rdx), %rdx
214 mov 8 (%rsi), %r8
216 sub 8 (%rdi), %r8
217 or %r8, %rax
229 mov 40 (%rsi), %r8
231 sub 40 (%rdi), %r8
[all …]
H A Dmemcpy.s112 mov %rdx,%r8
117 cmp $0x80,%r8 # 128
119 add %r8,%rcx
120 add %r8,%rdx
122 movslq (%r11,%r8,4),%r10
304 sub $0xf,%r8
323 sub $0xe,%r8
338 sub $0xd,%r8
354 sub $0xc,%r8
367 sub $0xb,%r8
[all …]
H A Dstrcat.s64 movabsq $0x7f7f7f7f7f7f7f7f, %r8 / %r8 = 0x7f...
65 movq %r8, %r9
72 movq %r8, %rcx
75 addq %r8, %rcx / %rcx += 0x7f7f7f7f7f7f7f7f
96 movq %r8, %rcx
99 addq %r8, %rcx / %rcx += 0x7f7f7f7f7f7f7f7f
H A Dstrncat.s68 movabsq $0x7f7f7f7f7f7f7f7f, %r8 / %r8 = 0x7f...
69 movq %r8, %r9
76 movq %r8, %rcx
79 addq %r8, %rcx / %rcx += 0x7f7f7f7f
103 movq %r8, %rcx
106 addq %r8, %rcx / %rcx += 0x7f7f7f7f
H A Dmemset.s99 mov %rdx,%r8
103 cmp $0x90,%r8 # 144
107 add %r8,%rdi
109 movslq (%r11,%r8,4),%rcx
468 sub %r10,%r8
551 cmp $0xc0,%r8 # 192
554 add %r8,%rdi
556 movslq (%r9,%r8,4),%rcx
819 cmp %r9,%r8
825 lea -0x80(%r8),%r8 # 128
[all …]
/titanic_44/usr/src/lib/libmvec/amd64/src/
H A D__vsqrtf.S46 movslq %r8d,%r8
47 shlq $2,%r8
54 cmpq $4,%r8
60 movq %r8,%r10
83 addq %r8,%rcx
114 addq %r8,%rcx
116 addq %r8,%rcx
118 addq %r8,%rcx
120 addq %r8,%rcx
/titanic_44/usr/src/lib/libc/amd64/sys/
H A Dsyscall.s41 movq %r8, %rcx /* arg3 */
42 movq %r9, %r8 /* arg4 */
69 movq %r8, %rcx /* arg3 */
70 movq %r9, %r8 /* arg4 */
86 movq %r8, %rdx /* arg2 */
88 movq 16(%rbp), %r8 /* arg4 */
125 movq %r8, %rdx /* arg2 */
127 movq 16(%rsp), %r8 /* arg4 */
H A Dvforkx.s59 movq %rdi, %r8 /* flags */
62 xorq %r8, %r8 /* flags = 0 */
65 pushq %r8 /* save the flags on the stack */
/titanic_44/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s48 movq %r8, -0x28(%rbp)
82 movq %r8,-0x20(%rbp)
93 movq %r8,-0x20(%rbp)
105 movq %r8,-0x20(%rbp)
128 movq %r8,-0x28(%rbp)
141 movq %r8,-0x28(%rbp)
156 pushq %r8
187 pushq %r8
196 pushq %r8
207 pushq %r8
[all …]
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dcopy.s218 movq 0x8(src, cnt, 8), %r8; \
220 movnti %r8, 0x8(dst, cnt, 8); \
500 mov -0x38(%rdi), %r8
501 mov %r8, -0x38(%rsi)
509 mov -0x20(%rdi), %r8
510 mov %r8, -0x20(%rsi)
518 mov -0x8(%rdi), %r8
519 mov %r8, -0x8(%rsi)
525 mov -0x49(%rdi), %r8
526 mov %r8, -0x49(%rsi)
[all …]
H A Dhypersubr.s227 movq %r8, %r10 /* r10 = 4th arg */
238 movq %r8, %r10 /* r10 = 4th arg */
239 movq %r9, %r8 /* arg 5 */
H A Dsseblk.s144 SAVE_XMM0(%r8)
152 RSTOR_XMM0(%r8)
319 SAVE_XMMS(%r8)
326 RSTOR_XMMS(%r8)
/titanic_44/usr/src/common/crypto/ecc/
H A Decp_256.c69 int r8; /* must be a signed value ! */ in ec_GFp_nistp256_mod() local
121 r8 = carry; in ec_GFp_nistp256_mod()
127 r8 += carry; in ec_GFp_nistp256_mod()
134 r8 += carry; in ec_GFp_nistp256_mod()
144 r8 += carry; in ec_GFp_nistp256_mod()
148 r8 += carry; in ec_GFp_nistp256_mod()
158 r8 += carry; in ec_GFp_nistp256_mod()
168 r8 -= carry; in ec_GFp_nistp256_mod()
178 r8 -= carry; in ec_GFp_nistp256_mod()
188 r8 -= carry; in ec_GFp_nistp256_mod()
[all …]
/titanic_44/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.s242 movq %rdx, %r8 / Use r8 for len; %rdx is used by mul
246 cmpq $8, %r8 / 8 - len
337 subq $8, %r8
352 decq %r8
364 decq %r8
376 decq %r8
388 decq %r8
400 decq %r8
412 decq %r8
424 decq %r8
/titanic_44/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s86 movq %r8, EH_LOCALS_GREG(REG_R8)(%rbp)
168 movq %r8, %r9
169 movq %r10, %r8
190 movq EH_LOCALS_GREG(REG_R8)(%rbp), %r8 /* restore %r8 */
/titanic_44/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s145 xorq %r8, %r8
324 COPY_SECT(%rdx, %r8, %r9)
336 movq %rsi, %r8
345 movq %rcx, (%r8)
/titanic_44/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s68 movq %rdi,%r8 /* save arguments to this func */
82 jmp *%r8 /* branch to handler */
/titanic_44/usr/src/lib/libast/common/features/
H A Dsfio87 register int r11, r10, r9, r8, r7, r6;
88 r11 = r10 = r9 = r8 = r7 = r6 = -1;
92 asm("clrw r8");
95 if(sizeof(int) != sizeof(char*) || r11 || r10 || r9 || r8 || r7 || r6 )
/titanic_44/usr/src/uts/i86xpv/ml/
H A Damd64.il63 movq %r8, %r10 / r10 = 4th arg
72 movq %r8, %r10 / r10 = 4th arg
73 movq %r9, %r8 / arg 5
/titanic_44/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s192 movq %r8, SPR8OFF(%rsp)
261 leaq SPLAREGOFF(%rbp), %r8 / arg5 (&La_amd64_regs)
332 movq SPR8OFF(%rsp), %r8
446 movq SPR8OFF(%r11), %r8
464 movq SYMNDX_OFF(%r11), %r8 / arg5 (symndx)
483 movq SPR8OFF(%rsp), %r8
667 movq %r8, LSR8OFF(%rsp)
745 movq LSR8OFF(%rsp), %r8
/titanic_44/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl130 @XX=("%r8","%r10");
266 $idx="%r8";
/titanic_44/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h166 uint64_t r8; member
215 unsigned long r8; member
/titanic_44/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s310 #define kptr %r8 /* key schedule pointer */
709 mov %rdx, %r8 / context (P3)
713 mov %r12, 3*8(%rsp) / P3: context in r8
720 mov %rdi, %r8 / context (P1)
727 / P1: context in r8
813 mov %rdx, %r8 / context (P3)
817 mov %r12, 3*8(%rsp) / P3: context in r8
824 mov %rdi, %r8 / context (P1)
831 / P1: context in r8
/titanic_44/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h162 movq %r8, REGOFF_R8(%rsp); \
186 movq REGOFF_R8(%rsp), %r8; \

12