| /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 | 27 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ 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/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 87 #define INST_DEF(OPCODE, ...) \ argument
|
| D | graph.h | 963 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 978 #define INST_DEF(OPCODE, BASE, ...) \ argument 991 #define INST_DEF(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 306 #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 | 834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 851 #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_ir/src/ |
| D | opcode_info.cpp | 22 #define OPCODE(O, P, F, S) \ in OpcodeTable() macro
|
| D | parser.cpp | 104 #define OPCODE(X, Y, Z, S) \ in GetOpFromToken() 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/ |
| D | asm_printer.h | 242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 473 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 631 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 476 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| D | codegen.cpp | 2427 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2016 #define INST_DEF(OPCODE, ...) \ in CanCompile() argument
|