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

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/Mips/
mips-coprocessor-encodings.s 1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
2 # RUN:| FileCheck --check-prefix=MIPS64 %s
4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00
    [all...]
do_switch.ll 9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
elf-objdump.s 6 // RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-unknown-linux %s -o - | llvm-objdump -d -triple mips-unknown-linux - | FileCheck %s
elf_basic.s 6 // RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck -check-prefix=CHECK-BE64 %s
  /external/llvm/test/CodeGen/Mips/
mips64fpimm0.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
bswap.ll 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64
15 ; MIPS64: bswap64:
16 ; MIPS64: dsbh $[[R0:[0-9]+]]
17 ; MIPS64: dshd ${{[0-9]+}}, $[[R0]]
mips64directive.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
mips64lea.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
2008-07-16-SignExtInReg.ll 2 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
eh-dwarf-cfa.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | \
3 ; RUN: FileCheck %s -check-prefix=CHECK-MIPS64
61 ; CHECK-MIPS64: daddiu $sp, $sp, -32
62 ; CHECK-MIPS64: daddiu $2, $sp, 32
mips64countleading.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
2010-07-20-Switch.ll 5 ; RUN: llc < %s -march=mips64 -relocation-model=pic -mcpu=mips64 | \
7 ; RUN: llc < %s -march=mips64 -relocation-model=static -mcpu=mips64 | \
mips64ext.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
mips64load-store-left-right.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EL %s
2 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EB %s
longbranch.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -check-prefix=N64
  /external/clang/test/Driver/
mips-as.c 22 // RUN: %clang -target mips64-linux-gnu -### \
24 // RUN: | FileCheck -check-prefix=MIPS64-EB-AS %s
25 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB"
29 // RUN: | FileCheck -check-prefix=MIPS64-DEF-EL-AS %s
30 // MIPS64-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EL"
37 // RUN: %clang -target mips64-linux-gnu -mabi=n32 -### \
40 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64" "-mabi" "n32" "-EB"
49 // RUN: | FileCheck -check-prefix=MIPS64-EL-AS %
    [all...]
mips-long-double.c 1 // RUN: %clang_cc1 -triple mips64-unknown-freebsd -std=c11 -verify %s
4 // RUN: %clang_cc1 -triple mips64-unknown-linux -std=c11 -verify %s
freebsd-mips-as.c 38 // RUN: %clang -target mips64-unknown-freebsd -### \
40 // RUN: | FileCheck -check-prefix=MIPS64-EB-AS %s
41 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB"
45 // RUN: | FileCheck -check-prefix=MIPS64-DEF-EL-AS %s
46 // MIPS64-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EL"
53 // RUN: %clang -target mips64-unknown-freebsd -mabi=n32 -### \
56 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64" "-mabi" "n32" "-EB"
65 // RUN: | FileCheck -check-prefix=MIPS64-EL-AS %
    [all...]
  /external/clang/test/CodeGen/
atomics-inlining.c 4 // RUN: %clang_cc1 -triple mips64el-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS64
44 // MIPS64: define void @test1
45 // MIPS64: load atomic i8* @c1 seq_cst
46 // MIPS64: load atomic i16* @s1 seq_cst
47 // MIPS64: load atomic i32* @i1 seq_cst
48 // MIPS64: load atomic i64* @ll1 seq_cst
  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 25 RegisterTarget<Triple::mips64,
26 /*HasJIT=*/false> A(TheMips64Target, "mips64", "Mips64 [experimental]");
  /external/clang/test/PCH/
floating-literal.c 1 // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-pch -o %t %s
  /external/kernel-headers/original/asm-mips/
sgidefs.h 24 * With the introduction of MIPS32 / MIPS64 instruction sets definitions
prefetch.h 25 * RM9000 is MIPS IV but implements prefetching like MIPS32/MIPS64; it's
31 * Finally MIPS32 and MIPS64 implement all of the following hints.
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 24 (TheTriple.getArch() == Triple::mips64))
28 (TheTriple.getArch() == Triple::mips64)) {
  /external/llvm/lib/Target/Mips/
MipsCondMov.td 109 DecoderNamespace = "Mips64" in {
125 DecoderNamespace = "Mips64" in {
142 let DecoderNamespace = "Mips64";
149 let DecoderNamespace = "Mips64";
159 DecoderNamespace = "Mips64" in {
177 let DecoderNamespace = "Mips64";
183 let DecoderNamespace = "Mips64";
198 DecoderNamespace = "Mips64" in {

Completed in 1797 milliseconds

1 2 3 4 5 6 7 8 91011