Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc76 #define CHECK_AVAILABILITY_FOR(mask, value) \ in supportsCPUFeature() macro
81 CHECK_AVAILABILITY_FOR(HWCAP_S390_ESAN3, "iesan3") in supportsCPUFeature()
82 CHECK_AVAILABILITY_FOR(HWCAP_S390_ZARCH, "zarch") in supportsCPUFeature()
83 CHECK_AVAILABILITY_FOR(HWCAP_S390_STFLE, "stfle") in supportsCPUFeature()
84 CHECK_AVAILABILITY_FOR(HWCAP_S390_MSA, "msa") in supportsCPUFeature()
85 CHECK_AVAILABILITY_FOR(HWCAP_S390_LDISP, "ldisp") in supportsCPUFeature()
86 CHECK_AVAILABILITY_FOR(HWCAP_S390_EIMM, "eimm") in supportsCPUFeature()
87 CHECK_AVAILABILITY_FOR(HWCAP_S390_DFP, "dfp") in supportsCPUFeature()
88 CHECK_AVAILABILITY_FOR(HWCAP_S390_ETF3EH, "etf3eh") in supportsCPUFeature()
89 CHECK_AVAILABILITY_FOR(HWCAP_S390_HIGH_GPR in supportsCPUFeature()
102 #undef CHECK_AVAILABILITY_FOR global() macro
[all...]

Completed in 1 milliseconds