Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_mips.h112 HInstruction* GetShift() const { return InputAt(1); } in GetShift() function
Dinstruction_simplifier_mips.cc100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractArrayAccessIndex()
Dcommon_arm64.h218 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) { in OperandFromMemOperand()
220 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_mips.cc3280 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateArrayAddressIndex()
3291 uint32_t shift = instruction->GetShift()->AsIntConstant()->GetValue(); in VisitIntermediateArrayAddressIndex()
Dcode_generator_arm64.cc2222 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateAddressIndex()
/art/runtime/
Dstack_map.h260 return GetValue() << GetShift(); in BIT_TABLE_HEADER()