Home
last modified time | relevance | path

Searched defs:INST_DEF (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h89 #define INST_DEF(OPCODE, ...) \ macro
Dgraph.h887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro
904 #define INST_DEF(OPCODE, BASE, ...) \ macro
911 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
Dinst.h49 #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/
Dasm_printer.h242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h481 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h684 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h532 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
174 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
Dcodegen.cpp2352 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
2355 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument