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
572
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Mips/
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 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N64
2
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi n32 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N32
3
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi n64 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N64
4
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi n32 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N32
mips64muldiv.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | FileCheck %s -check-prefixes=ALL,ACC
2
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck %s -check-prefixes=ALL,ACC
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 < %s | FileCheck %s -check-prefixes=ALL,ACC
4
; RUN: llc -march=
mips64el
-mcpu=mips64r6 < %s | FileCheck %s -check-prefixes=ALL,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
countleading.ll
4
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | FileCheck -check-prefixes=ALL,MIPS4 %s
5
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck -check-prefixes=ALL,MIPS64-GT-R1 %s
6
; RUN: llc -march=
mips64el
-mcpu=mips64r2 < %s | FileCheck -check-prefixes=ALL,MIPS64-GT-R1 %s
7
; RUN: llc -march=
mips64el
-mcpu=mips64r6 < %s | FileCheck -check-prefixes=ALL,MIPS64-GT-R1 %s
8
; RUN: llc -march=
mips64el
-mcpu=mips64r6 -mattr=micromips < %s | FileCheck -check-prefixes=ALL,MICROMIPS64 %s
fcopysign-f32-f64.ll
1
; RUN: llc < %s -march=
mips64el
-mcpu=mips4 -target-abi=n64 | \
3
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -target-abi=n64 | \
5
; RUN: llc < %s -march=
mips64el
-mcpu=mips64r2 -target-abi=n64 | \
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
eh-dwarf-cfa.ll
2
; RUN: llc -march=
mips64el
-mcpu=mips4 < %s | \
4
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | \
/external/llvm/test/MC/Mips/
sext_64_32.ll
1
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 %s -o - | \
mips64shift.ll
1
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler %s -o - \
4
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 %s -o - \
/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
/external/clang/test/CodeGen/
mips-zero-sized-struct.c
4
// RUN: %clang_cc1 -triple
mips64el
-unknown-linux-gnu -S -emit-llvm -o - %s -target-abi n32 | FileCheck -check-prefix=N32 %s
6
// RUN: %clang_cc1 -triple
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/cconv/
return-hard-fp128.ll
2
; RUN: llc -march=
mips64el
-relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
5
; RUN: llc -march=
mips64el
-relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
arguments-struct.ll
5
; RUN-TODO: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32-LE %s
8
; RUN: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW-LE %s
11
; RUN: llc -mtriple=
mips64el
-unknown-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,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-prefixes=ALL,O32 %s
8
; RUN: llc -mtriple=
mips64el
-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
11
; RUN: llc -mtriple=
mips64el
-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
return-hard-float.ll
5
; RUN-TODO: llc -mtriple=
mips64el
-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
8
; RUN: llc -mtriple=
mips64el
-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
11
; RUN: llc -mtriple=
mips64el
-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
return-hard-struct-f128.ll
2
; RUN: llc -mtriple=
mips64el
-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
5
; RUN: llc -mtriple=
mips64el
-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
/external/clang/test/Driver/
clang-translation.c
269
// RUN: %clang -target
mips64el
-linux-gnu -### -S %s 2>&1 | \
270
// RUN: FileCheck -check-prefix=
MIPS64EL
%s
271
//
MIPS64EL
: clang
272
//
MIPS64EL
: "-cc1"
273
//
MIPS64EL
: "-target-cpu" "mips64r2"
274
//
MIPS64EL
: "-mfloat-abi" "hard"
276
// RUN: %clang -target
mips64el
-linux-android -### -S %s 2>&1 | \
277
// RUN: FileCheck -check-prefix=
MIPS64EL
-ANDROID %s
278
//
MIPS64EL
-ANDROID: clang
279
//
MIPS64EL
-ANDROID: "-cc1
[
all
...]
mips-eleb.c
14
// MIPS64-EL: "{{.*}}clang{{.*}}" "-cc1" "-triple" "
mips64el
-unknown-linux-gnu"
27
// RUN: %clang -no-canonical-prefixes -target
mips64el
-unknown-linux-gnu -### \
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_N64R6_relocations.s
1
# RUN: llvm-mc -triple=
mips64el
-unknown-linux -mcpu=mips64r6 -code-model=small -filetype=obj -o %T/test_ELF_N64R6.o %s
2
# RUN: llc -mtriple=
mips64el
-unknown-linux -mcpu=mips64r6 -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
/external/webrtc/webrtc/build/
webrtc.gni
77
# TODO(ljubomir): Unset rtc_use_openmax_dl for
mips64el
once
mips64el
gets
78
# supported in GN (since openmax_dl is not supported for
mips64el
).
Completed in 750 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>