| /external/valgrind/none/tests/mips32/ | 
| bug320057-mips32.vgtest | 1 prog: bug320057-mips32 
 | 
| mips32_dsp.vgtest | 2 prereq: ../../../tests/mips_features mips32-dsp 
 | 
| mips32_dspr2.vgtest | 2 prereq: ../../../tests/mips_features mips32-dspr2 
 | 
| Makefile.am | 9 	FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \ 16 	MIPS32int.stdout.exp-mips32-BE MIPS32int.stdout.exp-mips32r2-BE \
 17 	MIPS32int.stdout.exp-mips32-LE MIPS32int.stdout.exp-mips32r2-LE \
 21 	vfp.stdout.exp-mips32-BE vfp.stdout.exp-mips32r2-BE \
 22 	vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp \
 25 	bug320057-mips32.stdout.exp bug320057-mips32.stderr.exp \
 26 	bug320057-mips32.vgtest \
 52 	bug320057-mips32 \
 
 | 
| /external/valgrind/VEX/auxprogs/ | 
| genoffsets.c | 194    // MIPS32 195    GENOFFSET(MIPS32,mips32,r0);
 196    GENOFFSET(MIPS32,mips32,r1);
 197    GENOFFSET(MIPS32,mips32,r2);
 198    GENOFFSET(MIPS32,mips32,r3);
 199    GENOFFSET(MIPS32,mips32,r4)
 [all...]
 | 
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ | 
| elf_arch_mips32.d | 1 # name: ELF MIPS32 markings 4 # as: -32 -march=mips32
 7 private flags = 5.......: .*\[mips32\].*
 11 ISA: MIPS32
 
 | 
| mips32-imm.s | 1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions 9 	# 20 bits accepted for MIPS32
 
 | 
| micromips@mips32-imm.d | 2 #name: MIPS MIPS32 WAIT and SDBBP instructions 3 #source: micromips@mips32-imm.s
 6 # Check MIPS32 WAIT and SDBBP instruction assembly (microMIPS).
 
 | 
| mipsr6@mips32-imm.d | 2 #name: MIPS MIPS32 WAIT and SDBBP instructions 4 #source: mips32-imm.s
 6 # Check MIPS32 WAIT and SDBBP instruction assembly
 
 | 
| mips32-imm.d | 2 #name: MIPS MIPS32 WAIT and SDBBP instructions 5 # Check MIPS32 WAIT and SDBBP instruction assembly
 
 | 
| mipsr6@mips32-cp2.d | 2 #name: MIPS MIPS32 cop2 instructions 3 #source: mips32-cp2.s
 6 # Check MIPS32 cop2 instruction assembly
 
 | 
