HomeSort by relevance Sort by last modified time
    Searched full:mips4 (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /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 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS4
5 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS4
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi=n64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=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...]
countleading.ll 4 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS4 %s
18 ; MIPS4-NOT: clz
34 ; MIPS4-NOT: clo
49 ; MIPS4-NOT: dclz
72 ; MIPS4-NOT: dclo
mips64instrs.ll 1 ; RUN: llc -march=mips64el -mcpu=mips4 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS4 -check-prefix=ACCMULDIV %s
189 ; The MIPS4 version is too long to reasonably test. At least check we don't get dclz
190 ; MIPS4-NOT: dclz
202 ; The MIPS4 version is too long to reasonably test. At least check we don't get dclo
203 ; MIPS4-NOT: dclo
abicalls.ll 3 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=ABICALLS -check-prefix=PIC %s
mips64ext.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s
remat-immed-load.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 -target-abi=n64 < %s | FileCheck %s -check-prefix=64
2010-07-20-Switch.ll 5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips4 | \
7 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips4 | \
mips64fpldst.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n64 | FileCheck %s -check-prefix=CHECK-N64
2 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n32 | FileCheck %s -check-prefix=CHECK-N32
mips64imm.ll 1 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s
optimize-fp-math.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=64
check-adde-redundant-moves.ll 14 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefix=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 \
invalid-mips32r2.s 3 # RUN: not llvm-mc %s -triple=mips-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/llvm/test/MC/Mips/
set-arch.s 11 .set arch=mips4
49 # CHECK: .set arch=mips4
set-mips-directives.s 12 .set mips4
48 # CHECK: .set mips4
elf_eflags.s 85 # RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS4 %s
86 # MIPS4: Flags [ (0x30000006)
88 # RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS4-NAN2008 %s
89 # MIPS4-NAN2008: Flags [ (0x30000406)
  /external/clang/test/CodeGen/
mips-unsupported-nan.c 3 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips4 -emit-llvm -S %s -o - 2>&1 | FileCheck -check-prefix=CHECK-MIPS4 -check-prefix=CHECK-NANLEGACY %s
14 // CHECK-MIPS4: warning: ignoring '-mnan=2008' option because the 'mips4' architecture does not support it
  /external/cblas/
Makefile.SGI64 40 CFLAGS = -O3 -DADD_ -64 -mips4 -r10000
41 FFLAGS = -O3 -64 -mips4 -r10000
42 LOADFLAGS = -64 -mips4 -r10000

Completed in 258 milliseconds

1 2 3 4