Searched defs:ExtractBit (Results 1 – 3 of 3) sorted by relevance
236 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function
630 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function
3198 bool ExtractBit(uint8_t flags, uint8_t offset) { in ExtractBit() function