HomeSort by relevance Sort by last modified time
    Searched full:mips64 (Results 776 - 800 of 2051) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
cp1-names-mips64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=mips64
2 #name: MIPS CP1 register disassembly (mips64)
mips64-mips3d-incl.d 2 #name: MIPS MIPS64 MIPS-3D ASE instructions
3 #source: mips64-mips3d.s
4 #stderr: mips64-mips3d.l
7 # Check MIPS64 MIPS-3D ASE instruction assembly and disassembly
8 # Same as mips64-mips3d.d, but does not need -mips3d assembler
  /art/test/651-checker-byte-simd-minmax/src/
Main.java 30 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMin(byte[], byte[], byte[]) loop_optimization (after)
61 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMinUnsigned(byte[], byte[], byte[]) loop_optimization (after)
81 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMax(byte[], byte[], byte[]) loop_optimization (after)
112 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMaxUnsigned(byte[], byte[], byte[]) loop_optimization (after)
132 /// CHECK-START-{ARM64,MIPS64}: void Main.doitMin100(byte[], byte[]) loop_optimization (after)
  /art/test/651-checker-short-simd-minmax/src/
Main.java 30 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMin(short[], short[], short[]) loop_optimization (after)
61 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMinUnsigned(short[], short[], short[]) loop_optimization (after)
81 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMax(short[], short[], short[]) loop_optimization (after)
112 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMaxUnsigned(short[], short[], short[]) loop_optimization (after)
132 /// CHECK-START-{ARM64,MIPS64}: void Main.doitMin100(short[], short[]) loop_optimization (after)
  /external/clang/test/Driver/
