| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/ |
| H A D | segmented-stacks.ll | 1 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix… 2 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr… 3 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj 4 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj 35 ; Thumb-linux: test_basic: 37 ; Thumb-linux: push {r4, r5} 38 ; Thumb-linux-NEXT: mov r5, sp 39 ; Thumb-linux-NEXT: ldr r4, .LCPI0_0 40 ; Thumb-linux-NEXT: ldr r4, [r4] 41 ; Thumb-linux-NEXT: cmp r4, r5 [all …]
|
| H A D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr… 2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix… 3 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj 4 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj 23 ; Thumb-linux: test_basic: 25 ; Thumb-linux: push {r4, r5} 26 ; Thumb-linux: mov r5, sp 27 ; Thumb-linux-NEXT: ldr r4, .LCPI0_0 28 ; Thumb-linux-NEXT: ldr r4, [r4] 29 ; Thumb-linux-NEXT: cmp r4, r5 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
| H A D | segmented-stacks.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix=A… 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pref… 5 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj 6 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 17 ; ARM-linux: test_basic: 19 ; ARM-linux: push {r4, r5} 20 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 21 ; ARM-linux-NEXT: mov r5, sp 22 ; ARM-linux-NEXT: ldr r4, [r4, #4] 23 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
| H A D | debug-segmented-stacks.ll | 1 … RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs -filetype=asm | FileCheck … 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 13 ; ARM-linux: test_basic: 15 ; ARM-linux: push {r4, r5} 16 ; ARM-linux: .cfi_def_cfa_offset 8 17 ; ARM-linux: .cfi_offset r5, -4 18 ; ARM-linux: .cfi_offset r4, -8 19 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 20 ; ARM-linux-NEXT: mov r5, sp 21 ; ARM-linux-NEXT: ldr r4, [r4, #4] [all …]
|
| H A D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix=A… 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pref… 3 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj 4 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 23 ; ARM-linux: test_basic: 25 ; ARM-linux: push {r4, r5} 26 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 27 ; ARM-linux-NEXT: mov r5, sp 28 ; ARM-linux-NEXT: ldr r4, [r4, #4] 29 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
| H A D | invalid-target.ll | 1 ; RUN: not llc -mtriple armvinvalid-linux-gnueabi %s -o - 2>&1 | \ 4 ; RUN: not llc -mtriple armebvinvalid-linux-gnueabi %s -o - 2>&1 | \ 7 ; RUN: not llc -mtriple thumbvinvalid-linux-gnueabi %s -o - 2>&1 | \ 10 ; RUN: not llc -mtriple thumbebvinvalid-linux-gnueabi %s -o - 2>&1 | \ 13 ; RUN: not llc -mtriple thumbv2-linux-gnueabi %s -o - 2>&1 | \ 16 ; RUN: not llc -mtriple thumbv3-linux-gnueabi %s -o - 2>&1 | \ 19 ; RUN: not llc -mtriple arm64invalid-linux-gnu %s -o - 2>&1 | \ 22 ; RUN: not llc -mtriple aarch64invalid-linux-gnu %s -o - 2>&1 | \ 25 ; ARMVINVALID: error: unable to get target for 'armvinvalid--linux-gnueabi' 26 ; ARMEBVINVALID: error: unable to get target for 'armebvinvalid--linux-gnueabi' [all …]
|
| H A D | arm-abi-attr.ll | 1 ; RUN: llc -mtriple=arm-linux-gnu < %s | FileCheck %s --check-prefix=APCS 2 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=apcs < %s | \ 4 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=apcs < %s | \ 7 ; RUN: llc -mtriple=arm-linux-gnueabi < %s | FileCheck %s --check-prefix=AAPCS 8 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=aapcs < %s | \ 10 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=aapcs < %s | \
|
| H A D | build-attributes.ll | 4 ; RUN: llc < %s -mtriple=thumbv5-linux-gnueabi -mcpu=xscale | FileCheck %s --check-prefix=XSCALE 5 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | FileCheck %s --check-prefix=V6 6 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -enable-unsafe-fp-math -disable-fp-elim -enable-no-in… 7 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s… 8 ; RUN: llc < %s -mtriple=thumbv6m-linux-gnueabi | FileCheck %s --check-prefix=V6M 9 ; RUN: llc < %s -mtriple=thumbv6m-linux-gnueabi -enable-unsafe-fp-math -disable-fp-elim -enable-no… 10 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s | FileCheck %s --check-prefix=ARM11… 11 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s -enable-unsafe-fp-math -disable-fp… 12 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s -enable-sign-dependent-rounding-fp-… 13 ; RUN: llc < %s -mtriple=thumbv7m-linux-gnueabi | FileCheck %s --check-prefix=V7M [all …]
|
| H A D | default-float-abi.ll | 1 ; RUN: llc -mtriple=armv7-linux-gnueabihf %s -o - | FileCheck %s --check-prefix=CHECK-HARD 2 ; RUN: llc -mtriple=armv7-linux-eabihf %s -o - | FileCheck %s --check-prefix=CHECK-HARD 3 ; RUN: llc -mtriple=armv7-linux-gnueabihf -float-abi=soft %s -o - | FileCheck %s --check-prefix=CHE… 4 ; RUN: llc -mtriple=armv7-linux-gnueabi %s -o - | FileCheck %s --check-prefix=CHECK-SOFT 5 ; RUN: llc -mtriple=armv7-linux-eabi -float-abi=hard %s -o - | FileCheck %s --check-prefix=CHECK-HA…
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/X86/ |
| H A D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | elf_eflags.s | 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 %s -o -| llvm-readobj -h |… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -mattr=+nan2008 %s -o -| l… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 %s -o -| llvm-readobj -h |… 13 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -mattr=+nan2008 %s -o -| l… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 %s -o -| llvm-readobj -h | F… 19 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -mattr=+nan2008 %s -o -| llv… 22 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 %s -o -| llvm-readobj -h |… 25 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 -mattr=+nan2008 %s -o -| l… 28 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 %s -o -| llvm-readobj -h |… 31 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+nan2008 %s -o -| l… [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Bindings/llvm-c/ |
| H A D | disassemble.test | 3 armv8-linux-gnu +crypto 02 00 81 e0 02 03 b0 f3 4 ;CHECK: triple: armv8-linux-gnu, features: +crypto 8 armv8-linux-gnu -crypto 02 00 81 e0 02 03 b0 f3 9 ;CHECK: triple: armv8-linux-gnu, features: -crypto 16 arm-linux-android NULL 44 26 1f e5 0c 10 4b e2 02 20 81 e0 17 ;CHECK: triple: arm-linux-android, features: NULL 23 x86_64-linux-unknown NULL 48 83 c4 38 5b 5d 41 5c 41 5d 41 5e 41 5f c3 24 ;CHECK: triple: x86_64-linux-unknown, features: NULL 39 i686-linux-unknown NULL dd 44 24 04 d9 e1 c3 40 ;CHECK: triple: i686-linux-unknown, features: NULL
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-elf-abi.ll | 1 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv1 2 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mattr=+elfv1 < %s | FileCheck %s -check-prefix=CHE… 3 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mattr=+elfv2 < %s | FileCheck %s -check-prefix=CHE… 4 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv2 5 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mattr=+elfv1 < %s | FileCheck %s -check-prefix=C… 6 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mattr=+elfv2 < %s | FileCheck %s -check-prefix=C…
|
| H A D | blockaddress.ll | 1 ; RUN: llc < %s -code-model=small -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s … 2 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s… 3 ; RUN: llc < %s -code-model=large -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s … 4 ; RUN: llc < %s -code-model=small -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %… 5 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck … 6 ; RUN: llc < %s -code-model=large -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %…
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | elf_eflags.ll | 19 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck … 20 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-prefix=CHECK-LE32_… 21 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | FileChec… 22 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | FileCheck -check-prefix=CHECK-LE3… 23 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static … 24 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck -chec… 26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -… 27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 %s -o - | FileCheck -check-prefix=CHECK-LE64_P… 29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck … 30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 %s -o - | FileCheck -check-prefix=CHECK-LE64_… [all …]
|
| H A D | abicalls.ll | 1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o … 2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-pref… 3 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static %s -o… 4 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -… 6 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr noabicalls -relocation-m…
|
| H A D | start-asm-file.ll | 4 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 8 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 12 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 16 ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \ 21 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 25 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 29 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 33 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 38 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 42 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ [all …]
|
| H A D | helloworld.ll | 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | F… 2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | F… 3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | F… 4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s … 5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s … 7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | F… 8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | …
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/cconv/ |
| H A D | return-hard-float.ll | 1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL --c… 2 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix=ALL -… 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | FileChec… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | FileCh… 7 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --c… 8 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck -… 10 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --c… 11 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck -… 13 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --ch… 14 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --…
|
| H A D | return-float.ll | 1 ; RUN: llc -mtriple=mips-linux-gnu -soft-float -relocation-model=static < %s | FileCheck --check-pr… 2 ; RUN: llc -mtriple=mipsel-linux-gnu -soft-float -relocation-model=static < %s | FileCheck --check-… 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+o32 < %… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+o32 <… 7 ; RUN: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+n32 < %s | F… 8 ; RUN: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+n32 < %s |… 10 ; RUN: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+n64 < %s | F… 11 ; RUN: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -mattr=-n64,+n64 < %s |…
|
| H A D | arguments-struct.ll | 1 ; RUN: llc -mtriple=mips-unknown-linux-gnu -relocation-model=static < %s | FileCheck --check-prefix… 2 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -relocation-model=static < %s | FileCheck --check-pref… 4 ; RUN-TODO: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | … 5 ; RUN-TODO: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s … 7 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileC… 8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | Fil… 10 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileC… 11 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | Fil…
|
| /minix3/external/bsd/dhcp/dist/ |
| H A D | config.guess | 887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi 922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf 927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 930 echo ${UNAME_MACHINE}-axis-linux-${LIBC} 933 echo ${UNAME_MACHINE}-axis-linux-${LIBC} [all …]
|
| /minix3/external/bsd/bind/dist/ |
| H A D | config.guess | 887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi 922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf 927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC} 930 echo ${UNAME_MACHINE}-axis-linux-${LIBC} 933 echo ${UNAME_MACHINE}-axis-linux-${LIBC} [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | atom-call-reg-indirect.ll | 1 ; RUN: llc < %s -mcpu=atom -mtriple=i686-linux | FileCheck -check-prefix=ATOM32 %s 2 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-linux | FileCheck -check-prefix=ATOM-NOT32 %s 3 ; RUN: llc < %s -mcpu=atom -mtriple=x86_64-linux | FileCheck -check-prefix=ATOM64 %s 4 ; RUN: llc < %s -mcpu=core2 -mtriple=x86_64-linux | FileCheck -check-prefix=ATOM-NOT64 %s 5 ; RUN: llc < %s -mcpu=slm -mtriple=i686-linux | FileCheck -check-prefix=SLM32 %s 6 ; RUN: llc < %s -mcpu=slm -mtriple=x86_64-linux | FileCheck -check-prefix=SLM64 %s
|
| H A D | constant-pool-remat-0.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s 3 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s 4 ; RUN: llc < %s -mtriple=i386-linux -mattr=+sse2 | FileCheck %s 10 ; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats -info-output-file - | FileCheck %s -check…
|