Searched refs:kAfterMaxLiftoffRegCode (Results 1 – 3 of 3) sorted by relevance
62 static constexpr int kAfterMaxLiftoffRegCode = kAfterMaxLiftoffFpRegCode; variable64 32 - base::bits::CountLeadingZeros<uint32_t>(kAfterMaxLiftoffRegCode - 1);90 DCHECK_GT(kAfterMaxLiftoffRegCode, code); in from_liftoff_code()192 static constexpr bool use_u16 = kAfterMaxLiftoffRegCode <= 16;193 static constexpr bool use_u32 = !use_u16 && kAfterMaxLiftoffRegCode <= 32;
93 uint32_t src_reg_use_count[kAfterMaxLiftoffRegCode] = {0}; in Execute()606 uint32_t register_use_count[kAfterMaxLiftoffRegCode] = {0}; in ValidateCacheState()
122 uint32_t register_use_count[kAfterMaxLiftoffRegCode] = {0};