Searched refs:kMaxIntShiftDistance (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier_arm.cc123 ? kMaxIntShiftDistance
H A Dnodes_shared.h208 ? kMaxIntShiftDistance
H A Dnodes.h85 static constexpr int32_t kMaxIntShiftDistance = 0x1f; member in namespace:art
5063 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5109 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5157 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5322 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
H A Dinstruction_simplifier.cc346 : kMaxIntShiftDistance;
H A Dcode_generator_arm_vixl.cc4936 __ And(out_reg, second_reg, kMaxIntShiftDistance);
4946 uint32_t shift_value = cst & kMaxIntShiftDistance;
H A Dcode_generator_x86.cc3921 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance;
4106 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance);
H A Dcode_generator_x86_64.cc3917 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance);
3986 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance);
H A Dcode_generator_arm64.cc2441 (type == DataType::Type::kInt32 ? kMaxIntShiftDistance : kMaxLongShiftDistance);
H A Dcode_generator_mips64.cc2062 (type == DataType::Type::kInt32 ? kMaxIntShiftDistance : kMaxLongShiftDistance);
H A Dcode_generator_mips.cc2306 (type == DataType::Type::kInt32) ? kMaxIntShiftDistance : kMaxLongShiftDistance;

Completed in 164 milliseconds