Home
last modified time | relevance | path

Searched defs:OPCODE (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/interpreter/arch/
Dmacros.h28 #define DISPATCH(DISPATCH_TABLE, OPCODE, LABEL) \ argument
/arkcompiler/runtime_core/runtime/interpreter/arch/aarch64/
Dmacros.h27 #define DISPATCH(DISPATCH_TABLE, OPCODE, LABEL) \ argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h89 #define INST_DEF(OPCODE, ...) \ argument
Dgraph.h887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
904 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h262 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h481 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h532 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h684 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
Dcodegen.cpp2352 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument