• Home
  • Raw
  • Download

Lines Matching defs:Sub

1153         __ Sub(out, first, second);  in GenerateDataProcInstruction()  local
1646 __ Sub(out, left_low, right_low); in GenerateEqualLong() local
1648 __ Sub(temp, left_high, right_high); in GenerateEqualLong() local
1652 __ Sub(temp, left_high, HighRegisterFrom(right)); in GenerateEqualLong() local
1653 __ Sub(out, left_low, LowRegisterFrom(right)); in GenerateEqualLong() local
1820 __ Sub(out, in, operand); in GenerateConditionIntegralOrNonPrimitive() local
2368 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry() local
3800 __ Sub(HighRegisterFrom(out), HighRegisterFrom(out), HighRegisterFrom(in)); in VisitNeg() local
4291 __ Sub(OutputRegister(sub), InputRegisterAt(sub, 0), InputOperandAt(sub, 1)); in VisitSub() local
4493 __ Sub(out, dividend, out); in DivRemByPowerOfTwo() local
4565 __ Sub(temp1, temp1, dividend); in GenerateDivRemWithAnyConstant() local
4573 __ Sub(out, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
4575 __ Sub(temp1, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
7781 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7788 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7797 __ Sub(temp, temp, path_to_root & 0x00ffu); // 16-bit SUB (immediate) T2 in GenerateBitstringTypeCheckCompare() local
7798 __ Sub(temp, temp, path_to_root & 0xff00u); // 32-bit SUB (immediate) T3 in GenerateBitstringTypeCheckCompare() local
7808 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7818 __ Sub(temp, temp, path_to_root << (32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
8510 __ Sub(RegisterFrom(maybe_temp2_loc), RegisterFrom(maybe_temp2_loc), 2); in VisitCheckCast() local
9944 __ Sub(key_reg, value_reg, lower_bound); in VisitPackedSwitch() local