Lines Matching refs:ExtractBit
1141 PACKey key = (instr->ExtractBit(10) == 0) ? kPACKeyIA : kPACKeyIB; in VisitUnconditionalBranchToRegister()
1675 bool is_acquire = instr->ExtractBit(22) == 1; in CompareAndSwapHelper()
1676 bool is_release = instr->ExtractBit(15) == 1; in CompareAndSwapHelper()
1716 bool is_acquire = instr->ExtractBit(22) == 1; in CompareAndSwapPairHelper()
1717 bool is_release = instr->ExtractBit(15) == 1; in CompareAndSwapPairHelper()
1978 bool is_acquire = (instr->ExtractBit(23) == 1) && (rt != kZeroRegCode); in AtomicMemorySimpleHelper()
1979 bool is_release = instr->ExtractBit(22) == 1; in AtomicMemorySimpleHelper()
2043 bool is_acquire = (instr->ExtractBit(23) == 1) && (rt != kZeroRegCode); in AtomicMemorySwapHelper()
2044 bool is_release = instr->ExtractBit(22) == 1; in AtomicMemorySwapHelper()
5003 if ((instr->ExtractBit(23) == 0) && (instr->ExtractBits(20, 16) != 0)) { in NEONLoadStoreMultiStructHelper()
5149 if ((instr->ExtractBit(23) == 0) && (instr->ExtractBits(20, 16) != 0)) { in NEONLoadStoreSingleStructHelper()
5397 int half_enc = instr->ExtractBit(11); in VisitNEONModifiedImmediate()
5619 VIXL_ASSERT(instr->ExtractBit(22) == 1); in VisitNEONScalar2RegMisc()