Home | History | Annotate | Download | only in tests

Lines Matching full:s390x

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 ) {
278 return 2; // Feature not recognised (non-s390x machine!)