| /external/llvm/test/CodeGen/Mips/msa/ | 
| frameindex.ll | 1 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=MIPS32-AE -check-prefix=MIPS32-BE %s 2 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=MIPS32-AE -check-prefix=MIPS32-LE %s
 5   ; MIPS32-AE: loadstore_v16i8_near:
 9   ; MIPS32-AE: ld.b [[R1:\$w[0-9]+]], 0($sp)
 11   ; MIPS32-AE: st.b [[R1]], 0($sp)
 14   ; MIPS32-AE: .size loadstore_v16i8_near
 18   ; MIPS32-AE: loadstore_v16i8_just_under_simm10:
 24   ; MIPS32-AE: ld.b [[R1:\$w[0-9]+]], 496($sp
 [all...]
 | 
| 3r_splat.ll | 5 ; RUN:     FileCheck -check-prefix=MIPS32 %s 7 ; RUN:     FileCheck -check-prefix=MIPS32 %s
 22 ; MIPS32: llvm_mips_splat_b_test:
 23 ; MIPS32-DAG: lw   [[R1:\$[0-9]+]], %got(llvm_mips_splat_b_ARG1)(
 24 ; MIPS32-DAG: lw   [[R2:\$[0-9]+]], %got(llvm_mips_splat_b_RES)(
 25 ; MIPS32-DAG: ld.b [[R3:\$w[0-9]+]], 0([[R1]])
 26 ; MIPS32-DAG: splat.b [[R4:\$w[0-9]+]], [[R3]][$4]
 27 ; MIPS32-DAG: st.b [[R4]], 0([[R2]])
 28 ; MIPS32: .size llvm_mips_splat_b_test
 43 ; MIPS32: llvm_mips_splat_h_test
 [all...]
 | 
| /build/core/combo/arch/mips/ | 
| mips32-fp.mk | 2 # Generating binaries for MIPS32/hard-float/little-endian 7     -mips32 \
 
 | 
| /external/llvm/test/CodeGen/Mips/ | 
| cttz-v.ll | 1 ; RUN: llc  < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32 8 ; MIPS32-DAG: addiu   $[[R0:[0-9]+]], $4, -1
 9 ; MIPS32-DAG: not     $[[R1:[0-9]+]], $4
 10 ; MIPS32-DAG: and     $[[R2:[0-9]+]], $[[R1]], $[[R0]]
 11 ; MIPS32-DAG: clz     $[[R3:[0-9]+]], $[[R2]]
 12 ; MIPS32-DAG: addiu   $[[R4:[0-9]+]], $zero, 32
 13 ; MIPS32-DAG: subu    $2, $[[R4]], $[[R3]]
 14 ; MIPS32-DAG: addiu   $[[R5:[0-9]+]], $5, -1
 15 ; MIPS32-DAG: not     $[[R6:[0-9]+]], $5
 16 ; MIPS32-DAG: and     $[[R7:[0-9]+]], $[[R6]], $[[R5]
 [all...]
 | 
| countleading.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32   < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32-R1-R2 -check-prefix=MIPS32-GT-R1 %s 2 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32-R1-R2 -check-prefix=MIPS32-GT-R1 %s
 3 ; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32-R6    -check-prefix=MIPS32-GT-R1 %s
 11 ;   MIPS32-GT-R1 - MIPS64r1 and above (does not include MIPS64's)
 20 ; MIPS32-GT-R1:  clz $2, $4
 36 ; MIPS32-GT-R1:  clo $2, $
 [all...]
 | 
| unalignedload.ll | 1 ; RUN: llc  < %s -march=mipsel -mcpu=mips32   | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EL -check-prefix=MIPS32-EL 2 ; RUN: llc  < %s -march=mips   -mcpu=mips32   | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EB -check-prefix=MIPS32-EB
 3 ; RUN: llc  < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EL -check-prefix=MIPS32-EL
 4 ; RUN: llc  < %s -march=mips   -mcpu=mips32r2 | FileCheck %s -check-prefix=ALL -check-prefix=ALL-EB -check-prefix=MIPS32-EB
 20 ; MIPS32-EL-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]])
 21 ; MIPS32-EL-DAG: lbu $[[PART2:[0-9]+]], 3($[[R0]])
 22 ; MIPS32-EL-DAG: sll $[[T0:[0-9]+]], $[[PART2]], 8
 23 ; MIPS32-EL-DAG: or  $4, $[[T0]], $[[PART1]
 [all...]
 | 
| trap.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s 
 | 
| load-store-left-right.ll | 1 ; RUN: llc -march=mipsel   -mcpu=mips32              < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EL %s 2 ; RUN: llc -march=mips     -mcpu=mips32              < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EB %s
 3 ; RUN: llc -march=mipsel   -mcpu=mips32r2            < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EL %s
 4 ; RUN: llc -march=mips     -mcpu=mips32r2            < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS32 -check-prefix=MIPS32-EB %
 [all...]
 | 
| ctlz-v.ll | 1 ; RUN: llc  < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32 8 ; MIPS32: clz     $2, $4
 9 ; MIPS32: clz     $3, $5
 
 | 
| bswap.ll | 1 ; RUN: llc  < %s -march=mipsel -mcpu=mips32r2 | FileCheck %s -check-prefix=MIPS32 7 ; MIPS32-LABEL: bswap32:
 8 ; MIPS32: wsbh $[[R0:[0-9]+]]
 9 ; MIPS32: rotr ${{[0-9]+}}, $[[R0]], 16
 34 ; MIPS32-LABEL: bswap64:
 35 ; MIPS32: wsbh $[[R0:[0-9]+]]
 36 ; MIPS32: rotr ${{[0-9]+}}, $[[R0]], 16
 37 ; MIPS32: wsbh $[[R0:[0-9]+]]
 38 ; MIPS32: rotr ${{[0-9]+}}, $[[R0]], 16
 74 ; MIPS32-LABEL: bswapv4i32
 [all...]
 | 
| /external/valgrind/memcheck/tests/ | 
| leak-segv-jmp.vgtest | 1 prereq: ! ../../tests/os_test darwin && ! ../../tests/arch_test mips32 && ! ../../tests/arch_test ppc64 
 | 
| /external/clang/test/Driver/ | 
| mips-eleb.c | 5 // RUN:        | FileCheck -check-prefix=MIPS32-EL %s 6 // MIPS32-EL: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mipsel-unknown-linux-gnu"
 7 // MIPS32-EL: "{{.*}}as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32"
 8 // MIPS32-EL: "-EL"
 9 // MIPS32-EL: "{{.*}}ld{{(.exe)?}}" {{.*}} "-m" "elf32ltsmip"
 21 // RUN:        | FileCheck -check-prefix=MIPS32-EB %s
 22 // MIPS32-EB: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mips-unknown-linux-gnu"
 23 // MIPS32-EB: "{{.*}}as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32"
 24 // MIPS32-EB: "-EB"
 25 // MIPS32-EB: "{{.*}}ld{{(.exe)?}}" {{.*}} "-m" "elf32btsmip
 [all...]
 | 
| /external/llvm/test/CodeGen/Mips/Fast-ISel/ | 
| simplestorefp1.ll | 3 ; 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...]
 | 
| /external/libvpx/ | 
| config.mips.mk | 7     libvpx_target := config/mips32-dspr2 9     libvpx_target := config/mips32
 
 |