Lines Matching defs:bits
47 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) {
49 VIXL_ASSERT(IsUintN(width, bits) || IsIntN(width, bits));
51 bits <<= lsb;
55 value_ = (value_ & ~mask) | (bits & mask);
559 // Initialize all bits of pseudo predicate register to true.
616 uint16_t bits = (0x0100 * lane) | i;
617 pregisters_[i].Insert(lane, bits);
944 // NZCV bits, ordered N in bit 3 to V in bit 0.
1044 // Simulate sign-extension to 64 bits.
1342 // unprinted bits are zero.
1430 // unprinted bits are all zero:
1434 // bits:
1481 // unprinted bits are all zero:
1488 // bits:
1634 // implies nothing about the unprinted bits.
1677 // unprinted bits.
1680 // bits to align with the Z register bytes that they predicate.
5417 unsigned size = sizeof(val) * 8; // Number of bits in type T.
5426 // Poly32Mod2 cannot handle inputs with more than 32 bits, so compute
5566 // Shift distance encoded in the least-significant five/six bits of the
8239 // In offset mode, bits 20 to 16 should be zero; these bits encode the
8402 // In offset mode, bits 20 to 16 should be zero; these bits encode the
9676 // Valid immediate is a non-zero bits
11007 acc &= mask; // Ignore initial accumulator high bits.
14314 // as it should have zero in bits 63:55.
14685 // PROT_BTI and PROT_MTE. Although the kernel probably just ignores the bits