OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rax
(Results
1 - 25
of
51
) sorted by null
1
2
3
/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* %{{.*}}) [[NUW:#[0-9]+]]
/external/valgrind/main/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/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c
85
" movq $0, %
rax
\n" // zero all GP regs
123
int $__NR_clone in %
rax
153
" movq $"__NR_CLONE", %
rax
\n" // syscall number
162
" testq %
rax
, %
rax
\n" // child if retval == 0
166
" pop %
rax
\n" // pop fn
168
" call *%
rax
\n" // call fn
171
" movq %
rax
, %rdi\n" // arg1: return value from fn
172
" movq $"__NR_EXIT", %
rax
\n"
215
Long
rax
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h
47
unsigned long
rax
;
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
118
unsigned long
rax
;
member in struct:sigcontext