Lines Matching full:darwin
2 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=DARWIN -check-prefix=CHECK
12 ; Darwin should not generate pushes in either circumstance.
30 ; DARWIN-NOT: .cfi_escape
31 ; DARWIN-NOT: pushl
52 ; DARWIN: pushl %ebp
53 ; DARWIN-NOT: .cfi_escape
54 ; DARWIN-NOT: pushl
69 ; so darwin should not generate pushes.
87 ; DARWIN-NOT: .cfi_escape
88 ; DARWIN-NOT: pushl
268 ; Darwin should generate pushes in the presense of FP and an unwind table,
271 ; DARWIN: pushl %ebp
272 ; DARWIN: movl %esp, %ebp
273 ; DARWIN: .cfi_def_cfa_register %ebp
274 ; DARWIN-NOT: .cfi_adjust_cfa_offset
275 ; DARWIN: pushl $4
276 ; DARWIN-NEXT: pushl $3
277 ; DARWIN-NEXT: pushl $2
278 ; DARWIN-NEXT: pushl $1
279 ; DARWIN-NEXT: call
287 ; DARWIN: pushl %ebp
288 ; DARWIN: movl %esp, %ebp
289 ; DARWIN-NOT: .cfi_adjust_cfa_offset
290 ; DARWIN-NOT: pushl