Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S163 POP rcx
164 POP rdx
165 POP rbx
166 POP rbp
167 POP rsi
168 POP rdi
169 POP r8
170 POP r9
171 POP r10
172 POP r11
[all …]
Dasm_support_x86_64.S203 MACRO1(POP, reg)
328 POP rbx
329 POP rbp
330 POP r12
331 POP r13
332 POP r14
333 POP r15
394 POP rbx
395 POP rbp
399 POP r12
[all …]
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S104 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
105 POP esi
106 POP edi
141 POP eax // Restore Method*
152 POP ecx // Restore args except eax
153 POP edx
154 POP ebx
155 POP ebp // Restore callee saves
156 POP esi
236 POP ecx
[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 …]
Djni_entrypoints_x86.S95 POP esi
96 POP edi
184 POP esi
185 POP edi
Dasm_support_x86.S178 MACRO1(POP, reg)
295 POP ebp // Restore callee saves
296 POP esi
297 POP edi
/art/runtime/arch/
Dstub_test.cc96 #define POP(reg) "pop " # reg "\n\t .cfi_adjust_cfa_offset -4\n\t" in Invoke3WithReferrerAndHidden() macro
118 POP(%%edi) in Invoke3WithReferrerAndHidden()
119 POP(%%edx) in Invoke3WithReferrerAndHidden()
120 POP(%%ecx) in Invoke3WithReferrerAndHidden()
121 POP(%%eax) in Invoke3WithReferrerAndHidden()
129 POP(%%ebp) in Invoke3WithReferrerAndHidden()
130 POP(%%edi) in Invoke3WithReferrerAndHidden()
131 POP(%%esi) in Invoke3WithReferrerAndHidden()
132 POP(%%edx) in Invoke3WithReferrerAndHidden()
133 POP(%%ecx) in Invoke3WithReferrerAndHidden()
[all …]
/art/runtime/interpreter/mterp/x86_64/
Dmain.S118 .macro POP _reg macro
727 POP %r15
728 POP %r14
729 POP %r13
730 POP %r12
731 POP %rbp
732 POP %rbx
/art/runtime/interpreter/mterp/x86/
Dmain.S122 .macro POP _reg macro
774 POP %ebx
775 POP %esi
776 POP %edi
777 POP %ebp
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S777 POP rbx
778 POP rbp
779 POP r12
780 POP r13
781 POP r14
782 POP r15
1412 POP r9
1413 POP r8
1414 POP rcx
1415 POP rdx
[all …]