Lines Matching +full:- +full:encoded
34 * field's mask is cumbersome and might break the assembler (255-character
35 * line-size limit).
42 * Fld Encoded bit field.
57 * Field Encoded bit field (using the macro "Fld").
69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field))
70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1)
82 * Value Bit-field value.
83 * Field Encoded bit field (using the macro "Fld").
86 * FInsrt Bit-field value positioned appropriately.
101 * Data Data containing the bit-field to be extracted.
102 * Field Encoded bit field (using the macro "Fld").
105 * FExtr Bit-field value.