Home
last modified time | relevance | path

Searched refs:mips32 (Results 1 – 25 of 76) sorted by relevance

1234

/external/valgrind/main/none/tests/mips32/
DMakefile.am8 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \
15 MIPS32int.stdout.exp MIPS32int.stdout.exp-BE MIPS32int.stdout.exp-mips32 \
19 vfp.stdout.exp vfp.stdout.exp-BE vfp.stdout.exp-mips32 vfp.stderr.exp \
DMakefile.in61 subdir = none/tests/mips32
351 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32
352 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -mips32 -g
397 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \
404 MIPS32int.stdout.exp MIPS32int.stdout.exp-BE MIPS32int.stdout.exp-mips32 \
408 vfp.stdout.exp vfp.stdout.exp-BE vfp.stdout.exp-mips32 vfp.stderr.exp \
427 $(AUTOMAKE) --foreign none/tests/mips32/Makefile
/external/valgrind/main/include/
DMakefile.am52 vki/vki-posixtypes-mips32-linux.h \
59 vki/vki-mips32-linux.h \
66 vki/vki-scnums-mips32-linux.h \
/external/llvm/test/CodeGen/Mips/
Dseleq.ll13 define void @calc_seleq() nounwind "target-cpu"="mips32" "target-features"="+o32,+mips32" {
82 attributes #0 = { nounwind "target-cpu"="mips32" "target-features"="+o32,+mips32" }
Dfabs.ll1 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 | FileCheck %s -check-prefix=32
5 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s -che…
Dtrap.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
Drdhwr-directives.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s
Dfneg.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s
Dmips16_32_1.ll2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileChec…
Dfpnotneeded.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-os16 | FileCheck %s…
Dmips16_32_9.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
Deh-dwarf-cfa.ll1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
Dfcopysign.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=32
/external/valgrind/main/cachegrind/
DMakefile.in84 cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32.$(OBJEXT)
91 cg-s390x.c cg-mips32.c
100 cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-cg-mips32.$(OBJEXT)
422 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32
423 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -mips32 -g
546 $(top_builddir)/coregrind/libreplacemalloc_toolpreload-mips32-linux.a
616 cg-mips32.c
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-cg-mips32
926 cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32.o: cg-mips32.c
[all …]
DMakefile.am50 cg-mips32.c
/external/llvm/test/MC/Mips/
Dabicalls.ll8 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o …
9 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-pref…
Delf_eflags.ll19 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o …
20 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | llvm-readobj -h | Fil…
Delf-reginfo.ll3 ; RUN: llc -filetype=obj -march=mipsel -mcpu=mips32 %s -o - \
/external/libvpx/libvpx/build/make/
Drtcd.sh339 mips32)
340 ALL_ARCHS=$(filter mips32)
344 ALL_ARCHS=$(filter mips32 dspr2)
/external/valgrind/main/none/tests/
Dallexec_prepare_prereq35 pair mips32 mips_unexisting_in_64bits
DMakefile.am26 SUBDIRS += mips32 subdir
42 DIST_SUBDIRS = x86 amd64 ppc32 ppc64 arm s390x mips32 linux darwin x86-linux .
62 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \
/external/llvm/lib/Target/Mips/
DMips.td59 def FeatureMips32 : SubtargetFeature<"mips32", "MipsArchVersion", "Mips32",
91 def : Proc<"mips32", [FeatureMips32]>;
/external/valgrind/main/callgrind/
DMakefile.in93 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32.$(OBJEXT)
102 ../cachegrind/cg-s390x.c ../cachegrind/cg-mips32.c
123 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-cg-mips32.$(OBJEXT)
439 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32
440 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -mips32 -g
563 $(top_builddir)/coregrind/libreplacemalloc_toolpreload-mips32-linux.a
647 ../cachegrind/cg-mips32.c
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32.…
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-cg-mips32.…
1125 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-cg-mips32.o: ../cachegrind/cg-mips32.c
[all …]
/external/valgrind/main/coregrind/
DMakefile.in176 m_dispatch/dispatch-mips32-linux.S \
188 m_gdbserver/valgrind-low-mips32.c m_gdbserver/version.c \
202 m_sigframe/sigframe-mips32-linux.c \
209 m_syswrap/syscall-mips32-linux.S \
218 m_syswrap/syswrap-mips32-linux.c \
286 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-dispatch-mips32-linux.$(OBJEXT) \
303 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-valgrind-low-mips32.$(OBJEXT) \
323 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-sigframe-mips32-linux.$(OBJEXT) \
332 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syscall-mips32-linux.$(OBJEXT) \
346 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-syswrap-mips32-linux.$(OBJEXT) \
[all …]
DMakefile.am306 m_dispatch/dispatch-mips32-linux.S \
323 m_gdbserver/valgrind-low-mips32.c \
343 m_sigframe/sigframe-mips32-linux.c \
352 m_syswrap/syscall-mips32-linux.S \
366 m_syswrap/syswrap-mips32-linux.c \

1234