Searched defs:rsi (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dptrace.h86 unsigned long rsi; member in struct:pt_regs
H A Dsigcontext.h115 unsigned long rsi; member in struct:sigcontext
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h87 __u64 rsi, rdi, rsp, rbp; member in struct:kvm_regs
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h87 __u64 rsi, rdi, rsp, rbp; member in struct:kvm_regs
/external/v8/src/x64/
H A Dassembler-x64.h94 // rsi - context register
168 const Register rsi = { 6 }; member in namespace:v8::internal
H A Dmacro-assembler-x64.cc230 // registers are rsi.
231 ASSERT(!object.is(rsi) && !value.is(rsi) && !index.is(rsi));
259 // registers are rsi.
260 ASSERT(!object.is(rsi) && !value.is(rsi) && !address.is(rsi));
699 movq(rsi, scheduled_exception_address);
700 Cmp(Operand(rsi,
2195 Store(ExternalReference(Isolate::k_context_address, isolate()), rsi); local
[all...]
H A Dcode-stubs-x64.cc64 // space. Set the context to the current context in rsi.
77 __ movq(rcx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
91 __ movq(FieldOperand(rax, JSFunction::kContextOffset), rsi); local
109 __ push(rsi);
140 __ movq(rbx, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
150 __ movq(rsi, rax);
1779 __ movq(rdi, Operand(rsi, Context::SlotOffset(Context::GLOBAL_INDEX)));
2074 Register arg2 = rsi;
2249 __ movq(rdx, ContextOperand(rsi, Context::GLOBAL_INDEX));
2840 // GCC passes arguments in rdi, rsi, rd
[all...]
H A Dfull-codegen-x64.cc105 // o rsi: our context
125 __ push(rsi); // Callee's context.
155 // Context is returned in both rax and rsi. It replaces the context
156 // passed to us. It's saved in the stack and kept live in rsi.
157 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi); local
170 __ movq(Operand(rsi, context_offset), rax);
173 // clobbering rsi.
174 __ movq(rcx, rsi);
681 __ movq(rbx, ContextOperand(rsi, Context::FCONTEXT_INDEX));
682 __ cmpq(rbx, rsi);
[all...]
H A Dlithium-codegen-x64.cc145 __ push(rsi); // Callee's context.
188 // Context is returned in both rax and rsi. It replaces the context
189 // passed to us. It's saved in the stack and kept live in rsi.
190 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi); local
203 __ movq(Operand(rsi, context_offset), rax);
206 // clobbering rsi.
207 __ movq(rcx, rsi);
486 __ movq(rsi, Operand(rbp, StandardFrameConstants::kContextOffset));
653 // Register rsi always contains a pointer to the context.
654 safepoint.DefinePointerRegister(rsi);
[all...]
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h203 unsigned long rsi; member in struct:vki_sigcontext
489 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:vki_user_regs_struct

Completed in 78 milliseconds