Lines Matching refs:NR
698 NR = 0x14, // And (32)1114 inline int Bit(int nr) const { return (InstructionBits() >> nr) & 1; }1144 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; }