• Home
  • Raw
  • Download

Lines Matching defs:cmp

1330     __ cmp(left_high, ShifterOperand(right_high));  in GenerateLongComparesAndJumps()  local
1340 __ cmp(left_low, ShifterOperand(right_low)); in GenerateLongComparesAndJumps() local
1446 __ cmp(left, ShifterOperand(right.AsRegister<Register>())); in GenerateTestAndBranch() local
1582 __ cmp(left.AsRegister<Register>(), ShifterOperand(right.AsRegister<Register>())); in HandleCondition() local
3649 __ cmp(left.AsRegister<Register>(), in VisitCompare() local
3655 __ cmp(left.AsRegisterPairHigh<Register>(), in VisitCompare() local
3661 __ cmp(left.AsRegisterPairLow<Register>(), in VisitCompare() local
4611 __ cmp(temp1, ShifterOperand(temp2)); in VisitArraySet() local
4775 __ cmp(index, ShifterOperand(length)); in VisitBoundsCheck() local
5157 __ cmp(IP, ShifterOperand(mirror::Class::kStatusInitialized)); in GenerateClassInitializationCheck() local
5404 __ cmp(out, ShifterOperand(cls)); in VisitInstanceOf() local
5421 __ cmp(out, ShifterOperand(cls)); in VisitInstanceOf() local
5434 __ cmp(out, ShifterOperand(cls)); in VisitInstanceOf() local
5452 __ cmp(out, ShifterOperand(cls)); in VisitInstanceOf() local
5469 __ cmp(out, ShifterOperand(cls)); in VisitInstanceOf() local
5600 __ cmp(temp, ShifterOperand(cls)); in VisitCheckCast() local
5630 __ cmp(temp, ShifterOperand(cls)); in VisitCheckCast() local
5639 __ cmp(temp, ShifterOperand(cls)); in VisitCheckCast() local
5663 __ cmp(temp, ShifterOperand(cls)); in VisitCheckCast() local
6193 __ cmp(temp_reg, ShifterOperand(ReadBarrier::gray_ptr_)); in GenerateReferenceLoadWithBakerReadBarrier() local