Lines Matching full:if
26 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 #if __ARM_ARCH >= 7 && defined (__ARM_ARCH_ISA_ARM)
38 #if __ARM_ARCH >= 6 && defined (__ARM_ARCH_ISA_ARM)
42 #if __ARM_ARCH >= 5
46 #if __ARM_ARCH >= 4 && __ARM_ARCH_ISA_THUMB >= 1
50 #if __ARM_ARCH >= 4 && __ARM_ARCH_ISA_THUMB == 0
55 #if __ARM_ARCH_ISA_THUMB >= 2
59 #if __ARM_ARCH_ISA_THUMB >= 1
75 #if HAVE_PAC_LEAF
105 * - If alignment is attempted on a list containing r0, compilation will result
107 * - If alignment is attempted in a list containing r1, r0 will be prepended to
122 * - first - If `last' specified, this serves as start of general-purpose
124 * single GPR to push onto stack. If omitted, no GPRs pushed
126 * - last - If given, specifies inclusive upper-bound of GPR range.
157 .if \last-\first
165 .if \last-\first
171 .if \push_ip & 1 != \push_ip
174 .if \push_lr & 1 != \push_lr
177 .if \first != -1
178 .if \last == -1
184 #if HAVE_PAC_LEAF
185 #if __ARM_FEATURE_BTI_DEFAULT
192 #if __ARM_FEATURE_BTI_DEFAULT
196 .if \first != -1
197 .if \last != \first
198 .if \last >= 13
201 .if \push_ip
202 .if \push_lr
217 .if \push_lr
231 .if \push_ip
232 .if \push_lr
247 .if \push_lr
262 .if \push_ip
263 .if \push_lr
276 .if \push_lr
287 .if \push_ip & 1 != \push_ip
290 .if \push_lr & 1 != \push_lr
293 .if \first != -1
294 .if \last == -1
299 .if \last != \first
300 .if \last >= 13
303 .if \push_ip
304 .if \push_lr
317 .if \push_lr
329 .if \push_ip
330 .if \push_lr
343 .if \push_lr
356 .if \push_ip
357 .if \push_lr
368 .if \push_lr
375 #if HAVE_PAC_LEAF
383 .if \last == 0
417 .if \first > \last
420 .if \first == 0
455 .if ((\push_ip + \push_lr) % 2) == 0
468 .if \push_ip & 1 <> \push_ip
471 .if \push_lr & 1 <> \push_lr
475 .if \first == 0
487 .if \align8
495 .if \align8
505 #if defined (__thumb__)