OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64
(Results
126 - 150
of
527
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/toolchains/llvm-3.4/
setup.mk
122
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/arch-
mips64
123
TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-
mips64
/gdbserver/gdbserver
124
TARGET_ARCH_ABI :=
mips64
212
ifneq ($(filter %
mips64
,$(TARGET_ARCH_ABI)),)
214
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/arch-
mips64
215
TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-
mips64
/gdbserver/gdbserver
216
TARGET_ARCH_ABI :=
mips64
218
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/
mips64
/libportable.a $(TARGET_LDLIBS)
219
TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/
mips64
/libportable.wrap
/external/llvm/test/CodeGen/Mips/cconv/
callee-saved-float.ll
6
; RUN-TODO: llc -march=
mips64
-mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
8
; RUN-TODO: llc -march=
mips64
-mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=O32-INV %s
11
; RUN: llc -march=
mips64
-mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
13
; RUN: llc -march=
mips64
-mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=N32-INV %s
16
; RUN: llc -march=
mips64
-mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
18
; RUN: llc -march=
mips64
-mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=N64-INV %s
arguments-fp128.ll
1
; RUN: llc -march=
mips64
-relocation-model=static -soft-float -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 %s
4
; RUN: llc -march=
mips64
-relocation-model=static -soft-float -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 %s
arguments-hard-fp128.ll
1
; RUN: llc -march=
mips64
-relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 %s
4
; RUN: llc -march=
mips64
-relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 %s
callee-saved-fpxx1.ll
7
; RUN-TODO: llc -march=
mips64
-mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
memory-layout.ll
4
; RUN-TODO: llc -march=
mips64
-mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
7
; RUN: llc -march=
mips64
-mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
10
; RUN: llc -march=
mips64
-mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
return.ll
4
; RUN-TODO: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
7
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
10
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
/ndk/build/tools/
dev-defaults.sh
14
PREBUILT_ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard arm64-v8a x86_64
mips64
"
74
DEFAULT_ARCHS="arm x86 mips arm64 x86_64
mips64
"
137
x86|x86_64|mips|
mips64
)
141
2> echo "ERROR: Unsupported architecture name: $1, use one of: arm arm64 x86 x86_64 mips
mips64
"
162
x86|x86_64|mips|
mips64
)
166
2> echo "ERROR: Unsupported architecture name: $1, use one of: arm arm64 x86 x86_64 mips
mips64
"
/external/llvm/test/CodeGen/Mips/
divrem.ll
4
; RUN: llc -march=
mips64
-mcpu=
mips64
-verify-machineinstrs < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC64 -check-prefix=ACC64-TRAP
5
; RUN: llc -march=
mips64
-mcpu=mips64r2 -verify-machineinstrs < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC64 -check-prefix=ACC64-TRAP
6
; RUN: llc -march=
mips64
-mcpu=mips64r6 -verify-machineinstrs < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=GPR64-TRAP
11
; RUN: llc -march=
mips64
-mcpu=
mips64
-mno-check-zero-division < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC64 -check-prefix=NOCHECK
12
; RUN: llc -march=
mips64
-mcpu=mips64r2 -mno-check-zero-division < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC64 -check-prefix=NOCHECK
13
; RUN: llc -march=
mips64
-mcpu=mips64r6 -mno-check-zero-division < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=NOCHECK
mips64fpldst.ll
3
; RUN: llc < %s -march=mips64el -mcpu=
mips64
-mattr=-n64,n64 | FileCheck %s -check-prefix=CHECK-N64
4
; RUN: llc < %s -march=mips64el -mcpu=
mips64
-mattr=-n64,n32 | FileCheck %s -check-prefix=CHECK-N32
mips64imm.ll
2
; RUN: llc -march=mips64el -mcpu=
mips64
< %s | FileCheck %s
optimize-fp-math.ll
3
; RUN: llc -march=mips64el -mcpu=
mips64
< %s | FileCheck %s -check-prefix=64
/external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s
3
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=
mips64
\
/external/llvm/test/MC/Mips/
mips_directives.s
68
# CHECK: .set
mips64
70
.set
mips64
/external/valgrind/main/tests/
arch_test.c
33
"
mips64
",
70
if ( 0 == strcmp( arch, "
mips64
" ) ) return True;
/bionic/linker/
Android.mk
19
LOCAL_SRC_FILES_mips64 := arch/
mips64
/begin.S
/development/ndk/samples/hello-jni/jni/
hello-jni.c
53
#define ABI "
mips64
"
/external/llvm/test/MC/Mips/mips64r6/
invalid-mips1-wrong-error.s
3
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r6 \
valid-xfail.s
5
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r6 | not FileCheck %s
/external/valgrind/main/coregrind/
Makefile.am
340
m_dispatch/dispatch-
mips64
-linux.S \
359
m_gdbserver/valgrind-low-
mips64
.c \
381
m_sigframe/sigframe-
mips64
-linux.c \
392
m_syswrap/syscall-
mips64
-linux.S \
408
m_syswrap/syswrap-
mips64
-linux.c \
596
m_gdbserver/
mips64
-cp0-valgrind-s1.xml \
597
m_gdbserver/
mips64
-cp0-valgrind-s2.xml \
598
m_gdbserver/
mips64
-cp0.xml \
599
m_gdbserver/
mips64
-cpu-valgrind-s1.xml \
600
m_gdbserver/
mips64
-cpu-valgrind-s2.xml
[
all
...]
/frameworks/rs/cpu_ref/
Android.mk
18
LOCAL_MODULE_TARGET_ARCH := arm mips
mips64
x86 x86_64 arm64
/system/core/include/cutils/
atomic-inline.h
55
#include <cutils/atomic-
mips64
.h>
/cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java
69
ABIS_64BIT.add("
mips64
");
78
MIPS_ABIS.add("
mips64
");
85
ARCH_TO_ABIS.put("
mips64
", MIPS_ABIS);
/external/clang/test/Driver/
linux-ld.c
[
all
...]
/build/core/combo/
TARGET_linux-mips64.mk
17
# Configuration for Linux on
MIPS64
.
21
# than
mips64
. Each value should correspond to a file named
82
android_config_h := $(call select-android-config-h,linux-
mips64
)
149
$(libc_root)/arch-
mips64
/include \
156
# TODO: perhaps use $(libm_root)/include/
mips64
instead of mips ?
Completed in 415 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>