Home
last modified time | relevance | path

Searched refs:OPCODE_NAMES (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h177 constexpr std::array<const char *const, static_cast<size_t>(Opcode::NUM_OPCODES)> OPCODE_NAMES = { variable
187 return OPCODE_NAMES[static_cast<int>(opc)]; in GetOpcodeString()
/arkcompiler/runtime_core/docs/
Dir_format.md386 std::cerr << OPCODE_NAMES[(int)inst->GetOpcode()] << std::endl;