Home
last modified time | relevance | path

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

/art/compiler/dex/
Dreg_storage.h158 constexpr bool Is64BitSolo() const { in Is64BitSolo() function
204 static constexpr bool Is64BitSolo(uint16_t reg) { in Is64BitSolo() function
/art/compiler/dex/quick/arm/
Dcodegen_arm.h338 DCHECK(reg.IsDouble() && reg.Is64BitSolo()); in As64BitFloatRegPair()
/art/compiler/dex/quick/x86/
Dint_x86.cc2422 if (cu_->target64 && r_dest.Is64BitSolo()) { in OpRegThreadMem()