/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...] |
eh-frame.s | 12 // RUN: llvm-mc -filetype=obj %s -o %t.o -arch=mips64 13 // RUN: llvm-objdump -r -s %t.o | FileCheck --check-prefix=MIPS64 %s 94 // MIPS64: RELOCATION RECORDS FOR [.rela.eh_frame]: 95 // MIPS64-NEXT: R_MIPS_64 96 // MIPS64: Contents of section .eh_frame: 97 // MIPS64-NEXT: 0000 100 // MIPS64: 00000010 103 // MIPS64: 00000000 106 // MIPS64: 01 109 // MIPS64: 7a520 [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
|
/external/clang/test/Driver/ |
mips-eleb.c | 10 // RUN: %clang -no-canonical-prefixes -target mips64-unknown-linux-gnu -### \ 12 // RUN: | FileCheck -check-prefix=MIPS64-EL %s 13 // MIPS64-EL: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mips64el-unknown-linux-gnu" 14 // MIPS64-EL: "{{.*}}as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EL" 15 // MIPS64-EL: "{{.*}}ld{{(.exe)?}}" {{.*}} "-m" "elf64ltsmip" 26 // RUN: | FileCheck -check-prefix=MIPS64-EB %s 27 // MIPS64-EB: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mips64-unknown-linux-gnu" 28 // MIPS64-EB: "{{.*}}as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB [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...] |
mips-as.c | 20 // RUN: %clang -target mips64-linux-gnu -### \ 22 // RUN: | FileCheck -check-prefix=MIPS64-EB-AS %s 23 // MIPS64-EB-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB" 27 // RUN: | FileCheck -check-prefix=MIPS64-DEF-EL-AS %s 28 // MIPS64-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EL" 35 // RUN: %clang -target mips64-linux-gnu -mabi=n32 -### \ 38 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64" "-mabi" "n32" "-EB" 47 // RUN: | FileCheck -check-prefix=MIPS64-EL-AS % [all...] |
mips-abi.c | 18 // RUN: %clang -target mips64-linux-gnu -### -c %s \ 23 // RUN: %clang -target mips64-linux-gnu -### -c %s \ 28 // RUN: %clang -target mips64-linux-gnu -### -c %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-LABEL: 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
|
/external/llvm/lib/Target/Mips/TargetInfo/ |
MipsTargetInfo.cpp | 25 RegisterTarget<Triple::mips64, 26 /*HasJIT=*/false> A(TheMips64Target, "mips64", "Mips64 [experimental]");
|
/external/clang/test/CodeGen/ |
atomics-inlining.c | 5 // RUN: %clang_cc1 -triple mips64el-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS64 82 // MIPS64: define void @test1 83 // MIPS64: = load atomic i8* @c1 seq_cst 84 // MIPS64: store atomic i8 {{.*}}, i8* @c1 seq_cst 85 // MIPS64: = load atomic i16* @s1 seq_cst 86 // MIPS64: store atomic i16 {{.*}}, i16* @s1 seq_cst 87 // MIPS64: = load atomic i32* @i1 seq_cst 88 // MIPS64: store atomic i32 {{.*}}, i32* @i1 seq_cst 89 // MIPS64: = load atomic i64* @ll1 seq_cst 90 // MIPS64: store atomic i64 {{.*}}, i64* @ll1 seq_cs [all...] |
/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)) {
|