Searched defs:ExtractBit (Results 1 – 3 of 3) sorted by relevance
928 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber) { in ExtractBit() function
167 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function
602 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function