Searched defs:ExtractBit (Results 1 – 5 of 5) sorted by relevance
173 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function
505 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function
1402 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber) { in ExtractBit() function
5373 __ ExtractBit(r0, scratch, Map::kIsUndetectable); in DoShiftI() local
5298 __ ExtractBit(r0, scratch, Map::kIsUndetectable); in DoShiftI() local