freebsd.c 70 // RUN: -target mips64-unknown-freebsd10.0 \
71 // RUN: | FileCheck --check-prefix=CHECK-MIPS64 %s
72 // CHECK-MIPS64: "{{[^" ]*}}ld{{[^" ]*}}"
73 // CHECK-MIPS64: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
74 // CHECK-MIPS64-NOT: "--hash-style={{gnu|both}}"
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips64.c 351 return "mips64-linux-valgrind.xml";
353 return "mips64-linux.xml";
359 VexGuestMIPS64State* mips64 = (VexGuestMIPS64State*)&tst->arch.vex; local
363 return (CORE_ADDR**)((CORE_ADDR)mips64->guest_ULR
374 "mips64",
  /art/test/646-checker-hadd-short/src/
Main.java 39 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.halving_add_signed(short[], short[], short[]) loop_optimization (after)
65 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.halving_add_signed_alt(short[], short[], short[]) loop_optimization (after)
101 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.halving_add_unsigned(short[], short[], short[]) loop_optimization (after)
124 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.rounding_halving_add_signed(short[], short[], short[]) loop_optimization (after)
147 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.rounding_halving_add_signed_alt(short[], short[], short[]) loop_optimization (after)
174 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.rounding_halving_add_signed_alt2(short[], short[], short[]) loop_optimization (after)
212 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.rounding_halving_add_unsigned(short[], short[], short[]) loop_optimization (after)
249 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.rounding_halving_add_unsigned_alt(short[], short[], short[]) loop_optimization (after)
272 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.halving_add_signed_constant(short[], short[]) loop_optimization (after)
306 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.halving_add_unsigned_constant(short[], short[]) loop_optimization (after
    [all...]
  /art/test/661-checker-simd-reduc/src/
Main.java 65 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionInt(int[]) loop_optimization (after)
99 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionIntChain() loop_optimization (after)
143 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionIntToLoop(int[]) loop_optimization (after)
174 /// CHECK-START-{ARM64,MIPS64}: long Main.reductionLong(long[]) loop_optimization (after)
226 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionIntM1(int[]) loop_optimization (after)
254 /// CHECK-START-{ARM64,MIPS64}: long Main.reductionLongM1(long[]) loop_optimization (after)
305 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionMinusInt(int[]) loop_optimization (after)
333 /// CHECK-START-{ARM64,MIPS64}: long Main.reductionMinusLong(long[]) loop_optimization (after)
385 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionMinInt(int[]) loop_optimization (after)
445 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.reductionMaxInt(int[]) loop_optimization (after
    [all...]
  /external/valgrind/coregrind/
Makefile.in 273 m_dispatch/dispatch-mips64-linux.S \
289 m_gdbserver/valgrind-low-mips64.c m_gdbserver/version.c \
306 m_sigframe/sigframe-mips64-linux.c \
317 m_syswrap/syscall-mips64-linux.S \
331 m_syswrap/syswrap-mips64-linux.c \
419 m_dispatch/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-dispatch-mips64-linux.$(OBJEXT) \
440 m_gdbserver/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-valgrind-low-mips64.$(OBJEXT) \
464 m_sigframe/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-sigframe-mips64-linux.$(OBJEXT) \
477 m_syswrap/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syscall-mips64-linux.$(OBJEXT) \
496 m_syswrap/libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syswrap-mips64-linux.$(OBJEXT)
    [all...]
  /external/boringssl/src/third_party/android-cmake/
android.toolchain.cmake 79 # "mips64" - MIPS64 instruction set (r6)
181 # Also ARMEABI or ARMEABI_V7A or X86 or MIPS or ARM64_V8A or X86_64 or MIPS64
239 set( ANDROID_SUPPORTED_ABIS_mips64 "mips64" )
519 set( __availableToolchainArchs "mips64" )
562 set( __arch "mips64" )
659 elseif( ANDROID_ABI STREQUAL "mips64" )
660 set( MIPS64 true )
661 set( ANDROID_NDK_ABI_NAME "mips64" )
662 set( ANDROID_ARCH_NAME "mips64" )
    [all...]
  /art/compiler/jni/quick/
calling_convention.cc 34 #include "jni/quick/mips64/calling_convention_mips64.h"
78 new (allocator) mips64::Mips64ManagedRuntimeCallingConvention(
180 new (allocator) mips64::Mips64JniCallingConvention(
  /art/compiler/optimizing/
codegen_test_utils.h 26 #include "arch/mips64/instruction_set_features_mips64.h"
27 #include "arch/mips64/registers_mips64.h"
385 mips64::CodeGeneratorMIPS64(graph, *features_mips64.get(), compiler_options);
  /development/vndk/tools/vtable-dumper/tests/
test_vndk_vtable_dumper.py 151 Target('mips64', 'mips64el-linux-android',
156 get_prebuilts_ndk(top, ['arch-mips64', 'usr', 'include']),
157 get_prebuilts_ndk(top, ['arch-mips64', 'usr', 'lib64'])),
  /external/clang/test/CodeGen/
mips-varargs.c 3 // RUN: %clang_cc1 -triple mips64-unknown-linux -o - -emit-llvm -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32 -check-prefix=NEW
4 // RUN: %clang_cc1 -triple mips64-unknown-linux -o - -emit-llvm -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32 -check-prefix=NEW
5 // RUN: %clang_cc1 -triple mips64-unknown-linux -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=N64 -check-prefix=NEW
  /external/llvm/test/CodeGen/Mips/cconv/
arguments-hard-float-varargs.ll 4 ; RUN-TODO: llc -march=mips64 -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32 %s
7 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,N32,NEW,NEWBE %s
10 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,N64,NEW,NEWBE %s
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 52 mips64, // MIPS64: mips64 enumerator in enum:llvm::Triple::ArchType
  /art/build/
Android.common.mk 20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 17 #include "linker/mips64/relative_patcher_mips64.h"
  /art/compiler/linker/
relative_patcher.cc 30 #include "linker/mips64/relative_patcher_mips64.h"
  /art/runtime/arch/mips64/
instruction_set_features_mips64.cc 35 LOG(WARNING) << "Unexpected CPU variant for Mips64 using defaults: " << variant;
  /art/runtime/entrypoints/quick/
quick_entrypoints.h 88 // Compilers for ARM, ARM64, MIPS, MIPS64 can insert a call to these
  /art/test/603-checker-instanceof/src/
Main.java 62 /// CHECK-START-{ARM,ARM64,MIPS,MIPS64}: boolean Main.$noinline$instanceOfString(java.lang.Object) disassembly (after)
  /art/test/660-checker-simd-sad-int/src/
Main.java 34 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.sadInt2Int(int[], int[]) loop_optimization (after)
91 /// CHECK-START-{ARM,ARM64,MIPS64}: int Main.sadInt2IntAlt2(int[], int[]) loop_optimization (after)
127 /// CHECK-START-{ARM64,MIPS64}: long Main.sadInt2Long(int[], int[]) loop_optimization (after)
164 /// CHECK-START-{ARM64,MIPS64}: long Main.sadInt2LongAt1(int[], int[]) loop_optimization (after)
  /bionic/libc/include/bits/
elf_mips.h 122 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */
  /cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
SeccompDeviceTest.java 92 return "mips64";

Completed in 1179 milliseconds

<<31323334353637383940>>