Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc40 std::string GetMachineRegDebugString(MachineReg r) { in GetMachineRegDebugString() function
60 out += GetMachineRegDebugString(r); in GetRegOperandDebugString()
71 out += GetMachineRegDebugString(live_in()[i]); in GetDebugString()
79 out += GetMachineRegDebugString(live_out()[i]); in GetDebugString()
171 out += GetMachineRegDebugString(src_); in GetDebugString()
/aosp_15_r20/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.h111 [[nodiscard]] std::string GetMachineRegDebugString(MachineReg r);