| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/ |
| D | macros.h | 28 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| D | macros.h | 28 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 80 #define INST_DEF(OPCODE, ...) \ argument
|
| D | graph.h | 1061 #define RETURN_INST(OPCODE, BASE, ...) \ in CreateInst() argument 1079 #define RETURN_INST(OPCODE, BASE, ...) \ argument 1095 #define RETURN_INST(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 176 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 88 #define INST_DEF(OPCODE, ...) \ argument
|
| D | graph.h | 836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 853 #define INST_DEF(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 62 #define DEF_X64_SET_MAPPING_INT(OPCODE, TYPE) \ argument 97 #define DEF_X64_CMOV_MAPPING_INT(OPCODE, TYPE) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | opcode_info.cpp | 22 #define OPCODE(O, P, F, S) \ in OpcodeTable() macro
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcodes.h | 24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR, macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 256 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 216 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 283 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 229 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 167 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| D | encode_visitor.cpp | 53 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 5346 #define INST_DEF(OPCODE, ...) \ in CanCompile() argument
|