Lines Matching defs:bits
9 #include "src/base/bits.h"
1382 if ((regs.bits() & (1 << i)) != 0) {
1393 if ((regs.bits() & (1 << i)) != 0) {
1407 if ((regs.bits() & (1 << i)) != 0) {
1418 if ((regs.bits() & (1 << i)) != 0) {
2594 // Start by flipping the bits end-for-end so we can count the number of
2601 // Convert trailing zeroes to trailing ones, and bits to their left
2826 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) {
2828 offset = branch_offset_helper(L, bits) >> 2;
2830 DCHECK(is_intn(offset, bits));
2849 OffsetSize bits) {
2850 if (!is_near(L, bits)) return false;
2851 *offset = GetOffset(*offset, L, bits);
2855 bool TurboAssembler::CalculateOffset(Label* L, int32_t* offset, OffsetSize bits,
2857 if (!is_near(L, bits)) return false;
2859 *offset = GetOffset(*offset, L, bits);
3333 OffsetSize bits = OffsetSize::kOffset16;
3343 if (!is_near(L, bits)) return false;
3345 offset = GetOffset(offset, L, bits);
3349 if (!is_near(L, bits)) return false;
3351 offset = GetOffset(offset, L, bits);
3368 if (!is_near(L, bits)) return false;
3370 offset = GetOffset(offset, L, bits);
3387 if (!is_near(L, bits)) return false;
3389 offset = GetOffset(offset, L, bits);
3405 if (!is_near(L, bits)) return false;
3407 offset = GetOffset(offset, L, bits);
3424 if (!is_near(L, bits)) return false;
3426 offset = GetOffset(offset, L, bits);
3434 if (!is_near(L, bits)) return false;
3436 offset = GetOffset(offset, L, bits);
3441 if (!is_near(L, bits)) return false;
3443 offset = GetOffset(offset, L, bits);
3448 if (!is_near(L, bits)) return false;
3450 offset = GetOffset(offset, L, bits);
3455 if (!is_near(L, bits)) return false;
3457 offset = GetOffset(offset, L, bits);
4882 DCHECK(base::bits::IsPowerOfTwo(frame_alignment));
4900 DCHECK(base::bits::IsPowerOfTwo(frame_alignment));
4987 DCHECK(base::bits::IsPowerOfTwo(frame_alignment));
5381 DCHECK(base::bits::IsPowerOfTwo(frame_alignment));
5438 DCHECK(base::bits::IsPowerOfTwo(frame_alignment));