OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s390x
(Results
51 - 75
of
656
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/SystemZ/
fp-div-03.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
fp-move-01.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
fp-mul-05.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
fp-sqrt-03.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
fp-sub-03.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
args-01.ll
4
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-INT
5
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT
6
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE
7
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1
8
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2
9
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
args-02.ll
4
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-INT
5
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT
6
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE
7
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1
8
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2
9
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
args-03.ll
4
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-INT
5
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT
6
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE
7
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1
8
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2
9
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
la-02.ll
4
; RUN: llc < %s -mtriple=
s390x
-linux-gnu -code-model=medium | FileCheck %s
5
; RUN: llc < %s -mtriple=
s390x
-linux-gnu -code-model=large | FileCheck %s
addr-03.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
and-07.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu -mcpu=z196 | FileCheck %s
asm-06.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-07.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-08.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-10.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-11.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-12.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-13.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-14.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-15.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
asm-16.ll
3
; RUN: llc < %s -mtriple=
s390x
-linux-gnu | FileCheck %s
/external/llvm/test/MC/Disassembler/SystemZ/
unmapped.txt
1
# RUN: llvm-mc --disassemble %s -triple=
s390x
-linux-gnu 2>&1 | FileCheck %s
/external/valgrind/main/none/tests/
allexec_prepare_prereq
33
pair s390x_unexisting_in_32bits
s390x
/external/valgrind/main/tests/
s390x_features.c
13
// This file determines
s390x
features a processor supports.
21
// any feature if run on a non-
s390x
machine).
201
if (strcmp(feature, "
s390x
-zarch") == 0 ) {
203
} else if (strcmp(feature, "
s390x
-n3") == 0 ) {
205
} else if (strcmp(feature, "
s390x
-stfle") == 0 ) {
207
} else if (strcmp(feature, "
s390x
-ldisp") == 0 ) {
209
} else if (strcmp(feature, "
s390x
-eimm") == 0 ) {
211
} else if (strcmp(feature, "
s390x
-stckf") == 0 ) {
213
} else if (strcmp(feature, "
s390x
-genins") == 0 ) {
215
} else if (strcmp(feature, "
s390x
-exrl") == 0 )
[
all
...]
/external/clang/test/Preprocessor/
init.c
[
all
...]
Completed in 2043 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>