Home
last modified time | relevance | path

Searched refs:GetInstructionBits (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.h225 Instr GetInstructionBits() const { in GetInstructionBits() function
229 return GetInstructionBits();
236 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit()
242 return ExtractUnsignedBitfield32(msb, lsb, GetInstructionBits()); in ExtractBits()
252 uint32_t x = GetInstructionBits() & mask; // Clear irrelevant bits. in Compress()
300 return GetInstructionBits() & mask; in Mask()
321 GetInstructionBits())
770 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()
774 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()
780 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()
[all …]
Dcpu-features-auditor-aarch64.cc1270 switch (instr->GetInstructionBits()) { in VIXL_SIMPLE_SVE_VISITOR_LIST()
Dsimulator-aarch64.cc3541 instr->GetInstructionBits()); in VisitReserved()
3549 instr->GetInstructionBits()); in VisitUnimplemented()
3557 instr->GetInstructionBits()); in VisitUnallocated()
6464 if (instr->GetInstructionBits() == XPACLRI) { in VisitSystem()
Ddisasm-aarch64.cc7308 instr->GetInstructionBits(), in ProcessOutput()
/external/vixl/examples/aarch64/
Dnon-const-visitor.cc51 Instr instr_bits = mutable_instr->GetInstructionBits(); in Visit()
/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc75 Instr inst = candidate->GetInstructionBits(); in CheckAndMaybeDisassembleMovprfxPairs()