Lines Matching defs:Sub
1108 __ Sub(out, first, second); in GenerateDataProcInstruction() local
1601 __ Sub(out, left_low, right_low); in GenerateEqualLong() local
1603 __ Sub(temp, left_high, right_high); in GenerateEqualLong() local
1607 __ Sub(temp, left_high, HighRegisterFrom(right)); in GenerateEqualLong() local
1608 __ Sub(out, left_low, LowRegisterFrom(right)); in GenerateEqualLong() local
1775 __ Sub(out, in, operand); in GenerateConditionIntegralOrNonPrimitive() local
2125 __ Sub(temp, temp, Operand(temp, ShiftType::LSR, 16)); in MaybeIncrementHotness() local
2216 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry() local
3651 __ Sub(HighRegisterFrom(out), HighRegisterFrom(out), HighRegisterFrom(in)); in VisitNeg() local
4142 __ Sub(OutputRegister(sub), InputRegisterAt(sub, 0), InputOperandAt(sub, 1)); in VisitSub() local
4344 __ Sub(out, dividend, out); in DivRemByPowerOfTwo() local
4416 __ Sub(temp1, temp1, dividend); in GenerateDivRemWithAnyConstant() local
4424 __ Sub(out, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
4426 __ Sub(temp1, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
7610 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7617 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7626 __ Sub(temp, temp, path_to_root & 0x00ffu); // 16-bit SUB (immediate) T2 in GenerateBitstringTypeCheckCompare() local
7627 __ Sub(temp, temp, path_to_root & 0xff00u); // 32-bit SUB (immediate) T3 in GenerateBitstringTypeCheckCompare() local
7637 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7647 __ Sub(temp, temp, path_to_root << (32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
8341 __ Sub(RegisterFrom(maybe_temp2_loc), RegisterFrom(maybe_temp2_loc), 2); in VisitCheckCast() local
9773 __ Sub(key_reg, value_reg, lower_bound); in VisitPackedSwitch() local