Searched refs:rax (Results 376 - 391 of 391) sorted by relevance

<<111213141516

/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/sha/
H A Dsha1-x86_64.S19 movq %rsp,%rax
30 movq %rax,64(%rsp)
1238 movq %rsp,%rax
1245 movq %rax,%r14
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm318 DECLARE_REG 6, rax, 56
392 DECLARE_REG 6, rax, 8
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm423 DECLARE_REG 6, rax, eax, ax, al, 56
500 DECLARE_REG 6, rax, eax, ax, al, 8
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm104 movd rax, m6 ; store sum as return value
116 movd rax, m6 ; store sum as return value
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm318 DECLARE_REG 6, rax, 56
392 DECLARE_REG 6, rax, 8
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm406 DECLARE_REG 6, rax, eax, ax, al, 56
483 DECLARE_REG 6, rax, eax, ax, al, 8
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm104 movd rax, m6 ; store sum as return value
116 movd rax, m6 ; store sum as return value
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c281 HANDLE(0, rax);
/external/qemu/target-i386/
H A Dkvm.c343 kvm_getput_reg(&regs.rax, &env->regs[R_EAX], set);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c282 regs->rax = arch->vex.guest_RAX;
/external/valgrind/main/coregrind/
H A Dm_debugger.c76 regs.rax = vex->guest_RAX;
H A Dm_signals.c284 /* Convert the value in uc_mcontext.rax into a SysRes. */ \
285 VG_(mk_SysRes_amd64_linux)( (uc)->uc_mcontext.rax )
378 /* Convert the value in uc_mcontext.rax into a SysRes. */ \
538 /* Convert the value in uc_mcontext.rax into a SysRes. */ \
557 /* Convert the value in uc_mcontext.rax into a SysRes. */ \
841 " movq $" #name ", %rax\n" \
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h310 // debug mode. Expects the number of arguments in register rax and
323 // register rax:rdx (untouched) and the pointer to the first
328 // register rax (untouched).
645 // Clobbers rax and rdx registers.
653 // Clobbers rax and rdx registers.
1328 // context (rsi). Clobbers rax. Allocates arg_stack_space * kPointerSize
1399 // unchanged, the result is in rdx, and rax gets clobbered.
1443 // Expects object in rax and returns map with validated enum cache
1444 // in rax. Assumes that any other register can be used as a scratch.
1474 // rax, rc
[all...]
H A Dassembler-x64.h95 "rax",
116 // rax, rbx, rcx and rdx are byte registers, the rest are not.
164 const Register rax = { kRegister_rax_Code }; member in namespace:v8::internal
803 // Sign-extends rax into rdx:rax.
808 // Multiply rax by src, put the result in rdx:rax.
1440 // Divide rdx:rax by src. Quotient in rax, remainder in rdx when size is 64.
1447 // rdx:rax
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c1254 HReg rax = hregAMD64_RAX(); local
1263 addInstr(env, mk_iMOVsd_RR(left64, rax));
1267 addInstr(env, AMD64Instr_MovxLQ(False, rax, rax));
1269 addInstr(env, mk_iMOVsd_RR(rax, dst));
2367 Saves a "movq %rax, %tmp" compared to the default route. */
2492 /* get one operand into %rax, and the other into a R/M.
2513 /* Get the 128-bit operand into rdx:rax, and the other into
4550 /* The returned value is in %rax. Park it in the register
4609 /* get: cas->expd into %rax, an
[all...]
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp92 (&gpr.rax)[i] = data.GetU64(&offset);

Completed in 2770 milliseconds

<<111213141516