Lines Matching refs:gnu
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | \
6 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=generic | \
8 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \
10 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | \
12 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 | \
14 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | \
17 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=vector | \
19 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=+vector | \
21 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=-vector,vector | \
23 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=-vector,+vector | \
25 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=-vector | \
27 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=vector,-vector | \
29 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=+vector,-vector | \
32 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=-vector | \