Home
last modified time | relevance | path

Searched defs:OPCODE (Results 1 – 18 of 18) 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.h28 #define DISPATCH(DISPATCH_TABLE, OPCODE) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_visitor.h80 #define INST_DEF(OPCODE, ...) \ argument
Dgraph.h1061 #define RETURN_INST(OPCODE, BASE, ...) \ in CreateInst() argument
1079 #define RETURN_INST(OPCODE, BASE, ...) \ argument
1095 #define RETURN_INST(OPCODE, BASE, ...) \ argument
Dinst.h176 #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.h836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
853 #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_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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dopcode_info.cpp22 #define OPCODE(O, P, F, S) \ in OpcodeTable() 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/amd64/
Dtarget.h256 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h216 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h283 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h229 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h167 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
Dencode_visitor.cpp53 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5346 #define INST_DEF(OPCODE, ...) \ in CanCompile() argument