Lines Matching full:x86_64
4 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s -check-prefix=LINUX-X86_64
5 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-netbsd | FileCheck %s -check-prefix=NETBSD-X86_64
6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-X86_64
17 ; LINUX-X86_64: pushq %{{.*}}
18 ; LINUX-X86_64-NOT: subq {{.*}}, %rsp
19 ; DARWIN-X86_64: pushq %{{.*}}
20 ; DARWIN-X86_64-NOT: subq {{.*}}, %rsp
21 ; NETBSD-X86_64: pushq %{{.*}}
22 ; NETBSD-X86_64-NOT: subq {{.*}}, %rsp