Home
last modified time | relevance | path

Searched refs:INST_DEF (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_visitor.h80 #define INST_DEF(OPCODE, ...) \ macro
85 OPCODE_LIST(INST_DEF)
86 #undef INST_DEF macro
H A Dinst.h132 #define INST_DEF(opcode, ...) opcode, macro
133 OPCODE_LIST(INST_DEF)
135 #undef INST_DEF macro
143 #define INST_DEF(opcode, ...) #opcode, macro
144 OPCODE_LIST(INST_DEF)
145 #undef INST_DEF macro
177 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() macro
179 constexpr std::array<uintptr_t, static_cast<int>(Opcode::NUM_OPCODES)> INST_FLAGS_TABLE = {OPCODE_LIST(INST_DEF)}; in GetFlagsMask()
180 #undef INST_DEF in GetFlagsMask() macro
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_visitor.h88 #define INST_DEF(OPCODE, ...) \ macro
93 OPCODE_LIST(INST_DEF)
94 #undef INST_DEF macro
H A Dinst.h49 #define INST_DEF(opcode, base, ...) class base; macro
51 OPCODE_LIST(INST_DEF)
52 #undef INST_DEF macro
167 #define INST_DEF(opcode, ...) opcode, macro
168 OPCODE_LIST(INST_DEF)
170 #undef INST_DEF macro
179 #define INST_DEF(opcode, ...) #opcode, macro
180 OPCODE_LIST(INST_DEF)
181 #undef INST_DEF macro
215 #define INST_DEF(OPCOD in GetFlagsMask() macro
218 #undef INST_DEF GetFlagsMask() macro
683 #define INST_DEF global() macro
685 #undef INST_DEF global() macro
688 #define INST_DEF global() macro
690 #undef INST_DEF global() macro
2929 #define INST_DEF global() macro
2936 #undef INST_DEF global() macro
2939 #define INST_DEF global() macro
2946 #undef INST_DEF global() macro
[all...]
H A Dgraph.h836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro
842 OPCODE_LIST(INST_DEF) in CreateInst()
844 #undef INST_DEF in CreateInst() macro
853 #define INST_DEF(OPCODE, BASE, ...) \ macro
860 OPCODE_LIST(INST_DEF)
862 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.h229 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
231 ENCODE_MATH_LIST(INST_DEF)
232 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF)
250 ENCODE_MATH_BINARY_OP_LIST(INST_DEF)
253 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h167 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
169 ENCODE_MATH_LIST(INST_DEF)
170 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF)
175 #undef INST_DEF macro
H A Dencode_visitor.cpp51 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
53 ENCODE_MATH_LIST(INST_DEF)
54 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF)
59 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dtarget.h216 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
218 ENCODE_MATH_LIST(INST_DEF)
222 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dtarget.h283 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
285 ENCODE_MATH_LIST(INST_DEF)
289 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dtarget.h256 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
258 ENCODE_MATH_LIST(INST_DEF)
262 #undef INST_DEF macro
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp5048 #define INST_DEF(OPCODE, ...) \ in CanCompile() macro
5053 OPCODE_LIST(INST_DEF) in CanCompile()
5055 #undef INST_DEF in CanCompile() macro

Completed in 32 milliseconds