Home | History | Annotate | Download | only in TableGen

Lines Matching defs:bits

137 /// byteFromBitsInit - Extracts a value at most 8 bits in width from a BitsInit.
163 /// byteFromRec - Extract a value at most 8 bits in with from a Record given the
170 BitsInit* bits = rec->getValueAsBitsInit(name);
171 return byteFromBitsInit(*bits);