Home
last modified time | relevance | path

Searched refs:Is32Bit (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Dreg_storage.h145 constexpr bool Is32Bit() const { in Is32Bit() function
195 static constexpr bool Is32Bit(uint16_t reg) { in Is32Bit() function
273 DCHECK(low.Is32Bit()); in MakeRegPair()
275 DCHECK(high.Is32Bit()); in MakeRegPair()
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h288 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in Check32BitReg()
307 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in As64BitReg()
Dutility_arm64.cc1033 if (r_index.Is32Bit()) { in LoadBaseIndexed()
1121 if (r_index.Is32Bit()) { in StoreBaseIndexed()
Dint_arm64.cc141 if (t_reg2.Is32Bit()) { in GenSelect()
766 RegStorage r_tmp32 = (r_tmp.Is32Bit()) ? r_tmp : As32BitReg(r_tmp); in GenInlinedCas()
/art/compiler/dex/quick/arm/
Dutility_arm.cc860 bool all_low = r_dest.Is32Bit() && r_base.Low8() && r_dest.Low8(); in LoadBaseDispBody()
1002 bool all_low = r_src.Is32Bit() && r_base.Low8() && r_src.Low8(); in StoreBaseDispBody()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h394 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in As64BitReg()
/art/compiler/dex/quick/
Dcodegen_util.cc1250 DCHECK(!loc.reg.Is32Bit()); in NarrowRegLoc()