Searched defs:OPCODE (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/runtime/interpreter/arch/ |
| D | macros.h | 28 #define DISPATCH(DISPATCH_TABLE, OPCODE, LABEL) \ argument
|
| /arkcompiler/runtime_core/runtime/interpreter/arch/aarch64/ |
| D | macros.h | 27 #define DISPATCH(DISPATCH_TABLE, OPCODE, LABEL) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 89 #define INST_DEF(OPCODE, ...) \ argument
|
| D | graph.h | 887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 904 #define INST_DEF(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 262 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 481 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 532 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 684 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|
| D | codegen.cpp | 2352 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
|