Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NNN

91 ///   nnn field [bits 5-3], known elsewhere as the reg field.
102 /// byte. If c0_ff is false, the required value of the nnn
143 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
147 uint8_t NNN;
153 /// @nnn - The required value of the nnn field.
154 ExtendedFilter(bool r, uint8_t nnn) :
157 NNN(nnn) {
163 (((modRM & 0x38) >> 3) == NNN))