OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64el
(Results
1 - 25
of
177
) sorted by null
1
2
3
4
5
6
7
8
/external/llvm/test/CodeGen/Mips/
mips64fpimm0.ll
1
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -mattr=n64 | FileCheck %s
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
2009-11-16-CstPoolLoad.ll
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
5
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
2012-12-12-ExpandMemcpy.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64r2 < %s
inlineasm-cnstrnt-reg64.ll
6
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
inlineasm64.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
mips64countleading.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64 < %s | FileCheck %s
mips64-libcall.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -O3 < %s |\
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -soft-float < %s |\
global-address.ll
3
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
5
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
mips64-sret.ll
1
; RUN: llc -march=
mips64el
-mcpu=mips64r2 -mattr=n64 -O3 < %s | FileCheck %s
mips64ext.ll
1
; RUN: llc < %s -march=
mips64el
-mcpu=mips64 -mattr=n64 | FileCheck %s
/external/llvm/test/MC/Mips/
eh-frame.s
15
// RUN: llvm-mc -filetype=obj %s -o %t.o -arch=
mips64el
16
// RUN: llvm-objdump -r -s %t.o | FileCheck --check-prefix=
MIPS64EL
%s
132
//
MIPS64EL
: RELOCATION RECORDS FOR [.rela.eh_frame]:
133
//
MIPS64EL
-NEXT: R_MIPS_64
134
//
MIPS64EL
: Contents of section .eh_frame:
135
//
MIPS64EL
-NEXT: 0000
138
//
MIPS64EL
: 10000000
141
//
MIPS64EL
: 00000000
144
//
MIPS64EL
: 01
147
//
MIPS64EL
: 7a520
[
all
...]
lea_64.ll
1
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 %s -o - \
2
; RUN: | llvm-objdump -disassemble -triple
mips64el
- \
multi-64bit-func.ll
3
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler < %s
5
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 < %s
sext_64_32.ll
1
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 %s -o - | llvm-objdump -disassemble -triple
mips64el
- | FileCheck %s
mips64shift.ll
1
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler %s -o - \
2
; RUN: | llvm-objdump -disassemble -triple
mips64el
- | FileCheck %s
4
; RUN: llc -march=
mips64el
-filetype=obj -mcpu=mips64r2 %s -o - \
5
; RUN: | llvm-objdump -disassemble -triple
mips64el
- | FileCheck %s
elf-N64.ll
1
; RUN: llc -filetype=obj -march=
mips64el
-mcpu=mips64 -disable-mips-delay-filler %s -o - | llvm-readobj -r | FileCheck %s
7
target triple = "
mips64el
-unknown-linux"
elf-objdump.s
8
// RUN: llvm-mc -filetype=obj -arch=
mips64el
-triple
mips64el
-unknown-linux %s -o - | llvm-objdump -d -triple mips-unknown-linux - | FileCheck %s
/external/clang/test/CodeGen/
mips64-f128-literal.c
1
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
mips64-nontrivial-return.cpp
1
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
mips-byval-arg.c
2
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s -check-prefix=N64
mips64-class-return.cpp
1
// RUN: %clang -target
mips64el
-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
/external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp
28
RegisterTarget<Triple::
mips64el
,
30
"
mips64el
", "
Mips64el
[experimental]");
/external/llvm/test/tools/llvm-readobj/
reloc-types.test
11
RUN: llvm-readobj -r -expand-relocs %p/Inputs/relocs.obj.elf-
mips64el
| FileCheck %s -check-prefix ELF-
MIPS64EL
410
ELF-
MIPS64EL
: Type: R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE (0)
411
ELF-
MIPS64EL
: Type: R_MIPS_16/R_MIPS_16/R_MIPS_16 (65793)
412
ELF-
MIPS64EL
: Type: R_MIPS_32/R_MIPS_32/R_MIPS_32 (131586)
413
ELF-
MIPS64EL
: Type: R_MIPS_REL32/R_MIPS_REL32/R_MIPS_REL32 (197379)
414
ELF-
MIPS64EL
: Type: R_MIPS_26/R_MIPS_26/R_MIPS_26 (263172)
415
ELF-
MIPS64EL
: Type: R_MIPS_HI16/R_MIPS_HI16/R_MIPS_HI16 (328965)
416
ELF-
MIPS64EL
: Type: R_MIPS_LO16/R_MIPS_LO16/R_MIPS_LO16 (394758)
417
ELF-
MIPS64EL
: Type: R_MIPS_GPREL16/R_MIPS_GPREL16/R_MIPS_GPREL16 (460551
[
all
...]
Completed in 764 milliseconds
1
2
3
4
5
6
7
8