Home
last modified time | relevance | path

Searched refs:r13 (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dswtch.s96 movq %r13, T_R13(thread_t); \
121 movq T_R13(scratch_reg), %r13; \
250 movq CPU_THREAD(%r15), %r13 /* %r13 = curthread */
260 cmpq $0, T_CTX(%r13) /* should current thread savectx? */
263 movq %r13, %rdi /* arg = thread pointer */
270 movq T_PROCP(%r13), %r14 /* %r14 = proc */
300 movb $0, T_LOCK(%r13)
330 LOADCPU(%r13) /* load current CPU pointer */
331 cmpq %r13, T_CPU(%r12)
335 incq CPU_STATS_SYS_CPUMIGRATE(%r13)
[all …]
H A Dlock_prim.s1116 movq $dstaddr, %r13; \
1117 addq %rbx, %r13; \
1121 decq %r13; \
1125 movq %r13, %rdi; \
1144 pushq %r13
1166 popq %r13
/titanic_50/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DMakefile43 PROGS += style2-with-r13
44 STYLE2R13OBJS = style2-with-r13.o
45 style2-with-r13: $(STYLE2R13OBJS)
68 PROGS += style1-with-r13
69 STYLE1R13OBJS = style1-main.o style1-func-with-r13.o
70 style1-with-r13: $(STYLE1R13OBJS)
H A Dstyle1-func-with-r13.s27 movq %fs:0, %r13
28 movq %r13, %rdx
30 addq foo@GOTTPOFF(%rip), %r13
31 movq %r13, %rsi
H A Dstyle2-with-r13.s28 movq foo@GOTTPOFF(%rip), %r13
29 addq %fs:0, %r13
30 movq %r13, %rsi
H A Dx64-ie-test.sh42 dis_test "addq-->leaq w/REX 1" func style1-with-r13 \
44 dis_test "addq-->leaq w/REX 2" func style1-with-r13 \
55 dis_test "movq-->movq w/REX" main style2-with-r13 \
/titanic_50/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s466 movq %r13, REGOFF_R13(%rsp)
541 movq %rdx, %r13
549 movq %r12, %r13
550 shrq $32, %r13 /* upper 32-bits into %edx */
599 movq %r13, REGOFF_RDX(%rsp)
621 movq REGOFF_R13(%rsp), %r13
693 movq %rdx, %r13
705 movq %r13, %rsi
849 movq %rax, %r13
850 shrq $32, %r13 /* upper 32-bits into %edx */
[all …]
H A Dbios_call_src.s92 movq %r13, save_r13
190 xorq %r13, %r13
473 movq save_r13, %r13
H A Dfb_swtch_src.s150 xorq %r13, %r13
H A Dcpr_wakecode.s122 movq %r13, WC_R13(%rdi)
778 movq WC_R13(%rbx), %r13
/titanic_50/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl133 $TY="%r13";
159 push %r13
222 pop %r13
/titanic_50/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s53 movq %r13,104(%rdi)
76 movq 104(%rax),%r13
/titanic_50/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.s441 pushq %r13
448 leaq 8(%rdi), %r13 / tr = r + 1
452 movq %r13, %rdi / arg1 = tr
457 movq %rax, 0(%r13, %r15, 8) / tr[tlen] = cy
462 addq $16, %r13 / tr += 2
464 movq %r13, %rdi / arg1 = tr
469 movq %rax, 0(%r13, %r15, 8) / tr[tlen] = cy
/titanic_50/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.s74 movq %r13, 16(%rdi)
106 movq 16(%rdi), %r13
/titanic_50/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.s59 movq %r13, 16(%rdi)
81 movq 16(%rdi), %r13
/titanic_50/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl89 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
230 push %r13
315 pop %r13
/titanic_50/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h159 uint64_t r13; member
223 unsigned long r13; member
/titanic_50/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl176 push %r13
296 pop %r13
/titanic_50/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h154 movq %r13, REGOFF_R13(%rsp); \
194 movq REGOFF_R13(%rsp), %r13; \
/titanic_50/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s127 movq %r13, REGOFF(REG_R13) (%rsp)
/titanic_50/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s81 movq %r13, EH_LOCALS_GREG(REG_R13)(%rbp)
/titanic_50/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s351 movq %r13,-0x20(%rbp)
365 movq %r13,-0x18(%rbp)
/titanic_50/usr/src/uts/intel/kdi/amd64/
H A Dkdi_asm.s122 movq %r13, REG_OFF(KDIREG_R13)(base); \
148 movq REG_OFF(KDIREG_R13)(%rdi), %r13; \
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddwarf.msg186 @ MSG_REG_R13 "r13"
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s125 movq %r13, REGOFF_R13(%rsp)

12