OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64el
(Results
51 - 75
of
425
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
mips-byval-arg.c
2
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s -check-prefix=N64
mips64-class-return.cpp
1
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
mips-zero-sized-struct.c
4
// RUN: %clang -target
mips64el
-unknown-linux-gnu -S -emit-llvm -o - %s -mabi=n32 | FileCheck -check-prefix=N32 %s
6
// RUN: %clang -target
mips64el
-unknown-linux-gnu -S -emit-llvm -o - %s | FileCheck -check-prefix=N64 %s
mips-unsupported-nan.c
4
// RUN: %clang -target
mips64el
-unknown-linux -mnan=2008 -march=mips3 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NANLEGACY %s
7
// RUN: %clang -target
mips64el
-unknown-linux -mnan=2008 -march=mips4 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NANLEGACY %s
22
// RUN: %clang -target
mips64el
-unknown-linux -mnan=2008 -march=mips64 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NANLEGACY %s
25
// RUN: %clang -target
mips64el
-unknown-linux -mnan=2008 -march=mips64r2 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NAN2008 %s
28
// RUN: %clang -target
mips64el
-unknown-linux -mnan=legacy -march=mips64r6 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NAN2008 %s
/external/llvm/test/CodeGen/Mips/
ctlz-v.ll
2
; RUN: llc < %s -march=
mips64el
-mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64
ehframe-indirect.ll
3
; RUN: llc -mtriple=
mips64el
-linux-gnu -target-abi=n32 < %s -asm-verbose | FileCheck -check-prefix=ALL -check-prefix=N32 %s
4
; RUN: llc -mtriple=
mips64el
-linux-android -target-abi=n32 < %s -asm-verbose | FileCheck -check-prefix=ALL -check-prefix=N32 %s
5
; RUN: llc -mtriple=
mips64el
-linux-gnu < %s -asm-verbose | FileCheck -check-prefix=ALL -check-prefix=N64 %s
6
; RUN: llc -mtriple=
mips64el
-linux-android < %s -asm-verbose | FileCheck -check-prefix=ALL -check-prefix=N64 %s
global-address.ll
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -target-abi n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -target-abi n32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
5
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -target-abi n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
mips64-sret.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -target-abi=n64 < %s | FileCheck %s
mips64fpldst.ll
1
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi n64 | FileCheck %s -check-prefix=CHECK-N64
2
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi n32 | FileCheck %s -check-prefix=CHECK-N32
3
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi n64 | FileCheck %s -check-prefix=CHECK-N64
4
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi n32 | FileCheck %s -check-prefix=CHECK-N32
mips64muldiv.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
2
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
4
; RUN: llc -march=
mips64el
-mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR
fabs.ll
13
; RUN: llc < %s -mtriple=
mips64el
-linux-gnu -mcpu=mips64 | FileCheck %s
14
; RUN: llc < %s -mtriple=
mips64el
-linux-gnu -mcpu=mips64 -enable-no-nans-fp-math | FileCheck %s
fneg.ll
13
; RUN: llc < %s -mtriple=
mips64el
-linux-gnu -mcpu=mips64 | FileCheck %s
14
; RUN: llc < %s -mtriple=
mips64el
-linux-gnu -mcpu=mips64 -enable-no-nans-fp-math | FileCheck %s
mips64imm.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | FileCheck %s
2
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck %s
optimize-fp-math.ll
2
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | FileCheck %s -check-prefix=64
3
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck %s -check-prefix=64
fcopysign-f32-f64.ll
1
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi=n64 | FileCheck %s -check-prefix=64
2
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi=n64 | FileCheck %s -check-prefix=64
3
; RUN: llc < %s -march=
mips64el
-mcpu=mips64r2 -target-abi=n64 | FileCheck %s -check-prefix=64R2
fcopysign.ll
3
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi=n64 | FileCheck %s -check-prefix=64
4
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi=n64 | FileCheck %s -check-prefix=64
5
; RUN: llc < %s -march=
mips64el
-mcpu=mips64r2 -target-abi=n64 | FileCheck %s -check-prefix=64R2
/external/llvm/test/CodeGen/Mips/llvm-ir/
atomicrmx.ll
3
; RUN: llc -asm-show-inst -march=
mips64el
-mcpu=mips64r6 < %s | \
/external/llvm/test/Object/Mips/
feature.test
1
RUN: llvm-objdump -disassemble -triple
mips64el
-mattr +mips64r2 %p/../Inputs/dext-test.elf-mips64r2 \
/external/llvm/test/Object/
objdump-relocations.test
11
RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-
mips64el
\
12
RUN: | FileCheck %s -check-prefix ELF-
MIPS64EL
49
ELF-
MIPS64EL
: .data
50
ELF-
MIPS64EL
: R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE zed
/ndk/build/core/toolchains/mips64el-linux-android-4.9/
config.mk
16
# config file for the
mips64el
gcc-4.9 toolchain for the Android NDK
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/
config.mk
16
# config file for the
mips64el
llvm toolchain for the Android NDK the real meat
/external/clang/test/Driver/
clang-translation.c
258
// RUN: %clang -target
mips64el
-linux-gnu -### -S %s 2>&1 | \
259
// RUN: FileCheck -check-prefix=
MIPS64EL
%s
260
//
MIPS64EL
: clang
261
//
MIPS64EL
: "-cc1"
262
//
MIPS64EL
: "-target-cpu" "mips64r2"
263
//
MIPS64EL
: "-mfloat-abi" "hard"
265
// RUN: %clang -target
mips64el
-linux-android -### -S %s 2>&1 | \
266
// RUN: FileCheck -check-prefix=
MIPS64EL
-ANDROID %s
267
//
MIPS64EL
-ANDROID: clang
268
//
MIPS64EL
-ANDROID: "-cc1
[
all
...]
/external/llvm/test/CodeGen/Mips/cconv/
arguments-struct.ll
5
; RUN-TODO: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32-LE %s
8
; RUN: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=NEW-LE %s
11
; RUN: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=NEW-LE %s
return-float.ll
5
; RUN-TODO: llc -mtriple=
mips64el
-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
8
; RUN: llc -mtriple=
mips64el
-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
11
; RUN: llc -mtriple=
mips64el
-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_N64R6_relocations.s
1
# RUN: llvm-mc -triple=
mips64el
-unknown-linux -mcpu=mips64r6 -relocation-model=pic -code-model=small -filetype=obj -o %T/test_ELF_N64R6.o %s
2
# RUN: llc -mtriple=
mips64el
-unknown-linux -mcpu=mips64r6 -relocation-model=pic -filetype=obj -o %T/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll
3
# RUN: llvm-rtdyld -triple=
mips64el
-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R6.o,.text=0x1000 -map-section test_ELF_ExternalFunction_N64R6.o,.text=0x10000 -check=%s %/T/test_ELF_N64R6.o %T/test_ELF_ExternalFunction_N64R6.o
Completed in 1005 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>