Searched defs:ExtractBit (Results 1 – 2 of 2) sorted by relevance
232 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function
630 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function