Home
last modified time | relevance | path

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

12345678910>>...12

/external/valgrind/memcheck/tests/vbit-test/
Dirops.c39 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
40 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
41 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
42 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }…
43 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
44 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 },
45 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
46 …T), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }…
47 …T), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 },
48 …T), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 },
[all …]
/external/valgrind/VEX/auxprogs/
Dgenoffsets.c194 GENOFFSET(MIPS32,mips32,r0); in foo()
195 GENOFFSET(MIPS32,mips32,r1); in foo()
196 GENOFFSET(MIPS32,mips32,r2); in foo()
197 GENOFFSET(MIPS32,mips32,r3); in foo()
198 GENOFFSET(MIPS32,mips32,r4); in foo()
199 GENOFFSET(MIPS32,mips32,r5); in foo()
200 GENOFFSET(MIPS32,mips32,r6); in foo()
201 GENOFFSET(MIPS32,mips32,r7); in foo()
202 GENOFFSET(MIPS32,mips32,r8); in foo()
203 GENOFFSET(MIPS32,mips32,r9); in foo()
[all …]
/external/libvpx/
Dgenerate_config.sh230 gen_config_files mips32 "--target=mips32-linux-gcc --disable-dspr2 --disable-msa ${all_platforms}"
231 gen_config_files mips32-dspr2 "--target=mips32-linux-gcc --enable-dspr2 ${all_platforms}"
232 gen_config_files mips32-msa "--target=mips32-linux-gcc --enable-msa ${all_platforms}"
247 lint_config mips32
248 lint_config mips32-dspr2
249 lint_config mips32-msa
265 gen_rtcd_header mips32 mips32
266 gen_rtcd_header mips32-dspr2 mips32
267 gen_rtcd_header mips32-msa mips32
282 gen_source_list mips32
[all …]
DAndroid.bp.in46 local_include_dirs: ["config/mips32"],
51 local_include_dirs: ["config/mips32-dspr2"],
57 local_include_dirs: ["config/mips32-msa"],
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dsimplestorefp1.ll3 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
7 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
8 ; RUN: < %s | FileCheck %s -check-prefix=mips32
41 ; mips32: .ent d1
42 ; mips32: lui $[[REG1a:[0-9]+]], 16371
43 ; mips32: ori $[[REG2a:[0-9]+]], $[[REG1a]], 49353
44 ; mips32: lui $[[REG1b:[0-9]+]], 21403
45 ; mips32: ori $[[REG2b:[0-9]+]], $[[REG1b]], 34951
46 ; mips32: mtc1 $[[REG2b]], $f[[REG3:[0-9]+]]
47 ; mips32: mtc1 $[[REG2a]], $f{{[0-9]+}}
[all …]
Dloadstoreconv.ll3 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
7 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
8 ; RUN: < %s | FileCheck %s -check-prefix=mips32
72 ; mips32-LABEL: .ent _Z4sc_iv
82 ; mips32: lbu $[[REG1:[0-9]+]], 0(${{[0-9]+}})
83 ; mips32: sll $[[REG2:[0-9]+]], $[[REG1]], 24
84 ; mips32: sra ${{[0-9]+}}, $[[REG2]], 24
110 ; mips32=LABEL: .ent _Z4ss_iv
120 ; mips32: lhu $[[REG1:[0-9]+]], 0(${{[0-9]+}})
121 ; mips32: sll $[[REG2:[0-9]+]], $[[REG1]], 16
[all …]
/external/valgrind/none/tests/mips32/
DMakefile.am9 bug320057-mips32.stdout.exp bug320057-mips32.stderr.exp \
10 bug320057-mips32.vgtest \
13 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \
21 MIPS32int.stdout.exp-mips32-BE MIPS32int.stdout.exp-mips32r2-BE \
22 MIPS32int.stdout.exp-mips32-LE MIPS32int.stdout.exp-mips32r2-LE \
39 vfp.stdout.exp-mips32-BE vfp.stdout.exp-mips32r2-BE \
40 vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp \
58 bug320057-mips32 \
DMakefile.in128 bug320057-mips32$(EXEEXT) mips32_dsp$(EXEEXT) \
132 subdir = none/tests/mips32
175 bug320057_mips32_SOURCES = bug320057-mips32.c
176 bug320057_mips32_OBJECTS = bug320057-mips32.$(OBJEXT)
258 block_size.c branches.c bug320057-mips32.c change_fp_mode.c \
264 block_size.c branches.c bug320057-mips32.c change_fp_mode.c \
665 bug320057-mips32.stdout.exp bug320057-mips32.stderr.exp \
666 bug320057-mips32.vgtest \
669 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \
677 MIPS32int.stdout.exp-mips32-BE MIPS32int.stdout.exp-mips32r2-BE \
[all …]
/external/llvm/test/MC/Mips/
Dset-mips-directives.s16 .set mips32 define
20 .set mips32 define
23 .set mips32 define
52 # CHECK: .set mips32
56 # CHECK: .set mips32
59 # CHECK: .set mips32
Dset-arch.s1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32 | \
15 .set arch=mips32
19 .set arch=mips32
22 .set arch=mips32
54 # CHECK: .set arch=mips32
Ddirective-ent.s4 # RUN: llvm-mc -mcpu=mips32 -triple mips-unknown-unknown %s | \
6 # RUN: llvm-mc -filetype=obj -mcpu=mips32 -triple mips-unknown-unknown %s | \
10 # RUN: llvm-mc -mcpu=mips32 -mattr=micromips -triple mips-unknown-unknown %s | \
12 # RUN: llvm-mc -filetype=obj -mcpu=mips32 -mattr=micromips \
Dllvm-mc-fixup-endianness.s1 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefi…
2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-pre…
Delf_eflags_nan2008.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
Dcprestore-reorder.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent -show-encoding | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent -filetype=obj -o -| \
7 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+micromips --position-independent -show-encoding |…
10 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -show-encoding | \
Dcprestore-noreorder.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent -show-encoding | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent -filetype=obj -o -| \
7 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+micromips --position-independent -show-encoding |…
10 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -show-encoding | \
Delf_eflags_nanlegacy.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
Delf_eflags_micromips.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 \
4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
Dmodule-softfloat.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
Dmodule-hardfloat.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
/external/valgrind/drd/tests/
DMakefile.am72 annotate_trace_memory.stderr.exp-mips32 \
76 annotate_trace_memory_xml.stderr.exp-mips32 \
111 fp_race.stderr.exp-mips32-be \
112 fp_race.stderr.exp-mips32-le \
117 fp_race_xml.stderr.exp-mips32-be \
118 fp_race_xml.stderr.exp-mips32-le \
240 sem_as_mutex.stderr.exp-mips32-be \
241 sem_as_mutex.stderr.exp-mips32-le \
246 sem_as_mutex3.stderr.exp-mips32-be \
247 sem_as_mutex3.stderr.exp-mips32-le \
[all …]
/external/swiftshader/third_party/subzero/tests_lit/assembler/mips32/
Dencoding_trap.ll6 ; RUN: %p2i --filetype=asm -i %s --target=mips32 --args -O2 \
11 ; RUN: %p2i --filetype=asm -i %s --target=mips32 --assemble --disassemble \
16 ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --args -O2 \
21 ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --assemble --disassemble \
/external/llvm/test/CodeGen/Mips/
Dabicalls.ll1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o …
2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=pic %s -o - |…
6 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr noabicalls -relocation-m…
Dfp16mix.ll1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -mips32-f…
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -mips32-f…
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -mips32-f…
Dabiflags32.ll1 ; 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…
/external/valgrind/helgrind/tests/
DMakefile.am95 tc18_semabuse.stderr.exp-linux-mips32 \
96 tc18_semabuse.stderr.exp-linux-mips32-b \
99 tc19_shadowmem.stderr.exp tc19_shadowmem.stderr.exp-mips32 \
104 tc20_verifywrap.stderr.exp-mips32 \
105 tc20_verifywrap.stderr.exp-mips32-b \
115 tc23_bogus_condwait.stderr.exp-mips32 \

12345678910>>...12