Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitsInit

162 /// byteFromBitsInit - Extracts a value at most 8 bits in width from a BitsInit.
165 /// @param init - A reference to the BitsInit to be decoded.
166 /// @return - The field, with the first bit in the BitsInit as the lowest
168 static uint8_t byteFromBitsInit(BitsInit &init) {
195 BitsInit* bits = rec->getValueAsBitsInit(name);