Lines Matching defs:byte
531 int byte = bit / (sizeof(value_[0]) * kBitsPerByte);
532 return ((value_[byte] >> bit_in_byte) & 1) != 0;
535 // Return a pointer to the raw, underlying byte array.
626 uint8_t byte = register_.GetLane<uint8_t>(byte_index);
627 register_.Insert(byte_index, ZeroExtend(byte, bit_offset, psize, value));
635 uint8_t byte = register_.GetLane<uint8_t>(byte_index);
636 return ExtractBit(byte, bit_offset);
679 uint8_t ZeroExtend(uint8_t byte, int index, int psize, bool value) {
685 AssignBit(byte, index, bits);
688 AssignBits(byte, index, 0x03, bits);
691 AssignBits(byte, index, 0x0f, bits);
694 AssignBits(byte, index, 0xff, bits);
700 return byte;
996 // and lanes can be a minimum of one byte wide.
2459 // Print a single Q-sized part of a Z register, or the corresponding two-byte
2617 // `focus_mask` are of particular interest. Each bit corresponds to a byte in
2639 // The lanes to be printed. Each bit corresponds to a byte in the printed
5238 // Construct a SimVRegister from a SimPRegister, where each byte-sized lane of