Searched full:mipsel (Results 1 – 25 of 1691) sorted by relevance
12345678910>>...68
3 RUN: obj2yaml %p/Inputs/trivial-object-test.elf-mipsel | FileCheck %s --check-prefix ELF-MIPSEL192 ELF-MIPSEL: FileHeader:193 ELF-MIPSEL-NEXT: Class: ELFCLASS32194 ELF-MIPSEL-NEXT: Data: ELFDATA2LSB195 ELF-MIPSEL-NEXT: OSABI: ELFOSABI_GNU196 ELF-MIPSEL-NEXT: Type: ET_REL197 ELF-MIPSEL-NEXT: Machine: EM_MIPS198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…199 ELF-MIPSEL-NEXT: Sections:200 ELF-MIPSEL-NEXT: - Name: .text[all …]
13 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-mipsel \14 RUN: | FileCheck %s -check-prefix ELF-MIPSEL52 ELF-MIPSEL: .rel.text53 ELF-MIPSEL: R_MIPS_HI16 _gp_disp54 ELF-MIPSEL: R_MIPS_LO16 _gp_disp55 ELF-MIPSEL: R_MIPS_GOT16 $.str56 ELF-MIPSEL: R_MIPS_LO16 $.str57 ELF-MIPSEL: R_MIPS_CALL16 puts58 ELF-MIPSEL: R_MIPS_CALL16 SomeOtherFunction
4 …iletype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| llvm-readobj -h -…5 # MIPSEL-MIPS64R6: Flags [ (0xA0000404)7 …obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-read…8 # MIPSEL-MIPS64R6-NAN2008: Flags [ (0xA0000404)10 …iletype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| llvm-readobj -h -…11 …iletype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| llvm-readobj -h -…12 …iletype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| llvm-readobj -h -…13 # MIPSEL-MIPS64R2: Flags [ (0x80000004)15 …obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-read…16 …obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-read…[all …]
8 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux …9 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux …10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 …11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r3 …12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r5 …13 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+…14 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r3 -mattr=+…15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r5 -mattr=+…16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 …40 # FIXME: llvm-mc -filetype=obj -triple mipsel-unknown-linux -target-abi=n32 …[all …]
4 …filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| llvm-readobj -h …5 # MIPSEL-MIPS64R6: Flags [ (0xA0000406)7 …=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-rea…8 # MIPSEL-MIPS64R6-NAN2008: Flags [ (0xA0000406)10 …filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| llvm-readobj -h …11 …filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| llvm-readobj -h …12 …filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| llvm-readobj -h …13 # MIPSEL-MIPS64R2: Flags [ (0x80000006)15 …=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-rea…16 …=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-rea…[all …]
346 # RUN: obj2yaml %p/Inputs/trivial-object-test.elf-mipsel | FileCheck %s --check-prefix ELF-MIPSEL348 # ELF-MIPSEL: FileHeader:349 # ELF-MIPSEL-NEXT: Class: ELFCLASS32350 # ELF-MIPSEL-NEXT: Data: ELFDATA2LSB351 # ELF-MIPSEL-NEXT: OSABI: ELFOSABI_GNU352 # ELF-MIPSEL-NEXT: Type: ET_REL353 # ELF-MIPSEL-NEXT: Machine: EM_MIPS354 # ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O…355 # ELF-MIPSEL-NEXT: Sections:356 # ELF-MIPSEL-NEXT: - Name: .text[all …]
92 # RUN: llvm-readelf -h %t3 | FileCheck %s --check-prefix=MIPSEL94 # RUN: | FileCheck %s --check-prefix=MIPSEL --strict-whitespace --match-full-lines96 # RUN: | FileCheck %s --check-prefix=MIPSEL --strict-whitespace --match-full-lines98 # MIPSEL:ELF Header:99 # MIPSEL-NEXT: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00100 # MIPSEL-NEXT: Class: ELF32101 # MIPSEL-NEXT: Data: 2's complement, little endian102 # MIPSEL-NEXT: Version: 1 (current)103 # MIPSEL-NEXT: OS/ABI: UNIX - System V104 # MIPSEL-NEXT: ABI Version: 0[all …]
19 // RUN: --target=mipsel-linux-gnu \22 // RUN: | FileCheck --check-prefix=CHECK-DEBIAN-MIPSEL %s23 // CHECK-DEBIAN-MIPSEL: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"24 // CHECK-DEBIAN-MIPSEL: "{{.*}}/usr/lib/gcc/mipsel-linux-gnu/4.7{{/|\\\\}}crtbegin.o"25 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/gcc/mipsel-linux-gnu/4.7"26 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/gcc/mipsel-linux-gnu/4.7/../../../mipsel-linux-gnu"27 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/mipsel-linux-gnu"28 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib/gcc/mipsel-linux-gnu/4.7/../../.."29 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/lib"30 // CHECK-DEBIAN-MIPSEL: "-L[[SYSROOT]]/usr/lib"
50 // RUN: -target mipsel-linux-android \56 // CHECK-MIPS: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3"57 // CHECK-MIPS: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3/mipsel-linux-andr…61 // CHECK-MIPS: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3"62 // CHECK-MIPS: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3/../../../../mipsel-linux-android/lib"66 // RUN: -target mipsel-linux-android \72 // CHECK-MIPSR2: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3"73 // CHECK-MIPSR2: "-internal-isystem" "{{.*}}/mipsel-linux-android/include/c++/4.4.3/mipsel-linux-an…77 // CHECK-MIPSR2: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3/mips-r2"78 // CHECK-MIPSR2: "-L{{.*}}/lib/gcc/mipsel-linux-android/4.4.3/../../../../mipsel-linux-android/lib"[all …]
101 // EL-HARD-O32: "[[TC]]/../../../../mips-mti-linux-gnu/include/c++/4.9.2/mips-mti-linux-gnu/mipsel-…105 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/lib/../usr/include"107 // EL-HARD-O32: "--sysroot=[[TC]]/../../../../sysroot/mipsel-r2-hard"109 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib{{/|\\\\}}crt1.o"110 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib{{/|\\\\}}crti.o"111 // EL-HARD-O32: "[[TC]]/mipsel-r2-hard/lib{{/|\\\\}}crtbegin.o"112 // EL-HARD-O32: "-L[[TC]]/../../../../mips-mti-linux-gnu/lib/mipsel-r2-hard/lib"113 // EL-HARD-O32: "-L[[TC]]/mipsel-r2-hard/lib"114 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r2-hard/lib/../lib"115 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib"[all …]
99 // EL-HARD-O32: "[[TC]]/../../../../mips-img-linux-gnu/include/c++/4.9.2/mips-img-linux-gnu/mipsel-…103 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/lib/../usr/include"105 // EL-HARD-O32: "--sysroot=[[TC]]/../../../../sysroot/mipsel-r6-hard"107 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib{{/|\\\\}}crt1.o"108 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib{{/|\\\\}}crti.o"109 // EL-HARD-O32: "[[TC]]/mipsel-r6-hard/lib{{/|\\\\}}crtbegin.o"110 // EL-HARD-O32: "-L[[TC]]/../../../../mips-img-linux-gnu/lib/mipsel-r6-hard/lib"111 // EL-HARD-O32: "-L[[TC]]/mipsel-r6-hard/lib"112 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r6-hard/lib/../lib"113 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib"[all …]
97 // EL-HARD-O32: "[[TC]]/../../../../mips-mti-linux-gnu/include/c++/4.9.2/mips-mti-linux-gnu/mipsel-…101 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/lib/../usr/include"103 // EL-HARD-O32: "--sysroot=[[TC]]/../../../../sysroot/mipsel-r2-hard"105 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib{{/|\\\\}}crt1.o"106 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib{{/|\\\\}}crti.o"107 // EL-HARD-O32: "[[TC]]/mipsel-r2-hard/lib{{/|\\\\}}crtbegin.o"108 // EL-HARD-O32: "-L[[TC]]/../../../../mips-mti-linux-gnu/lib/mipsel-r2-hard/lib"109 // EL-HARD-O32: "-L[[TC]]/mipsel-r2-hard/lib"110 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r2-hard/lib/../lib"111 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r2-hard/usr/lib/../lib"[all …]
237 // RUN: %clang -target mipsel-linux-gnu -### -S %s 2>&1 | \238 // RUN: FileCheck -check-prefix=MIPSEL %s239 // MIPSEL: clang240 // MIPSEL: "-cc1"241 // MIPSEL: "-target-cpu" "mips32r2"242 // MIPSEL: "-mfloat-abi" "hard"244 // RUN: %clang -target mipsel-linux-android -### -S %s 2>&1 | \245 // RUN: FileCheck -check-prefix=MIPSEL-ANDROID %s246 // MIPSEL-ANDROID: clang247 // MIPSEL-ANDROID: "-cc1"[all …]
97 // EL-HARD-O32: "[[TC]]/../../../../mips-img-linux-gnu/include/c++/4.9.2/mips-img-linux-gnu/mipsel-…101 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/lib/../usr/include"103 // EL-HARD-O32: "--sysroot=[[TC]]/../../../../sysroot/mipsel-r6-hard"105 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib{{/|\\\\}}crt1.o"106 // EL-HARD-O32: "[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib{{/|\\\\}}crti.o"107 // EL-HARD-O32: "[[TC]]/mipsel-r6-hard/lib{{/|\\\\}}crtbegin.o"108 // EL-HARD-O32: "-L[[TC]]/../../../../mips-img-linux-gnu/lib/mipsel-r6-hard/lib"109 // EL-HARD-O32: "-L[[TC]]/mipsel-r6-hard/lib"110 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r6-hard/lib/../lib"111 // EL-HARD-O32: "-L[[TC]]/../../../../sysroot/mipsel-r6-hard/usr/lib/../lib"[all …]
1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…9 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…11 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…13 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…15 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…17 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…19 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-fl…
1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | …
6 ; RUN: llc -march=mipsel -O0 -mcpu=mips32r2 -verify-machineinstrs %s -o - | FileCheck %s --check-pr…7 ; RUN: llc -march=mipsel -O0 -mcpu=mips32r6 -verify-machineinstrs %s -o - | FileCheck %s --check-pr…8 ; RUN: llc -march=mipsel -O0 -mcpu=mips32r2 -mattr=+micromips -verify-machineinstrs %s -o - | FileC…9 ; RUN: llc -march=mipsel -O0 -mcpu=mips32r6 -mattr=+micromips -verify-machineinstrs %s -o - | FileC…80 ; MIPSEL-LABEL: test_max_32:81 ; MIPSEL: # %bb.0: # %entry82 ; MIPSEL-NEXT: sync83 ; MIPSEL-NEXT: $BB0_1: # %entry84 ; MIPSEL-NEXT: # =>This Inner Loop Header: Depth=185 ; MIPSEL-NEXT: ll $2, 0($4)[all …]
18 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck …19 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-prefix=CHECK-LE32_…20 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | FileChec…21 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | FileCheck -check-prefix=CHECK-LE3…22 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static …23 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck -chec…25 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 -relocation-model=static %s -o…26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 -relocation-model=pic %s -o - …28 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -…29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=pic %s -o -…[all …]
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 -target-abi n64 -relocation-model=static %s -o…27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 %s -o - | FileCheck -check-pre…29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -…30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o - | FileCheck -check-pr…[all …]
46 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s -o %tmipsel49 # RUN: | FileCheck -DOSABI=SystemV --check-prefix=MIPSEL %s52 # RUN: | FileCheck -DOSABI=FreeBSD --check-prefix=MIPSEL %s55 # RUN: | FileCheck -DOSABI=SystemV --check-prefix=MIPSEL %s58 # RUN: | FileCheck -DOSABI=SystemV --check-prefix=MIPSEL %s62 # RUN: | FileCheck -DOSABI=SystemV --check-prefix=MIPSEL %s66 # RUN: | FileCheck -DOSABI=FreeBSD --check-prefix=MIPSEL %s67 # MIPSEL: ElfHeader {68 # MIPSEL-NEXT: Ident {69 # MIPSEL-NEXT: Magic: (7F 45 4C 46)[all …]
5 RUN: llvm-readobj -s %p/Inputs/trivial.obj.elf-mipsel \6 RUN: | FileCheck %s -check-prefix ELF-MIPSEL89 ELF-MIPSEL: Section {90 ELF-MIPSEL: Index: 491 ELF-MIPSEL-NEXT: Name: .reginfo (27)92 ELF-MIPSEL-NEXT: Type: SHT_MIPS_REGINFO (0x70000006)93 ELF-MIPSEL-NEXT: Flags [ (0x2)94 ELF-MIPSEL-NEXT: SHF_ALLOC (0x2)95 ELF-MIPSEL-NEXT: ]96 ELF-MIPSEL-NEXT: Address: 0x0[all …]