HomeSort by relevance Sort by last modified time
    Searched full:mips64 (Results 176 - 200 of 527) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /external/llvm/lib/Support/
Triple.cpp 31 case mips64: return "mips64";
81 case mips64:
190 .Case("mips64", mips64)
273 .Cases("mips64", "mips64eb", Triple::mips64)
816 case llvm::Triple::mips64:
877 case Triple::mips64: T.setArch(Triple::mips); break;
910 case Triple::mips64
    [all...]
  /ndk/build/tools/
make-standalone-toolchain.sh 99 ARCH=mips64
125 *mips64)
126 ARCH=mips64
199 arm64|x86_64|mips64)
416 mips64)
505 if [ "$ARCH" = "x86_64" -o "$ARCH" = "mips64" ]; then
535 x86|x86_64|mips|mips64)
683 mips64)
685 copy_stl_libs mips64 "32/bits" "32/bits" "" "lib"
686 copy_stl_libs mips64 "bits" "bits" "../lib64" "lib64
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 106 mips64_var_dict = generate_var_dict(tmp_folder, main_gyp_file, 'mips64',
194 'mips64'))
  /external/clang/test/Driver/
frame-pointer.c 23 // RUN: %clang -target mips64-linux-gnu -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s
24 // RUN: %clang -target mips64-linux-gnu -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s
  /external/llvm/test/CodeGen/Mips/cconv/
callee-saved-fpxx.ll 6 ; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=ALL --check-prefix=O32-FPXX %s
8 ; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=ALL --check-prefix=O32-FPXX-INV --check-prefix=O32-FPXX-INV %s
arguments-hard-float-varargs.ll 4 ; RUN-TODO: llc -march=mips64 -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
7 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=N32 --check-prefix=NEW %s
10 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=N64 --check-prefix=NEW %s
  /external/llvm/test/CodeGen/Mips/
elf_eflags.ll 29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %s
fcopysign-f32-f64.ll 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64
fcopysign.ll 4 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64
  /external/llvm/test/MC/Mips/mips64/
valid-xfail.s 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64 | not FileCheck %s
  /external/llvm/test/MC/Mips/
mips64-register-names-n32-n64.s 1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding | FileCheck %s
2 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
  /external/skia/platform_tools/android/bin/
gyp_to_android.py 106 mips64_var_dict = generate_var_dict(tmp_folder, main_gyp_file, 'mips64',
194 'mips64'))
  /external/valgrind/main/coregrind/
link_tool_exe_linux.in 72 # For mips32 or mips64 we need to use "--section-start=.reginfo=$ala" or
82 } elsif (($arch eq 'mips64') || ($arch eq 'mips64el') ||
Makefile.in 195 m_dispatch/dispatch-mips64-linux.S \
209 m_gdbserver/valgrind-low-mips64.c m_gdbserver/version.c \
225 m_sigframe/sigframe-mips64-linux.c \
234 m_syswrap/syscall-mips64-linux.S \
245 m_syswrap/syswrap-mips64-linux.c \
321 m_dispatch/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-dispatch-mips64-linux.$(OBJEXT) \
340 m_gdbserver/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-valgrind-low-mips64.$(OBJEXT) \
362 m_sigframe/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-sigframe-mips64-linux.$(OBJEXT) \
373 m_syswrap/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syscall-mips64-linux.$(OBJEXT) \
389 m_syswrap/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syswrap-mips64-linux.$(OBJEXT)
    [all...]
  /external/compiler-rt/
Android.mk 229 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
283 define get-libcompiler-rt-mips64-source-files
286 $(libcompiler_rt_mips64_SRC_FILES),mips64)
332 LOCAL_SRC_FILES_mips64 := $(call get-libcompiler-rt-source-files,mips64)
335 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
375 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 117 string DecoderNamespace = "Mips64";
133 string DecoderNamespace = "Mips64";
142 let DecoderNamespace = "Mips64";
264 let DecoderNamespace = "Mips64" in
288 let DecoderNamespace = "Mips64" in {
321 let DecoderNamespace = "Mips64" in {
371 let DecoderNamespace = "Mips64";
384 let DecoderNamespace = "Mips64";
391 let DecoderNamespace = "Mips64" in {
444 let DecoderNamespace="Mips64" in
    [all...]
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 42 ABI_TO_INSTRUCTION_SET_MAP.put("mips64", "mips64");
333 "mips64".equals(instructionSet);
  /bionic/libc/kernel/uapi/asm-mips/asm/
ptrace.h 86 struct mips64_watch_regs mips64; member in union:pt_watch_regs::__anon205
  /bionic/libc/tools/
bionic_utils.py 5 all_arches = [ "arm", "arm64", "mips", "mips64", "x86", "x86_64" ]
  /build/core/
dex_preopt_libart_boot.mk 11 # mips64, x86, x86_64.
  /development/ndk/platforms/android-L/arch-mips/include/asm/
ptrace.h 86 struct mips64_watch_regs mips64; member in union:pt_watch_regs::__anon1840
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
ptrace.h 86 struct mips64_watch_regs mips64; member in union:pt_watch_regs::__anon1851
  /external/libhevc/
decoder.mk 88 include $(LOCAL_PATH)/decoder.mips64.mk
  /external/libunwind/
Android.mk 64 # Since mips and mips64 use the same source, only generate includes/srcs
69 libunwind_arches := $(generate_arches) mips64
189 # mips and mips64 use the same sources but define _MIP_SIM differently
192 # mips64 uses n64 abi (_MIPS_SIM == _ABI64).

Completed in 826 milliseconds

1 2 3 4 5 6 78 91011>>