Home
last modified time | relevance | path

Searched refs:GetShift (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcommon_arm64.h223 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) { in OperandFromMemOperand()
225 mem_op.GetShift(), in OperandFromMemOperand()
Dnodes_shared.h170 HInstruction* GetShift() const { return InputAt(2); } in GetShift() function
Dinstruction_simplifier_shared.cc315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()
Dcode_generator_arm64.cc2370 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateAddressIndex()
/art/runtime/
Dstack_map.h259 return GetValue() << GetShift(); in BIT_TABLE_HEADER()