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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp66 uint32_t rhs_regnum = rhs.GetAsKind(m_kind); local
67 if (rhs_regnum != LLDB_INVALID_REGNUM) {
68 return m_regnum == rhs_regnum;

Completed in 85 milliseconds