Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/
Dmacros.h28 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
Dmacros.h27 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa_tbl.h62 #define DEF_X64_SET_MAPPING_INT(OPCODE, TYPE) \ argument
97 #define DEF_X64_CMOV_MAPPING_INT(OPCODE, TYPE) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_visitor.h87 #define INST_DEF(OPCODE, ...) \ argument
Dgraph.h963 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
978 #define INST_DEF(OPCODE, BASE, ...) \ argument
991 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h306 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h88 #define INST_DEF(OPCODE, ...) \ argument
Dgraph.h834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
851 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dopcode_info.cpp22 #define OPCODE(O, P, F, S) \ in OpcodeTable() macro
Dparser.cpp104 #define OPCODE(X, Y, Z, S) \ in GetOpFromToken() macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR, macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h473 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h631 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h476 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
Dcodegen.cpp2427 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2016 #define INST_DEF(OPCODE, ...) \ in CanCompile() argument