Home
last modified time | relevance | path

Searched refs:CHECK_AVAILABILITY_FOR (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/s390/
Dassembler-s390.cc75 #define CHECK_AVAILABILITY_FOR(mask, value) \ in supportsCPUFeature() macro
80 CHECK_AVAILABILITY_FOR(HWCAP_S390_ESAN3, "iesan3") in supportsCPUFeature()
81 CHECK_AVAILABILITY_FOR(HWCAP_S390_ZARCH, "zarch") in supportsCPUFeature()
82 CHECK_AVAILABILITY_FOR(HWCAP_S390_STFLE, "stfle") in supportsCPUFeature()
83 CHECK_AVAILABILITY_FOR(HWCAP_S390_MSA, "msa") in supportsCPUFeature()
84 CHECK_AVAILABILITY_FOR(HWCAP_S390_LDISP, "ldisp") in supportsCPUFeature()
85 CHECK_AVAILABILITY_FOR(HWCAP_S390_EIMM, "eimm") in supportsCPUFeature()
86 CHECK_AVAILABILITY_FOR(HWCAP_S390_DFP, "dfp") in supportsCPUFeature()
87 CHECK_AVAILABILITY_FOR(HWCAP_S390_ETF3EH, "etf3eh") in supportsCPUFeature()
88 CHECK_AVAILABILITY_FOR(HWCAP_S390_HIGH_GPRS, "highgprs") in supportsCPUFeature()
[all …]