Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h229 Instr GetInstructionBits() const { in GetInstructionBits() function in vixl::aarch64::Instruction
232 VIXL_DEPRECATED("GetInstructionBits", Instr InstructionBits() const) {
233 return GetInstructionBits();
240 int ExtractBit(int pos) const { return (GetInstructionBits() >> pos) & 1; } in ExtractBit()
246 return ExtractUnsignedBitfield32(msb, lsb, GetInstructionBits()); in ExtractBits()
256 uint32_t x = GetInstructionBits() & mask; // Clear irrelevant bits. in Compress()
304 return GetInstructionBits() & mask; in Mask()
325 GetInstructionBits()) in GetSVEVectorFormat()
523 return GetInstructionBits() == instr->Mask(~(0x3U << op_lsb)); in IsMOPSPrologueOf()
530 return GetInstructionBits() in IsMOPSMainOf()
[all...]
H A Dcpu-features-auditor-aarch64.cc1273 switch (instr->GetInstructionBits()) { in VisitSystem()
H A Dsimulator-aarch64.cc3691 instr->GetInstructionBits()); in Simulator()
3699 instr->GetInstructionBits()); in Simulator()
3707 instr->GetInstructionBits()); in Simulator()
H A Ddisasm-aarch64.cc7571 instr->GetInstructionBits(), in Disassembler()
/third_party/vixl/examples/aarch64/
H A Dnon-const-visitor.cc52 Instr instr_bits = mutable_instr->GetInstructionBits(); in Visit()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc75 Instr inst = candidate->GetInstructionBits(); in CheckAndMaybeDisassembleMovprfxPairs()

Completed in 34 milliseconds