Searched refs:Is32Bit (Results 1 – 7 of 7) sorted by relevance
145 constexpr bool Is32Bit() const { in Is32Bit() function195 static constexpr bool Is32Bit(uint16_t reg) { in Is32Bit() function273 DCHECK(low.Is32Bit()); in MakeRegPair()275 DCHECK(high.Is32Bit()); in MakeRegPair()
288 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in Check32BitReg()307 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in As64BitReg()
1033 if (r_index.Is32Bit()) { in LoadBaseIndexed()1121 if (r_index.Is32Bit()) { in StoreBaseIndexed()
141 if (t_reg2.Is32Bit()) { in GenSelect()766 RegStorage r_tmp32 = (r_tmp.Is32Bit()) ? r_tmp : As32BitReg(r_tmp); in GenInlinedCas()
860 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()
394 if ((kFailOnSizeError || kReportSizeError) && !reg.Is32Bit()) { in As64BitReg()
1250 DCHECK(!loc.reg.Is32Bit()); in NarrowRegLoc()