Lines Matching defs:Sub

1145         __ Sub(out, first, second);  in GenerateDataProcInstruction()  local
1638 __ Sub(out, left_low, right_low); in GenerateEqualLong() local
1640 __ Sub(temp, left_high, right_high); in GenerateEqualLong() local
1644 __ Sub(temp, left_high, HighRegisterFrom(right)); in GenerateEqualLong() local
1645 __ Sub(out, left_low, LowRegisterFrom(right)); in GenerateEqualLong() local
1812 __ Sub(out, in, operand); in GenerateConditionIntegralOrNonPrimitive() local
2417 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry() local
3885 __ Sub(HighRegisterFrom(out), HighRegisterFrom(out), HighRegisterFrom(in)); in VisitNeg() local
4376 __ Sub(OutputRegister(sub), InputRegisterAt(sub, 0), InputOperandAt(sub, 1)); in VisitSub() local
4578 __ Sub(out, dividend, out); in DivRemByPowerOfTwo() local
4650 __ Sub(temp1, temp1, dividend); in GenerateDivRemWithAnyConstant() local
4658 __ Sub(out, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
4660 __ Sub(temp1, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
7889 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7896 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7905 __ Sub(temp, temp, path_to_root & 0x00ffu); // 16-bit SUB (immediate) T2 in GenerateBitstringTypeCheckCompare() local
7906 __ Sub(temp, temp, path_to_root & 0xff00u); // 32-bit SUB (immediate) T3 in GenerateBitstringTypeCheckCompare() local
7916 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7926 __ Sub(temp, temp, path_to_root << (32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
8401 __ Sub(out, out, 2); in VisitInstanceOf() local
8667 __ Sub(RegisterFrom(maybe_temp2_loc), RegisterFrom(maybe_temp2_loc), 2); in VisitCheckCast() local
10107 __ Sub(key_reg, value_reg, lower_bound); in VisitPackedSwitch() local