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

<<21222324252627282930>>

  /external/clang/test/Driver/
clang-translation.c 262 // RUN: %clang -target mips64-linux-gnu -### -S %s 2>&1 | \
263 // RUN: FileCheck -check-prefix=MIPS64 %s
264 // MIPS64: clang
265 // MIPS64: "-cc1"
266 // MIPS64: "-target-cpu" "mips64r2"
267 // MIPS64: "-mfloat-abi" "hard"
linux-ld.c     [all...]
  /external/llvm/test/CodeGen/Mips/cconv/
callee-saved.ll 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32-INV %s
11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32-INV %s
16 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
18 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64-INV %s
  /external/llvm/test/MC/Mips/
expansion-jal-sym-pic.s 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -show-encoding |\
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 -show-encoding |\
13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=micromips -show-encoding |\
16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 -mattr=micromips -show-encoding |\
cprestore-noreorder.s 13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 --position-independent -show-encoding | \
16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 --position-independent -show-encoding | \
cprestore-reorder.s 13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 --position-independent -show-encoding | \
16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 --position-independent -show-encoding | \
  /art/test/651-checker-char-simd-minmax/src/
Main.java 30 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMin(char[], char[], char[]) loop_optimization (after)
50 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMax(char[], char[], char[]) loop_optimization (after)
70 /// CHECK-START-{ARM64,MIPS64}: void Main.doitMin100(char[], char[]) loop_optimization (after)
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_Mips64r2N64_PIC_relocations.s 5 # RUN: llvm-mc -triple=mips64-unknown-linux -code-model=small -filetype=obj -o %T/test_ELF_Mips64N64.o %s
6 # RUN: llc -mtriple=mips64-unknown-linux -filetype=obj -o %T/test_ELF_ExternalFunction_Mips64N64.o %S/Inputs/ExternalFunction.ll
7 # RUN: llvm-rtdyld -triple=mips64-unknown-linux -verify -map-section test_ELF_Mips64N64.o,.text=0x1000 -map-section test_ELF_ExternalFunction_Mips64N64.o,.text=0x10000 -check=%s %/T/test_ELF_Mips64N64.o %T/test_ELF_ExternalFunction_Mips64N64.o
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
Mips.td 67 def FeatureMips64 : SubtargetFeature<"mips64", "MipsArchVersion",
68 "Mips64", "Mips64 ISA Support",
  /external/tensorflow/tensorflow/contrib/makefile/
compile_android_protobuf.sh 31 arm64-v8a armeabi armeabi-v7a armeabi-v7a-hard mips mips64 x86 x86_64)"
120 elif [[ ${ARCHITECTURE} == "mips64" ]]; then
122 sysroot_arch="mips64"
  /external/valgrind/VEX/pub/
libvex_guest_mips64.h 44 /*--- Vex's representation of the MIPS64 CPU state. ---*/
158 /*--- Utility functions for MIPS64 guest stuff. ---*/
163 /* Initialise all guest MIPS64 state. */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips-elf-flags.exp 154 regsize_conflict { "-mips32 -32" "-mips64 -mabi=o64" }
155 regsize_conflict { "-mips32r2 -32" "-mips64 -mabi=o64" }
169 good_combination { "-mips3 -32" "-mips64r2 -32" " -mips64 -32" } { mips64r2 }
  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 27 // Instruction set features relevant to the MIPS64 architecture.
  /bionic/libc/bionic/
sys_msg.cpp 37 // Mips64 is an exception to this, it requires the flag.
sys_sem.cpp 38 // Mips64 is an exception to this, it requires the flag.
sys_shm.cpp 50 // Mips64 is an exception to this, it requires the flag.
  /bionic/libc/tools/
genversion-scripts.py 13 all_arches = ["arm", "arm64", "mips", "mips64", "x86", "x86_64"]
  /cts/hostsidetests/seccomp/app/assets/
syscalls_blocked.json 63 "mips64": {
  /cts/tests/tests/os/jni/
Android.mk 49 ifeq ($(strip $(TARGET_ARCH)),mips64)
  /development/scripts/
stack 32 print " --arch=arm|arm64|mips|mips64|x86|x86_64"
  /external/capstone/cstool/
cstool.c 101 printf(" mips64: mips64 + little endian\n");
102 printf(" mips64be: mips64 + big endian\n");
233 if (!strcmp(mode, "mips64")) {
  /external/fio/
Android.bp 67 mips64: {
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 101 struct mips64_watch_regs mips64; member in union:pt_watch_regs::__anon22540
  /external/libcxxabi/
Android.bp 71 mips64: {
  /external/llvm/lib/Target/Mips/
Mips.td 138 def FeatureMips64 : SubtargetFeature<"mips64", "MipsArchVersion",
139 "Mips64", "Mips64 ISA Support",
204 def : Proc<"mips64", [FeatureMips64]>;

Completed in 1697 milliseconds

<<21222324252627282930>>