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 D | isa.cpp | 18 #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 D | x64_cg.cpp | 23 #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 D | x64_isa.h | 37 #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 D | aarch64_isa.h | 21 #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 D | aarch64_cg.cpp | 26 #define DEFINE_MOP(...) {__VA_ARGS__}, macro 31 #undef DEFINE_MOP macro
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isa.h | 131 #define DEFINE_MOP(op, ...) op, macro 136 #undef DEFINE_MOP macro
|
H A D | operand.h | 2151 #define DEFINE_MOP(op, ...) static const OpndDesc op; macro 2153 #undef DEFINE_MOP macro
|
Completed in 6 milliseconds