Searched refs:nzcvq_bits (Results 1 – 1 of 1) sorted by relevance
5844 unsigned int nzcvq_bits = 0; in parse_psr() local5853 nzcvq_bits |= (nzcvq_bits & 0x01) ? 0x20 : 0x01; in parse_psr()5857 nzcvq_bits |= (nzcvq_bits & 0x02) ? 0x20 : 0x02; in parse_psr()5861 nzcvq_bits |= (nzcvq_bits & 0x04) ? 0x20 : 0x04; in parse_psr()5865 nzcvq_bits |= (nzcvq_bits & 0x08) ? 0x20 : 0x08; in parse_psr()5869 nzcvq_bits |= (nzcvq_bits & 0x10) ? 0x20 : 0x10; in parse_psr()5882 if (nzcvq_bits == 0x1f) in parse_psr()5897 if ((nzcvq_bits & 0x20) != 0 in parse_psr()5898 || (nzcvq_bits != 0x1f && nzcvq_bits != 0) in parse_psr()