/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
mips64shift.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck %s
|
mips64intldst.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64r1 -mattr=n64 | FileCheck %s -check-prefix=CHECK-N64 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r1 -mattr=n32 | FileCheck %s -check-prefix=CHECK-N32
|
/external/v8/gypfiles/ |
detect_v8_host_arch.py | 56 host_arch = 'mips64el'
|
standalone.gypi | 253 (v8_target_arch=="mips64el" and host_arch!="mips64el") or \ 263 (v8_target_arch=="mips64el" and host_arch!="mips64el") or \ 365 ['target_arch == "mips64el"', { 366 'android_toolchain%': '<(android_ndk_root)/toolchains/mips64el-linux-android-4.9/prebuilt/<(os_folder_name)-<(android_host_arch)/bin', 801 or v8_target_arch=="mips64el")', { [all...] |
/external/clang/test/Driver/ |
freebsd-mips-as.c | 43 // RUN: %clang -target mips64el-unknown-freebsd -### \ 58 // RUN: %clang -target mips64el-unknown-freebsd -mabi=64 -### \
|
/external/tensorflow/tensorflow/contrib/makefile/ |
compile_android_protobuf.sh | 121 toolchain="mips64el-linux-android-4.9" 123 bin_prefix="mips64el-linux-android"
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Triple.cpp | 28 case mips64el:return "mips64el"; 152 if (Name == "mips64el") 153 return mips64el; 313 else if (ArchName == "mips64el") 314 return mips64el;
|
/external/llvm/lib/Support/ |
Triple.cpp | 35 case mips64el: return "mips64el"; 96 case mips64el: return "mips"; 252 .Case("mips64el", mips64el) 372 .Case("mips64el", Triple::mips64el) 597 case Triple::mips64el: [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Triple.cpp | 35 case mips64el: return "mips64el"; 99 case mips64el: return "mips"; 262 .Case("mips64el", mips64el) 385 .Case("mips64el", Triple::mips64el) 619 case Triple::mips64el: [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r6/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/32/mips-r6/ |
libgcc.a | [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/ |
libgcc.a | [all...] |
/external/llvm/test/CodeGen/Mips/cconv/ |
arguments-float.ll | 5 ; RUN-TODO: llc -march=mips64el -relocation-model=static -mattr=+soft-float -target-abi o32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32 %s 8 ; RUN: llc -march=mips64el -relocation-model=static -mattr=+soft-float -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW %s 11 ; RUN: llc -march=mips64el -relocation-model=static -mattr=+soft-float -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,NEW %s
|
arguments-hard-float.ll | 5 ; RUN-TODO: llc -march=mips64el -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32 %s 8 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW %s 11 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,NEW %s
|
arguments.ll | 5 ; RUN-TODO: llc -march=mips64el -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32 %s 8 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW %s 11 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,NEW %s
|
return-struct.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,N32-LE %s 11 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64,N64-LE %s
|
/external/llvm/test/CodeGen/Mips/ |
fmadd1.ll | 11 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 -enable-no-nans-fp-math | FileCheck %s -check-prefixes=ALL,64,64-NONAN 12 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 -enable-no-nans-fp-math | FileCheck %s -check-prefixes=ALL,64R2,64R2-NONAN 13 ; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -target-abi=n64 -enable-no-nans-fp-math | FileCheck %s -check-prefixes=ALL,64R6,64R6-NONAN 17 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s -check-prefixes=ALL,64,64-NAN 18 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 | FileCheck %s -check-prefixes=ALL,64R2,64R2-NAN 19 ; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -target-abi=n64 | FileCheck %s -check-prefixes=ALL,64R6,64R6-NAN
|
fp64a.ll | 21 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,64-NO-FP64A 22 ; RUN: not llc -march=mips64el -mcpu=mips64 -mattr=fp64,nooddspreg < %s 2>&1 | FileCheck %s -check-prefix=64-FP64A
|
bswap.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64
|
mips64-f128.ll | 1 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips4 -mattr=+soft-float -O1 \ 3 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64 -mattr=+soft-float -O1 \ 5 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64r2 -mattr=+soft-float -O1 \ 7 ; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64r6 -mattr=+soft-float -O1 \
|
/external/capstone/suite/ |
test_mc.py | 138 ("CS_ARCH_MIPS", "CS_MODE_MIPS64"): ['-triple=mips64el'], 228 mc_output = run_mc(archs[arch], code, ['-triple=mips64el', '-mcpu=mips64r2'], mc_option)
|
/external/v8/tools/dev/ |
gm.py | 31 ARCHES = ["ia32", "x64", "arm", "arm64", "mipsel", "mips64el", "ppc", "ppc64", 166 if self.arch in ("arm", "arm64", "mipsel", "mips64el", "ppc", "ppc64",
|
/prebuilts/qemu-kernel/ |
build-kernel.sh | 257 CROSSPREFIX=mips64el-linux-android- 260 CROSSPREFIX=mips64el-linux-android-
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
CMakeLists.txt | 6 filter_available_targets(SANITIZER_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
|