Home
last modified time | relevance | path

Searched refs:REG_WIDTH (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/abc2program/common/
H A Dabc_file_utils.h55 constexpr uint32_t REG_WIDTH = 8; member
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp593 os << std::setw(REG_WIDTH) << std::right << variable_info.reg << DUMP_CONTENT_DOUBLE_SPACES; in DumpFunctionDebugInfo()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2096 const int REG_WIDTH = 8; in SerializeLocalVariableTable() local
2116 os << std::setw(REG_WIDTH) << std::right << reg_stream.str() << " "; in SerializeLocalVariableTable()

Completed in 6 milliseconds