Searched refs:rsi (Results 1 - 20 of 20) sorted by relevance

/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S16 push %rsi
21 mov %rsp, %rsi
29 pop %rsi
56 push %rsi
61 lea call_stub(%rip), %rsi
66 pop %rsi
67 movq %rsi, (call_stub_callback_address - call_stub)(%rdi)
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Dadd_n.S26 leaq (%rsi,%rcx,8), %rsi
33 movq (%rsi,%rcx,8), %rax
H A Dmul_1.S27 leaq (%rsi,%rdx,8), %rsi
32 movq (%rsi,%r11,8), %rax
H A Dsub_n.S26 leaq (%rsi,%rcx,8), %rsi
33 movq (%rsi,%rcx,8), %rax
H A Drshift.S25 movq (%rsi), %mm7
33 leaq (%rsi,%rdx,8), %rsi
40 movq -8(%rsi,%rdx,8), %mm6
47 movq (%rsi,%rdx,8), %mm7
H A Daddmul_1.S27 leaq (%rsi,%rdx,8), %rsi
34 movq (%rsi,%r11,8), %rax
H A Dsubmul_1.S27 leaq (%rsi,%r11,8), %rsi
33 movq (%rsi,%r11,8), %rax
H A Dlshift.S26 movq -8(%rsi,%rdx,8), %mm7
38 movq (%rsi,%rdx,8), %mm6
45 movq -8(%rsi,%rdx,8), %mm7
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dcrt0-efi-x86_64.S48 lea _DYNAMIC(%rip), %rsi
57 popq %rsi
H A Dentry.S53 mov %rsi, %rax // entry point
H A Dlong_smp_trampoline.S117 popq %rsi
/haiku/headers/posix/arch/x86_64/
H A Dsignal.h73 unsigned long rsi; member in struct:vregs
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S32 push %rsi; \
58 pop %rsi; \
209 movq IFRAME_user_sp(%rbp), %rsi
210 addq $4, %rsi
212 cmp %rdx, %rsi
268 pop %rsi
324 push %rsi
329 movq 0x10(%rsp), %rsi
335 pop %rsi
365 movq %rsp, %rsi
[all...]
H A Darch.S89 push %rsi
111 movq $1, %rsi
H A Dinterrupts.S30 push %rsi; \
56 pop %rsi; \
441 movq IFRAME_si(%rbp), %rsi
507 movq %rsp, %rsi
527 movq %rsp, %rsi
587 movq IFRAME_user_sp(%rbp), %rsi
588 addq $8, %rsi
590 cmp %rdx, %rsi
H A Dthread.cpp357 signalFrameData->context.uc_mcontext.rsi = frame->si;
431 frame->si = signalFrameData->context.uc_mcontext.rsi;
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h28 uint64 rsi; member in struct:x86_64_debug_cpu_state
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong_asm.S81 shl $32, %rsi
82 orq %rsi, %rsp
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp36 SetIntRegister(X86_64_REGISTER_RSI, state.rsi);
165 x64State->rsi = IntRegisterValue(X86_64_REGISTER_RSI);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp91 cpuState->rsi = frame->si;
131 frame->si = cpuState->rsi;

Completed in 191 milliseconds