Searched refs:ExtractBit (Results 1 – 8 of 8) sorted by relevance
181 VIXL_ASSERT(instr->ExtractBit(28) == 0x1); in DecodePCRelAddressing()200 if (instr->ExtractBit(25) == 0) { in DecodeBranchSystemException()208 if (instr->ExtractBit(25) == 0) { in DecodeBranchSystemException()209 if ((instr->ExtractBit(24) == 0x1) || in DecodeBranchSystemException()221 if (instr->ExtractBit(25) == 0) { in DecodeBranchSystemException()222 if (instr->ExtractBit(24) == 0) { in DecodeBranchSystemException()260 if (((instr->ExtractBit(24) == 0x1) && in DecodeBranchSystemException()289 if ((instr->ExtractBit(28) == 0) && (instr->ExtractBit(29) == 0) && in DecodeLoadStore()290 (instr->ExtractBit(26) == 1)) { in DecodeLoadStore()295 if (instr->ExtractBit(24) == 0) { in DecodeLoadStore()[all …]
167 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function169 return ExtractBit(pos); in Bit()
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()[all …]
783 if (instr->ExtractBit(11)) scope.Record(CPUFeatures::kNEONHalf); in VisitNEONModifiedImmediate()
2704 (instr->ExtractBit(23) << 1) | instr->ExtractBit(29); in VisitNEON3Same()3743 int half_enc = instr->ExtractBit(11); in VisitNEONModifiedImmediate()
602 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function
532 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber,
928 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber) { in ExtractBit() function