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

1 2 3

  /external/strace/linux/x86_64/
get_error.c 6 * Using merely "long rax" would not work.
8 long long rax; local
12 rax = (int32_t) i386_regs.eax;
14 rax = x86_64_regs.rax;
17 if (check_errno && is_negated_errno(rax)) {
19 tcp->u_error = -rax;
21 tcp->u_rval = rax;
24 tcp->u_lrval = rax;
  /external/valgrind/none/tests/amd64/
loopnel.c 7 long rax = 5UL; local
8 asm volatile ("1: addq $1, %0; loopnel 1b" : "+a" (rax), "+c" (rcx) : : "cc");
9 printf ("%ld %ld\n", rax, rcx);
asorep.c 10 unsigned long rdi, rsi, rcx, rax; local
29 rax = 0x751234560000ULL + (' ' << 8) + '0';
31 : "=D" (rdi), "=c" (rcx), "+a" (rax)
37 || rax != 0x751234560000ULL + (' ' << 8) + '0')
41 : "=S" (rsi), "=a" (rax)
44 || rax != 0x20302030ULL)
58 rax = 0x123450000ULL + ('d' << 8) + 'c';
60 : "=D" (rdi), "=c" (rcx), "+a" (rax)
64 || rax != 0x123450000ULL + ('d' << 8) + 'c')
67 rax = 0x543210000ULL + ('b' << 8) + 'a'
    [all...]
cmpxchg.c 11 ULong rax; variable
24 rdx = 0x11111111; rax = 0x22222222;
28 rax&0xff,rbx&0xff,rcx&0xff);
31 "\tpush %rax\n"
35 "\txor %rax, %rax\n" // get eflags in a known state
37 "\tmov " VG_SYM(rax) ",%rax\n"
42 "\tmov " VG_SYM(rax) "(%rip),%rax\n
    [all...]
  /external/clang/test/CodeGen/
ms-inline-asm-64.c 6 __asm mov rax, offset var ; rax = address of myvar local
8 // CHECK: call void asm sideeffect inteldialect "mov rax, $0", "r,~{rax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}})
ms_this.cpp 20 mov rax,[this] local
23 // CHECK: call void asm sideeffect inteldialect "mov rax,qword ptr $1{{.*}}%class.t2* [[THIS1_T2]]
24 mov rbx,[rax]
33 mov rax,[this] local
36 // CHECK: call void asm sideeffect inteldialect "mov rax,qword ptr $1{{.*}}%class.t1* [[THIS1_T1]]
37 mov rbx,[rax]
46 __asm mov rax, [this] local
49 // CHECK: call void asm sideeffect inteldialect "mov rax, qword ptr $0{{.*}}%struct.s* [[THIS1_S]]
  /external/valgrind/memcheck/tests/amd64-solaris/
context_gpr.c 1 /* Test if values in rax, rbx, rcx, rdx, rsi and rdi are correctly propagated
34 long rax, rbx, rcx, rdx, rsi, rdi; local
60 "movq $0xf0, %%rax\n"
72 : "=a" (rax), "=b" (rbx), "=c" (rcx), "=d" (rdx), "=S" (rsi),
78 printf(" rax=%#lx, rcx=%#lx, rdx=%#lx, rsi=%#lx, rdi=%#lx\n",
87 printf(" rax=%#lx, rdx=%#lx, rsi=%#lx, rdi=%#lx\n", rax, rdx, rsi, rdi);
  /external/v8/test/cctest/
test-disasm-x64.cc 58 __ addq(rax, Immediate(12345678));
59 __ orq(rax, Immediate(12345678));
60 __ subq(rax, Immediate(12345678));
61 __ xorq(rax, Immediate(12345678));
62 __ andq(rax, Immediate(12345678));
91 __ bsrl(rax, r15);
122 __ shlq(Operand(rdi, rax, times_4, 100), Immediate(1));
123 __ shlq(Operand(rdi, rax, times_4, 100), Immediate(6));
128 __ shlq_cl(Operand(rdi, rax, times_4, 100));
129 __ shlq_cl(Operand(rdi, rax, times_4, 100))
794 __ cmpxchgb(Operand(rsp, 12), rax); local
795 __ cmpxchgw(Operand(rbx, rcx, times_4, 10000), rax); local
796 __ cmpxchgl(Operand(rbx, rcx, times_4, 10000), rax); local
797 __ cmpxchgq(Operand(rbx, rcx, times_4, 10000), rax); local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-linux.c 83 " movq $0, %rax\n" // zero all GP regs
121 int $__NR_clone in %rax
151 " movq $"__NR_CLONE", %rax\n" // syscall number
160 " testq %rax, %rax\n" // child if retval == 0
164 " pop %rax\n" // pop fn
166 " call *%rax\n" // call fn
169 " movq %rax, %rdi\n" // arg1: return value from fn
170 " movq $"__NR_EXIT", %rax\n"
212 Long rax; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 59 unsigned long rax; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 52 unsigned long rax; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace.h 52 unsigned long rax; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace.h 52 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
ptrace.h 66 unsigned long rax; member in struct:pt_regs

Completed in 725 milliseconds

1 2 3