HomeSort by relevance Sort by last modified time
    Searched full:mips32 (Results 51 - 75 of 368) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips32/
invalid-mips64.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32 \
  /external/llvm/test/MC/Mips/
set-defined-symbol.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
set-nodsp.s 1 # RUN: not llvm-mc %s -mcpu=mips32 -mattr=+dsp -triple mips-unknown-linux 2>%t1
cfi.s 1 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32 | \
micromips-alias.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
nooddspreg-error.s 1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 2> %t0 | \
set-at-noat-bad-syntax.s 1 # RUN: not llvm-mc %s -triple=mips-unknown-unknown -mcpu=mips32 2>%t1
  /external/llvm/test/CodeGen/Mips/
abiflags32.ll 1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck %s
2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr=fp64 %s -o - | FileCheck -check-prefix=CHECK-64 %s
mips16_32_1.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileCheck %s
fabs.ll 9 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 | FileCheck %s
11 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s
fneg.ll 9 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 | FileCheck %s
11 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s
  /external/valgrind/
README.mips 4 - MIPS32 and MIPS64 platforms are currently supported.
6 - MIPS DSP ASE on MIPS32 platforms is supported.
15 CFLAGS="-mips32r2", CFLAGS="-mips32" or CFLAGS="-mips64" or
37 * --build=mips-linux is needed if you want to build it for MIPS32 on 64-bit
40 * If you are compiling Valgrind for mips32 with gcc version older then
  /device/generic/mips/
BoardConfig.mk 10 TARGET_ARCH_VARIANT := mips32-fp
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 26 * but we keep the old value on MIPS32,
sgidefs.h 24 * With the introduction of MIPS32 / MIPS64 instruction sets definitions
  /external/libvpx/mips/
vpx_config.c 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/vigneshv/Downloads/android-ndk-r10 --disable-examples --disable-docs --enable-realtime-only";
  /external/libvpx/mips-dspr2/
vpx_config.c 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/vigneshv/Downloads/android-ndk-r10 --enable-dspr2 --disable-examples --disable-docs --enable-realtime-only";
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
simplestore.ll 3 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort=1 -mcpu=mips32 \
  /external/llvm/test/CodeGen/Mips/msa/
elm_insv.ll 5 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32
7 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32
95 ; MIPS32-DAG: lw [[R1:\$[0-9]+]], 0(
96 ; MIPS32-DAG: lw [[R2:\$[0-9]+]], 4(
98 ; MIPS32-DAG: ld.w [[R3:\$w[0-9]+]],
100 ; MIPS32-DAG: insert.w [[R3]][2], [[R1]]
101 ; MIPS32-DAG: insert.w [[R3]][3], [[R2]]
103 ; MIPS32-DAG: st.w [[R3]],
123 ; MIPS32-DAG: lw [[R1:\$[0-9]+]], %got(llvm_mips_insve_b_ARG1)(
124 ; MIPS32-DAG: lw [[R2:\$[0-9]+]], %got(llvm_mips_insve_b_ARG3)
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/msa/
test_vec.txt 1 # RUN: llvm-mc --disassemble %s -triple=mips-unknown-linux -mcpu=mips32 -mattr=+msa | FileCheck %s
  /external/valgrind/gdbserver_tests/
nlself_invalidate.vgtest 7 prereq: test -e gdb && ( ../tests/arch_test amd64 || ../tests/arch_test mips32 || ../tests/arch_test mips64 )
  /external/valgrind/none/tests/
allexec_prepare_prereq 35 pair mips32 mips64
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.c 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/hkuang/Downloads/android-ndk-r8e --disable-vp9-encoder --disable-examples --disable-docs --enable-realtime-only";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.c 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/hkuang/Downloads/android-ndk-r8e --disable-vp9-encoder --enable-dspr2 --disable-examples --disable-docs --enable-realtime-only";
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.h 1 //===-- MipsSERegisterInfo.h - Mips32/64 Register Information ---*- C++ -*-===//
10 // This file contains the Mips32/64 implementation of the TargetRegisterInfo

Completed in 1267 milliseconds

1 23 4 5 6 7 8 91011>>