Home
last modified time | relevance | path

Searched refs:GetMachineRegDebugString (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc39 std::string GetMachineRegDebugString(MachineReg r) { in GetMachineRegDebugString() function
59 out += GetMachineRegDebugString(r); in GetRegOperandDebugString()
70 out += GetMachineRegDebugString(live_in()[i]); in GetDebugString()
78 out += GetMachineRegDebugString(live_out()[i]); in GetDebugString()
162 out += GetMachineRegDebugString(src_); in GetDebugString()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h76 return StringPrintf("[%d, %d) %s", begin(), end(), GetMachineRegDebugString(GetVReg()).c_str()); in GetDebugString()
Dmachine_ir.h110 [[nodiscard]] std::string GetMachineRegDebugString(MachineReg r);