87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
/* Restore all foating point arguments */
ldp q0, q1, [sp, #96]
ldp q2, q3, [sp, #128]
ldp q4, q5, [sp, #160]
ldp q6, q7, [sp, #192]
mov sp, fp
ldp fp, lr, [sp], #224
b _objc_msgSend
0:
ldp x0, x1, [sp, #16]
ldr x19, [sp, #88]
mov sp, fp
ldp fp, lr, [sp], #224
b _OFMethodNotFound
|
<
<
<
<
|
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
/* Restore all foating point arguments */
ldp q0, q1, [sp, #96]
ldp q2, q3, [sp, #128]
ldp q4, q5, [sp, #160]
ldp q6, q7, [sp, #192]
ldp fp, lr, [sp], #224
b _objc_msgSend
0:
ldp x0, x1, [sp, #16]
ldr x19, [sp, #88]
ldp fp, lr, [sp], #224
b _OFMethodNotFound
|