OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pushq
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/external/llvm/test/CodeGen/X86/
coldcc64.ll
6
; CHECK:
pushq
%rbp
7
; CHECK:
pushq
%r15
8
; CHECK:
pushq
%r14
9
; CHECK:
pushq
%r13
10
; CHECK:
pushq
%r12
11
; CHECK:
pushq
%r11
12
; CHECK:
pushq
%r10
13
; CHECK:
pushq
%r9
14
; CHECK:
pushq
%r8
15
; CHECK:
pushq
%rd
[
all
...]
win64_vararg.ll
8
; CHECK:
pushq
23
; CHECK:
pushq
34
; CHECK:
pushq
45
; CHECK:
pushq
stack-align2.ll
17
; LINUX-X86_64:
pushq
%{{.*}}
19
; DARWIN-X86_64:
pushq
%{{.*}}
21
; NETBSD-X86_64:
pushq
%{{.*}}
pr9743.ll
8
; CHECK-NEXT:
pushq
2010-07-02-asm-alignstack.ll
6
; CHECK:
pushq
21
; CHECK-NOT:
pushq
pr11468.ll
13
; CHECK:
pushq
%rbp
20
; CHECK:
pushq
%r14
dynamic-allocas-VLAs.ll
35
; CHECK:
pushq
%rbp
61
; CHECK:
pushq
%rbp
63
; CHECK:
pushq
%rbx
86
; CHECK:
pushq
%rbp
88
; CHECK:
pushq
%r14
89
; CHECK:
pushq
%rbx
170
; CHECK:
pushq
%rbp
172
; CHECK:
pushq
%rbx
221
; FORCE-ALIGN:
pushq
%rbp
223
; FORCE-ALIGN:
pushq
%rb
[
all
...]
empty-functions.ll
16
; CHECK-FP-NEXT:
pushq
%rbp
/external/llvm/test/MC/X86/AlignedBundling/
bundle-group-too-large-error.s
8
pushq
%rbp
11
pushq
%r14
single-inst-bundling.s
10
pushq
%rbp
11
pushq
%r14
12
pushq
%rbx
asm-printing-bundle-directives.s
10
pushq
%rbp
long-nop-pad.s
27
# CHECK-NEXT: 3f:
pushq
relax-in-bundle-group.s
10
pushq
%rbp
/external/valgrind/main/none/tests/amd64/
clc.c
10
"
pushq
$0x8d5\n\t" /* OSZACP */
26
"
pushq
$0x0\n\t"
42
"
pushq
$0x0\n\t"
fcmovnu.c
14
"
pushq
%r15\n\t"
bug132813-amd64.c
9
"
pushq
$0x55555555\n\t"
28
"
pushq
$0x55555555\n\t"
47
"
pushq
$0x55555555\n\t"
66
"
pushq
$0x55555555\n\t"
85
"
pushq
$0x55555555\n\t"
87
"
pushq
$0x67675656\n\t"
104
"
pushq
$0x55555555\n\t"
106
"
pushq
$0x78988787\n\t"
124
"
pushq
$0x55555555\n\t"
143
"
pushq
$0x55555555\n\t
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-linux.S
81
pushq
%rbx
82
pushq
%rbp
83
pushq
%r12
84
pushq
%r13
85
pushq
%r14
86
pushq
%r15
91
pushq
%rdi ; \
92
pushq
%rsi ; \
93
pushq
%rdx ; \
94
pushq
%rcx ;
[
all
...]
syscall-amd64-darwin.S
86
pushq
%rbp
89
pushq
%rdi // -8(%rbp) syscallno
90
pushq
%rsi // -16(%rbp) guest_state
91
pushq
%rdx // -24(%rbp) sysmask
92
pushq
%rcx // -32(%rbp) postmask
93
pushq
%r8 // -40(%rbp) sigsetSzB
127
pushq
%rax
129
pushq
%rax
132
pushq
%rax
/external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S
67
pushq
%rax
68
pushq
%rbx
69
pushq
%rcx
70
pushq
%rdx
71
pushq
%rsi
72
pushq
%rbp
73
pushq
%r8
74
pushq
%r9
75
pushq
%r10
76
pushq
%r1
[
all
...]
dispatch-amd64-linux.S
68
pushq
%rax
69
pushq
%rbx
70
pushq
%rcx
71
pushq
%rdx
72
pushq
%rsi
73
pushq
%rbp
74
pushq
%r8
75
pushq
%r9
76
pushq
%r10
77
pushq
%r1
[
all
...]
/external/valgrind/main/VEX/test/
test-amd64-muldiv.h
9
asm ("
pushq
%4\n\t"
27
asm ("
pushq
%5\n\t"
45
asm ("
pushq
%5\n\t"
63
asm ("
pushq
%5\n\t"
/external/libpng/
pnggccrd.c
23
"
pushq
%%rbx \n\t" // rbx gets clobbered by CPUID instruction
24
"
pushq
%%rcx \n\t" // so does rcx...
25
"
pushq
%%rdx \n\t" // ...and rdx (but rcx & rdx safe on Linux)
30
"
pushq
%%rax \n\t" // save modified Eflag back to stack
34
"
pushq
%%rcx \n\t" // save original Eflag to stack
/external/llvm/test/MC/AsmParser/
directive_seh.s
32
pushq
%rbx
/external/llvm/test/MC/COFF/
seh-section.s
30
pushq
%rbp
/external/llvm/test/MC/ELF/
fde.s
14
pushq
%rbp
Completed in 627 milliseconds
1
2
3
4