Searched refs:byteFromBitsInit (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86RecognizableInstr.cpp159 /// byteFromBitsInit - Extracts a value at most 8 bits in width from a BitsInit.
165 static uint8_t byteFromBitsInit(BitsInit &init) { function
190 /// @return - The field, as translated by byteFromBitsInit().
193 return byteFromBitsInit(*bits);
H A DARMDecoderEmitter.cpp116 /// byteFromBitsInit - Return the byte value from a BitsInit.
118 static uint8_t byteFromBitsInit(BitsInit &init) { function
140 return byteFromBitsInit(*bits);
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp154 /// byteFromBitsInit - Extracts a value at most 8 bits in width from a BitsInit.
160 static uint8_t byteFromBitsInit(BitsInit &init) { function
185 /// @return - The field, as translated by byteFromBitsInit().
188 return byteFromBitsInit(*bits);

Completed in 144 milliseconds