OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparcv9
(Results
1 - 25
of
144
) sorted by null
1
2
3
4
5
6
/external/llvm/test/MC/Sparc/
sparc-directive-xword.s
3
! RUN: llvm-mc %s -triple
sparcv9
-show-encoding | FileCheck %s --check-prefix=
SPARCV9
12
!
SPARCV9
: .xword 65536
sparc-vis.s
1
! RUN: llvm-mc %s -arch=
sparcv9
-mcpu=niagara -show-encoding | FileCheck %s
sparc-asm-errors.s
2
! RUN: not llvm-mc %s -arch=
sparcv9
-show-encoding 2>&1 | FileCheck %s
sparc-nop-data.s
2
! RUN: llvm-mc %s -arch=
sparcv9
-filetype=obj | llvm-readobj -s -sd | FileCheck %s
sparc-directives.s
2
! RUN: llvm-mc %s -arch=
sparcv9
-show-encoding | FileCheck %s --check-prefix=SPARC64
sparcv9-atomic-instructions.s
1
! RUN: llvm-mc %s -arch=
sparcv9
-show-encoding | FileCheck %s
/external/llvm/test/MC/Disassembler/Sparc/
sparc-v9.txt
1
# RUN: llvm-mc --disassemble %s -triple=
sparcv9
-unknown-linux | FileCheck %s
/external/clang/test/Driver/
sparcv9-as.c
1
// Make sure
SparcV9
does not use the integrated assembler by default.
3
// RUN: %clang -target
sparcv9
-linux -### -c %s 2>&1 \
6
// RUN: %clang -target
sparcv9
-linux -fintegrated-as -### -c %s 2>&1 \
9
// RUN: %clang -target
sparcv9
-linux -fno-integrated-as -### -c %s 2>&1 \
15
// RUN: %clang -no-canonical-prefixes -target
sparcv9
--netbsd \
19
// RUN: %clang -mcpu=v9 -no-canonical-prefixes -target
sparcv9
--netbsd \
23
// RUN: %clang -mcpu=ultrasparc -no-canonical-prefixes -target
sparcv9
--netbsd \
27
// RUN: %clang -mcpu=ultrasparc3 -no-canonical-prefixes -target
sparcv9
--netbsd \
31
// RUN: %clang -mcpu=niagara -no-canonical-prefixes -target
sparcv9
--netbsd \
35
// RUN: %clang -mcpu=niagara2 -no-canonical-prefixes -target
sparcv9
--netbsd
[
all
...]
biarch.c
13
// RUN: %clang -target
sparcv9
--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=SPARC %s
17
// RUN: %clang -target
sparcv9
--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=
SPARCV9
%s
18
// RUN: %clang -target sparc--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=
SPARCV9
%s
19
//
SPARCV9
: "-cc1" "-triple" "
sparcv9
--netbsd"
/external/llvm/test/CodeGen/SPARC/
mature-mc-support.ll
12
; SKIP: not llc -march=
sparcv9
< %s > /dev/null 2> %t3
15
; RUN: not llc -march=
sparcv9
-filetype=obj < %s > /dev/null 2> %t4
parts.ll
1
; RUN: llc < %s -march=
sparcv9
| FileCheck %s
constpool.ll
2
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
6
; RUN: llc < %s -march=
sparcv9
-relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
globals.ll
2
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
6
; RUN: llc < %s -march=
sparcv9
-relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
2009-08-28-PIC.ll
2
; RUN: llc -march=
sparcv9
--relocation-model=pic < %s | FileCheck %s --check-prefix=V9
4
; RUN: llc -march=
sparcv9
--relocation-model=pic < %s -O0 | FileCheck %s --check-prefix=V9UNOPT
2011-01-11-Call.ll
3
; RUN: llc -march=
sparcv9
<%s | FileCheck %s --check-prefix=V9
2013-05-17-CallFrame.ll
2
; RUN: llc -march=
sparcv9
< %s | FileCheck %s --check-prefix=SPARC64
blockaddr.ll
2
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4
; RUN: llc < %s -march=
sparcv9
-relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
6
; RUN: llc < %s -march=
sparcv9
-relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
rem.ll
1
; RUN: llc < %s -march=
sparcv9
| FileCheck %s
spillsize.ll
3
target triple = "
sparcv9
"
/external/clang/test/CodeGenCXX/
sparcv9-abi.cpp
1
// RUN: %clang_cc1 -triple
sparcv9
-unknown-unknown -emit-llvm %s -o - | FileCheck %s
/toolchain/binutils/binutils-2.25/ld/emulparams/
elf64_sparc.sh
40
# on Linux and /lib/
sparcv9
, /usr/lib/
sparcv9
etc. on Solaris.
47
LIBPATH_SUFFIX=/
sparcv9
;;
/external/llvm/lib/Target/Sparc/TargetInfo/
SparcTargetInfo.cpp
22
RegisterTarget<Triple::
sparcv9
, /*HasJIT=*/true> Y(TheSparcV9Target,
23
"
sparcv9
", "Sparc V9");
/external/llvm/test/DebugInfo/Sparc/
processes-relocations.ll
3
; RUN: llc -filetype=obj -O0 < %s -mtriple
sparcv9
-unknown-linux | \
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
warn1.d
7
#notarget: "sparc64-*-solaris2*" "
sparcv9
-*-solaris2*"
warn2.d
7
#notarget: "sparc64-*-solaris2*" "
sparcv9
-*-solaris2*"
Completed in 267 milliseconds
1
2
3
4
5
6