Symbol: r9
lib/libm/ld128/e_lgammal_r.c
155
r9 = 4.63264813762296029824851351257638558e-06L,
lib/libm/ld128/e_lgammal_r.c
303
y*(r9+y*(r10+y*r11))))))))));
sys/arch/amd64/amd64/db_machdep.c
69
{ "r9", dbreg(r9), db_x86_regop, NULL },
sys/arch/amd64/include/frame_regs.h
37
greg(r9, R9, 5) /* tf_r9 */ \
sys/arch/amd64/include/frameasm.h
163
movq %r9,TF_R9(%rsp) ; \
sys/arch/amd64/include/frameasm.h
180
movq TF_R9(%rsp),%r9 ; \
sys/arch/amd64/include/frameasm.h
279
pushq %r9 ; \
sys/arch/amd64/include/frameasm.h
286
popq %r9 ; \
sys/arch/amd64/include/frameasm.h
300
pushq %r9 ; \
sys/arch/amd64/include/frameasm.h
307
popq %r9 ; \
sys/arch/ia64/include/asm.h
166
alloc r9 = ar.pfs, 0, 0, 8, 0 ; \
sys/arch/or1k/include/asm.h
81
l.add r,r,r9
sys/arch/sh3/include/locore.h
148
mov.l @r14+, r9 /* tf_r9 */ ;\
sys/arch/sh3/include/locore.h
99
mov.l r9, @-r14 /* tf_r9 */ ;\
sys/arch/sh3/sh3/db_interface.c
597
SF(r9);
sys/arch/sh3/sh3/db_interface.c
648
TF(r9);
sys/arch/vax/include/reg.h
43
int r9;
sys/compat/linux/arch/amd64/linux_machdep.c
192
sigframe.uc.luc_mcontext.r9 = tf->tf_r9;
sys/compat/linux/arch/amd64/linux_machdep.c
356
mctx->__gregs[_REG_R9] = lsigctx->r9;
sys/compat/linux/arch/amd64/linux_machdep.h
63
u_int64_t r9;
tests/compat/linux/arch/x86_64/h_syscall.c
42
register register_t r9 __asm__ ("r9") = arg6;
tests/compat/linux/arch/x86_64/h_syscall.c
46
: "a"(number), "D"(arg1), "S"(arg2), "d"(arg3), "r"(r10), "r"(r8), "r"(r9)
tests/kernel/arch/hppa/execregs.c
178
register long r9 __asm("r9") = nonnull(9);
tests/kernel/arch/hppa/execregs.c
235
"+r"(r9),
tests/kernel/arch/hppa/execregs.c
286
register long r9 __asm("r9") = nonnull(9);
tests/kernel/arch/hppa/execregs.c
357
"+r"(r9),
tests/kernel/arch/vax/execregs.c
112
register long r9 __asm("r9") = nonnull(9);
tests/kernel/arch/vax/execregs.c
150
"+r"(r9),
tests/kernel/arch/vax/execregs.c
65
register long r9 __asm("r9") = nonnull(9);
tests/kernel/arch/vax/execregs.c
89
"+r"(r9),
tests/kernel/arch/x86_64/execregs.c
59
register long r9 __asm("r9") = nonnull(9);
tests/kernel/arch/x86_64/execregs.c
81
"+r"(r9),