HomeSort by relevance Sort by last modified time
    Searched defs:rax (Results 51 - 75 of 75) sorted by null

1 23

  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 57 __ testl(rax, Immediate(delta_to_patch_site));
150 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex);
159 __ Push(rax);
168 __ Push(rax);
211 // Context is returned in rax. It replaces the context passed to us.
213 __ movp(rsi, rax);
214 __ movp(Operand(rbp, StandardFrameConstants::kContextOffset), rax); local
226 __ movp(rax, Operand(rbp, parameter_offset));
229 __ movp(Operand(rsi, context_offset), rax); local
230 // Update the write barrier. This clobbers rax and rbx
1102 __ movp(StoreDescriptor::ReceiverRegister(), rax); local
1601 __ Move(StoreDescriptor::ReceiverRegister(), rax); local
1610 __ Move(StoreDescriptor::NameRegister(), rax); local
1744 __ movp(Operand(rsp, kPointerSize), rax); local
1763 __ Move(LoadDescriptor::NameRegister(), rax); local
1770 __ movp(Operand(rsp, kPointerSize), rax); local
2329 __ movp(Operand(rsp, kPointerSize), rax); local
2332 __ movp(Operand(rsp, 2 * kPointerSize), rax); local
2372 __ movp(Operand(rsp, kPointerSize), rax); local
2375 __ movp(Operand(rsp, 2 * kPointerSize), rax); local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 244 "movq %2, %%rax\n" /* set %rax = __NR_exit */
249 : "rax", "rdi"
445 Long rax; local
447 rax = do_syscall_clone_amd64_linux
450 res = VG_(mk_SysRes_amd64_linux)( rax );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
kvm.h 92 __u64 rax, rbx, rcx, rdx; member in struct:kvm_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
kvm.h 92 __u64 rax, rbx, rcx, rdx; member in struct:kvm_regs
  /external/valgrind/VEX/priv/
host_amd64_isel.c 1253 HReg rax = hregAMD64_RAX(); local
    [all...]
  /external/valgrind/include/vki/
vki-amd64-linux.h 207 unsigned long rax; member in struct:vki_sigcontext
513 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:vki_user_regs_struct
  /art/compiler/optimizing/
code_generator_x86_64.cc 256 // Custom calling convention: RAX serves as both input and output.
257 __ movl(CpuRegister(RAX), Immediate(cls_->GetTypeIndex().index_));
272 x86_64_codegen->Move(out, Location::RegisterLocation(RAX));
307 // Custom calling convention: RAX serves as both input and output.
308 __ movl(CpuRegister(RAX), Immediate(string_index.index_));
314 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
371 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
514 // RAX <- ReadBarrierMark(RDI)
515 // ref <- RAX
605 // RAX <- ReadBarrierMark(RDI
3584 CpuRegister rax = eax; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 1459 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 79 __ movp(Operand(rsp, offset), rax); local
143 __ Push(rax);
144 __ Set(rax, slots);
148 __ movp(MemOperand(rsp, rax, times_pointer_size, 0),
150 __ decl(rax);
152 __ Pop(rax);
200 // Context is returned in rax. It replaces the context passed to us.
202 __ movp(rsi, rax);
203 __ movp(Operand(rbp, StandardFrameConstants::kContextOffset), rax); local
215 __ movp(rax, Operand(rbp, parameter_offset))
218 __ movp(Operand(rsi, context_offset), rax); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 510 setExceptionPointerRegister(X86::RAX);
10283 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1)); local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 1474 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 1553 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 1521 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 1521 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 1553 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 1521 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 1521 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 1522 uint64_t rax; member in struct:llvm::MachO::x86_thread_state64_t
    [all...]

Completed in 982 milliseconds

1 23