Home
last modified time | relevance | path

Searched refs:GetRawBits (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/
Dreg_storage.h135 return (reg_ == rhs.GetRawBits()); in ExactlyEquals()
139 return (reg_ != rhs.GetRawBits()); in NotExactlyEquals()
321 constexpr int GetRawBits() const { in GetRawBits() function
343 return o << rhs.GetRawBits(); // TODO: better output.
Dvreg_analysis.cc36 table[i].reg.GetRawBits(), in DumpRegLocTable()
/art/compiler/dex/quick/mips/
Dcodegen_mips.h301 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()
323 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h285 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()
321 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h404 reg.GetRawBits() & RegStorage::kRegTypeMask); in As32BitReg()
422 reg.GetRawBits() & RegStorage::kRegTypeMask); in As64BitReg()
Dutility_x86.cc48 DCHECK(r_src.IsSingle()) << "Raw: 0x" << std::hex << r_src.GetRawBits(); in OpFpRegCopy()
/art/compiler/dex/quick/
Dralloc_util.cc428 DCHECK(res.IsSingle()) << "Reg: 0x" << std::hex << res.GetRawBits(); in AllocTempSingle()
437 DCHECK(res.IsDouble()) << "Reg: 0x" << std::hex << res.GetRawBits(); in AllocTempDouble()
Dgen_invoke.cc1051 …RegStorage reg_tmp_ptr = RegStorage(RegStorage::k64BitSolo, reg_tmp.GetRawBits() & RegStorage::kRe… in GenInlinedStringGetCharsNoCheck()