Searched defs:INST_DEF (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 89 #define INST_DEF(OPCODE, ...) \ macro
|
| D | graph.h | 887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro 904 #define INST_DEF(OPCODE, BASE, ...) \ macro 911 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
|
| D | inst.h | 49 #define INST_DEF(opcode, base, ...) class base; macro 214 #define INST_DEF(opcode, ...) opcode, macro 226 #define INST_DEF(opcode, ...) #opcode, macro 262 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() macro 737 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; macro 742 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); macro 743 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument 5561 #define INST_DEF(opcode, base, ...) \ macro 5571 #define INST_DEF(opcode, base, ...) \ macro
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 481 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 684 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 532 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro 174 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
|
| D | codegen.cpp | 2352 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro 2355 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
|