Searched refs:POP (Results 1 – 13 of 13) 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.
135 POP rbx136 POP rbp137 POP r12138 POP r13139 POP r14140 POP r15250 POP rcx251 POP rdx252 POP rbx253 POP rbp[all …]
133 MACRO1(POP, reg)
111 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)112 POP esi113 POP edi191 POP ecx // Restore args except eax192 POP edx193 POP ebx194 POP ebp // Restore callee saves195 POP esi196 POP edi203 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 …]
139 MACRO1(POP, reg)
290 POP %r15291 POP %r14292 POP %r13293 POP %r12294 POP %rbp295 POP %rbx
110 .macro POP _reg macro
320 POP %ebx321 POP %esi322 POP %edi323 POP %ebp
114 .macro POP _reg macro
90 #define POP(reg) "pop " # reg "\n\t .cfi_adjust_cfa_offset -4\n\t" in Invoke3WithReferrerAndHidden() macro112 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 …]
117 .macro POP _reg macro12038 POP %r1512039 POP %r1412040 POP %r1312041 POP %r1212042 POP %rbp12043 POP %rbx
121 .macro POP _reg macro13071 POP %ebx13072 POP %esi13073 POP %edi13074 POP %ebp