Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 9 of 9) 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.S143 POP rbx
144 POP rbp
145 POP r12
146 POP r13
147 POP r14
148 POP r15
258 POP rcx
259 POP rdx
260 POP rbx
261 POP rbp
[all …]
Dasm_support_x86_64.S143 MACRO1(POP, reg)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S113 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
114 POP esi
115 POP edi
193 POP ecx // Restore args except eax
194 POP edx
195 POP ebx
196 POP ebp // Restore callee saves
197 POP esi
198 POP edi
205 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.S145 MACRO1(POP, reg)
/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