Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 13 of 13) sorted by relevance

/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S65 POP rcx // Arg.
66 POP rdx // Arg.
67 POP rsi // Arg.
68 POP rdi // JniEnv.
69 POP r8 // Arg.
70 POP r9 // Arg.
Dquick_entrypoints_x86_64.S135 POP rbx
136 POP rbp
137 POP r12
138 POP r13
139 POP r14
140 POP r15
250 POP rcx
251 POP rdx
252 POP rbx
253 POP rbp
[all …]
Dasm_support_x86_64.S133 MACRO1(POP, reg)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S111 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
112 POP esi
113 POP edi
191 POP ecx // Restore args except eax
192 POP edx
193 POP ebx
194 POP ebp // Restore callee saves
195 POP esi
196 POP edi
203 POP eax // Restore Method*
[all …]
Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG) macro
42 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
130 POP (%edi)
131 POP (%esi)
176 POP (%edi)
177 POP (%esi)
206 POP (%edi)
207 POP (%esi)
259 POP (%edi)
260 POP (%esi)
[all …]
Dasm_support_x86.S139 MACRO1(POP, reg)
/art/runtime/interpreter/mterp/x86_64/
Dfooter.S290 POP %r15
291 POP %r14
292 POP %r13
293 POP %r12
294 POP %rbp
295 POP %rbx
Dheader.S110 .macro POP _reg macro
/art/runtime/interpreter/mterp/x86/
Dfooter.S320 POP %ebx
321 POP %esi
322 POP %edi
323 POP %ebp
Dheader.S114 .macro POP _reg macro
/art/runtime/arch/
Dstub_test.cc90 #define POP(reg) "pop " # reg "\n\t .cfi_adjust_cfa_offset -4\n\t" in Invoke3WithReferrerAndHidden() macro
112 POP(%%edi) in Invoke3WithReferrerAndHidden()
113 POP(%%edx) in Invoke3WithReferrerAndHidden()
114 POP(%%ecx) in Invoke3WithReferrerAndHidden()
115 POP(%%eax) in Invoke3WithReferrerAndHidden()
123 POP(%%ebp) in Invoke3WithReferrerAndHidden()
124 POP(%%edi) in Invoke3WithReferrerAndHidden()
125 POP(%%esi) in Invoke3WithReferrerAndHidden()
126 POP(%%edx) in Invoke3WithReferrerAndHidden()
127 POP(%%ecx) in Invoke3WithReferrerAndHidden()
[all …]
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S117 .macro POP _reg macro
12038 POP %r15
12039 POP %r14
12040 POP %r13
12041 POP %r12
12042 POP %rbp
12043 POP %rbx
Dmterp_x86.S121 .macro POP _reg macro
13071 POP %ebx
13072 POP %esi
13073 POP %edi
13074 POP %ebp