/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
mipsr6@mips4.d | 2 #name: MIPS mips4 non-fp 3 #source: mips4.s 5 # Test mips4 *non-fp* insturctions.
|
elf_arch_mips4.d | 1 # name: ELF MIPS4 markings 4 # as: -32 -march=mips4 7 private flags = 3.......: .*\[mips4\].* 11 ISA: MIPS4
|
micromips@mips4.d | 2 #name: MIPS mips4 non-fp 3 #source: mips4.s 5 # Test mips4 *non-fp* instructions (microMIPS).
|
reginfo-1a.d | 2 #as: -32 -EL -mips4
|
reginfo-1b.d | 2 #as: -mabi=o64 -EB -mips4
|
mips4.d | 2 #name: MIPS mips4 non-fp 4 # Test mips4 *non-fp* insturctions.
|
micromips@mips4-branch-likely.d | 2 #name: MIPS mips4 branch-likely instructions 3 #source: mips4-branch-likely.s 6 # Test mips4 branch-likely instructions (microMIPS).
|
mips4-branch-likely.d | 2 #name: MIPS mips4 branch-likely instructions 4 # Test mips4 branch-likely instructions.
|
mipsr6@mips4-fp.d | 2 #name: MIPS mips4 fp 4 # Test mips4 fp instructions.
|
mips4-branch-likely.s | 1 # Source file used to test -mips4 branch-likely instructions.
|
mipsr6@mips4-fp.s | 1 # Source file used to test -mips4 fp instructions.
|
nodelay.d | 3 #as: -mips4 -mtune=r8000 6 # For -mips4
|
mips4.s | 1 # Source file used to test -mips4 *non-fp* instructions.
|
perfcount.d | 3 #as: -mips4 -march=r10000
|
/external/llvm/test/CodeGen/Mips/ |
mips64fpimm0.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s
|
mips64directive.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s
|
mips64lea.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s
|
fp-indexed-ls.ll | 4 ; RUN: llc -march=mips64el -mcpu=mips4 -target-abi=n64 -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,MIPS4 5 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,MIPS4 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi=n64 -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,MIPS4 37 ; MIPS4: sll $[[T0:[0-9]+]], $5, 0 38 ; MIPS4: dsll $[[T1:[0-9]+]], $[[T0]], 2 39 ; MIPS4: lwxc1 $f0, $[[T1]]($4) 68 ; MIPS4: sll $[[T0:[0-9]+]], $5, 0 69 ; MIPS4: dsll $[[T1:[0-9]+]], $[[T0]], 3 70 ; MIPS4: ldxc1 $f0, $[[T1]]($4 [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
mips-elf-flags.exp | 134 abi_conflict { "-mabi=eabi -mgp32" "-mips4 -mabi=32" } EABI32 O32 135 abi_conflict { "-mips4 -mabi=o64" "-mips3 -mabi=eabi" } O64 EABI64 150 regsize_conflict { "-mips4 -mgp64 -mabi=o64" "-mips2 -32" } 151 regsize_conflict { "-mips4 -mabi=o64" "-mips4 -mabi=32" } 152 regsize_conflict { "-mips4 -mabi=eabi -mgp32" "-mips4 -mabi=eabi -mgp64" } 158 good_combination { "-mips4 -mgp32 -32" "-mips2 -32" } { mips4 o32 } 159 good_combination { "-mips4 -mabi=32" "-mips2 -32" } { mips4 o32 [all...] |
/external/llvm/test/MC/Mips/mips4/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
invalid-mips32.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips4 \
|
invalid-mips5.s | 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/llvm/test/MC/Mips/mips5/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/llvm/test/MC/Mips/mips64/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/clang/test/Driver/ |
mips-ias-Wa.s | 66 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mips4 2>&1 | \ 67 // RUN: FileCheck -check-prefix=MIPS4 %s 68 // MIPS4: -cc1as 69 // MIPS4: "-target-feature" "+mips4" 126 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mips64r2,-mips4 2>&1 | \ 127 // RUN: FileCheck -check-prefix=MIPS64R2-MIPS4 %s 128 // MIPS64R2-MIPS4: -cc1as 129 // MIPS64R2-MIPS4-NOT: "-target-feature" "+mips64r2" 130 // MIPS64R2-MIPS4: "-target-feature" "+mips4 [all...] |