Home
last modified time | relevance | path

Searched refs:ExtractBit (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Ddecoder-aarch64.cc181 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 …]
Dinstructions-aarch64.h167 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit() function
169 return ExtractBit(pos); in Bit()
Dsimulator-aarch64.cc1141 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 …]
Dcpu-features-auditor-aarch64.cc783 if (instr->ExtractBit(11)) scope.Record(CPUFeatures::kNEONHalf); in VisitNEONModifiedImmediate()
Ddisasm-aarch64.cc2704 (instr->ExtractBit(23) << 1) | instr->ExtractBit(29); in VisitNEON3Same()
3743 int half_enc = instr->ExtractBit(11); in VisitNEONModifiedImmediate()
/external/vixl/src/
Dutils-vixl.h602 inline T ExtractBit(T value, unsigned bit) { in ExtractBit() function
/external/v8/src/ppc/
Dmacro-assembler-ppc.h532 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber,
/external/v8/src/s390/
Dmacro-assembler-s390.h928 inline void ExtractBit(Register dst, Register src, uint32_t bitNumber) { in ExtractBit() function