HomeSort by relevance Sort by last modified time
    Searched defs:rsi (Results 1 - 22 of 22) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /development/ndk/platforms/android-5/arch-x86/include/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /external/v8/src/x64/
virtual-frame-x64.cc 61 // rsi: context of this function call.
82 // Store the context in the frame. The context is kept in rsi and a
83 // copy is stored in the frame. The external reference to rsi
85 EmitPush(rsi);
162 __ movq(Operand(rbp, fp_relative(context_index())), rsi); local
168 __ movq(rsi, Operand(rbp, fp_relative(context_index())));
    [all...]
full-codegen-x64.cc 48 // o rsi: our context
62 __ push(rsi); // Callee's context.
86 // Context is returned in both rax and rsi. It replaces the context
87 // passed to us. It's saved in the stack and kept live in rsi.
88 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi); local
101 __ movq(Operand(rsi, context_offset), rax);
104 // clobbering rsi.
105 __ movq(rcx, rsi);
697 CodeGenerator::ContextOperand(rsi, Context::FCONTEXT_INDEX));
698 __ cmpq(rbx, rsi);
    [all...]
assembler-x64.h 127 const Register rsi = { 6 }; member in namespace:v8::internal
    [all...]
codegen-x64.cc 272 frame_->EmitPush(rsi); // The context is the first argument.
316 // rsi: callee's context
343 // Verify that the runtime call result and rsi agree.
345 __ cmpq(context.reg(), rsi);
346 __ Assert(equal, "Runtime::NewContext should end up in rsi");
405 // When used as the secondary compiler for splitting, rbp, rsi,
6330 __ movq(FieldOperand(rax, offset), rsi); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 50 unsigned long rsi; member in struct:pt_regs
user_64.h 69 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
sigcontext.h 114 unsigned long rsi; member in struct:sigcontext
kvm.h 76 __u64 rsi, rdi, rsp, rbp; member in struct:kvm_regs
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 59 unsigned long rsi; member in struct:pt_regs
sigcontext.h 109 unsigned long rsi; member in struct:sigcontext
  /external/kernel-headers/original/asm-x86/
ptrace.h 86 unsigned long rsi; member in struct:pt_regs
sigcontext.h 115 unsigned long rsi; member in struct:sigcontext
  /external/libvpx/vpx_scale/x86_64/
scaleopt.c 77 mov rsi, source local
81 lea rdx, [rsi+rcx-3];
91 mov eax, DWORD PTR [rsi] // eax = 00 01 02 03
116 add rsi, 3 local
124 cmp rsi, rdx local
131 mov eax, DWORD PTR [rsi] // eax = 00 01 02 03
208 mov rsi, source local
212 lea rdx, [rsi+rcx-8];
222 movq mm0, QWORD PTR [rsi] // mm0 = 00 01 02 03 04 05 06 07
223 movq mm1, QWORD PTR [rsi+1]; // mm1 = 01 02 03 04 05 06 07 0
252 add rsi, 8 local
256 cmp rsi, rdx local
343 mov rsi, dest \/\/ Get the source and destination pointer local
491 add rsi, 8 local
527 mov rsi, dest \/\/ Get the source and destination pointer local
648 add rsi, 8 local
684 mov rsi, dest \/\/ Get the source and destination pointer local
819 add rsi, 8 local
855 mov rsi, dest \/\/ Get the source and destination pointer local
966 add rsi, 8 local
1003 mov rsi, dest \/\/ Get the source and destination pointer local
1036 add rsi, 8 local
1073 mov rsi, dest \/\/ Get the source and destination pointer local
1083 add rsi, 8 local
1121 mov rsi, source local
1162 add rsi, 8 local
1277 mov rsi, source ; local
1305 add rsi, 5 local
1313 cmp rsi, rdx local
1341 mov rsi, source \/\/ Get the source and destination pointer local
1407 add rsi, 4 local
1431 mov rsi, source ; local
1462 add rsi, 5 local
1470 cmp rsi, rdx local
1530 mov rsi, source \/\/ Get the source and destination pointer local
1585 add rsi, 4 local
1626 mov rsi, source local
1680 mov rsi, source local
1687 sub rsi, rax \/\/back one line local
1719 add rsi, 4 local
1722 cmp rsi, rcx local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 136 unsigned long rsi; member in struct:sigcontext
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 61 unsigned long rsi; member in struct:user_regs_struct
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 522 ServiceInfo rsi = ris.get(i).serviceInfo; local
523 if (rsi.name.equals(si.name) &&
524 rsi.packageName.equals(si.packageName)) {
    [all...]

Completed in 893 milliseconds