Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disa.cpp18 #define DEFINE_MOP(op, ...) const OpndDesc OpndDesc::op = __VA_ARGS__; macro
20 #undef DEFINE_MOP macro
21 #define DEFINE_MOP(op, ...) {abstract::op, __VA_ARGS__}, macro
25 #undef DEFINE_MOP macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cg.cpp23 #define DEFINE_MOP(...) {__VA_ARGS__}, macro
28 #undef DEFINE_MOP macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_isa.h37 #define DEFINE_MOP(op, ...) op, macro
43 #undef DEFINE_MOP macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_isa.h21 #define DEFINE_MOP(op, ...) op, macro
27 #undef DEFINE_MOP macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cg.cpp26 #define DEFINE_MOP(...) {__VA_ARGS__}, macro
31 #undef DEFINE_MOP macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disa.h131 #define DEFINE_MOP(op, ...) op, macro
136 #undef DEFINE_MOP macro
H A Doperand.h2151 #define DEFINE_MOP(op, ...) static const OpndDesc op; macro
2153 #undef DEFINE_MOP macro

Completed in 6 milliseconds