Searched refs:POP (Results 1 – 9 of 9) sorted by relevance
65 POP rcx // Arg.66 POP rdx // Arg.67 POP rsi // Arg.68 POP rdi // JniEnv.69 POP r8 // Arg.70 POP r9 // Arg.
143 POP rbx144 POP rbp145 POP r12146 POP r13147 POP r14148 POP r15258 POP rcx259 POP rdx260 POP rbx261 POP rbp[all …]
143 MACRO1(POP, reg)
113 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)114 POP esi115 POP edi193 POP ecx // Restore args except eax194 POP edx195 POP ebx196 POP ebp // Restore callee saves197 POP esi198 POP edi205 POP eax // Restore Method*[all …]
36 #define POP(REG) popl REG; CFI_POP (REG) macro42 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret130 POP (%edi)131 POP (%esi)176 POP (%edi)177 POP (%esi)206 POP (%edi)207 POP (%esi)259 POP (%edi)260 POP (%esi)[all …]
145 MACRO1(POP, reg)
96 #define POP(reg) "pop " # reg "\n\t .cfi_adjust_cfa_offset -4\n\t" in Invoke3WithReferrerAndHidden() macro118 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 …]
118 .macro POP _reg macro727 POP %r15728 POP %r14729 POP %r13730 POP %r12731 POP %rbp732 POP %rbx
122 .macro POP _reg macro774 POP %ebx775 POP %esi776 POP %edi777 POP %ebp