Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h208 ? kMaxIntShiftDistance
Dinstruction_simplifier_arm.cc123 ? kMaxIntShiftDistance in TryMergeIntoShifterOperand()
Dnodes.h88 static constexpr int32_t kMaxIntShiftDistance = 0x1f; variable
5280 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5326 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5374 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5539 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
Dinstruction_simplifier.cc353 : kMaxIntShiftDistance; in VisitShift()
Dcode_generator_x86_64.cc4287 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance); in HandleShift()
4356 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance); in VisitRor()
Dcode_generator_x86.cc4267 int32_t shift = second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance; in HandleShift()
4452 Immediate imm(second.GetConstant()->AsIntConstant()->GetValue() & kMaxIntShiftDistance); in VisitRor()
Dcode_generator_arm_vixl.cc4846 __ And(out_reg, second_reg, kMaxIntShiftDistance); in HandleShift()
4856 uint32_t shift_value = cst & kMaxIntShiftDistance; in HandleShift()
Dcode_generator_arm64.cc2059 (type == DataType::Type::kInt32 ? kMaxIntShiftDistance : kMaxLongShiftDistance); in HandleShift()
Dcode_generator_mips64.cc2187 (type == DataType::Type::kInt32 ? kMaxIntShiftDistance : kMaxLongShiftDistance); in HandleShift()
Dcode_generator_mips.cc2429 (type == DataType::Type::kInt32) ? kMaxIntShiftDistance : kMaxLongShiftDistance; in HandleShift()