Searched refs:GetRawBits (Results 1 – 8 of 8) sorted by relevance
135 return (reg_ == rhs.GetRawBits()); in ExactlyEquals()139 return (reg_ != rhs.GetRawBits()); in NotExactlyEquals()321 constexpr int GetRawBits() const { in GetRawBits() function343 return o << rhs.GetRawBits(); // TODO: better output.
36 table[i].reg.GetRawBits(), in DumpRegLocTable()
301 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()323 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
285 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()321 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
404 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()422 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
48 DCHECK(r_src.IsSingle()) << "Raw: 0x" << std::hex << r_src.GetRawBits(); in OpFpRegCopy()
428 DCHECK(res.IsSingle()) << "Reg: 0x" << std::hex << res.GetRawBits(); in AllocTempSingle()437 DCHECK(res.IsDouble()) << "Reg: 0x" << std::hex << res.GetRawBits(); in AllocTempDouble()
1051 …RegStorage reg_tmp_ptr = RegStorage(RegStorage::k64BitSolo, reg_tmp.GetRawBits() & RegStorage::kRe… in GenInlinedStringGetCharsNoCheck()