Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h58 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
74 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
83 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
95 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
100 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
105 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
Dgate_meta_data.cpp50 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument
175 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
183 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
207 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
231 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
Dcircuit.h93 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
Dcircuit_builder.h303 #define ARITHMETIC_BINARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) \ argument
312 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument
321 #define CMP_BINARY_OP_WITHOUT_BITWIDTH(NAME, OPCODEID, CONDITION) \ argument
Dgate_meta_data.h266 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument
271 #define DECLARE_GATE_OPCODE(NAME) NAME, argument
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp36 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
Dcompiler_options.h123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
/arkcompiler/runtime_core/verification/config/options/
Dmsg_set_parser.h94 …static const auto NAME = p3::of_charset("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123… in MessageSetParser() local
/arkcompiler/runtime_core/verification/config/parse/
Dconfig_parse.cpp60 static const auto NAME = p3::of_charset("abcdefghijklmnopqrstuvwxyz_") |= NAME_HANDLER; in ParseConfig() local
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp45 static const auto NAME = in EnvOptions() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h33 enum class CurrencyDisplayOption : uint8_t { CODE = 0x01, SYMBOL, NARROWSYMBOL, NAME, EXCEPTION }; enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h38 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h392 #define IS_TSTYPEKIND(NAME, TSTYPEKIND) \ argument