• Home
  • Raw
  • Download

Lines Matching defs:Sub

1085         __ Sub(out, first, second);  in GenerateDataProcInstruction()  local
1578 __ Sub(out, left_low, right_low); in GenerateEqualLong() local
1580 __ Sub(temp, left_high, right_high); in GenerateEqualLong() local
1584 __ Sub(temp, left_high, HighRegisterFrom(right)); in GenerateEqualLong() local
1585 __ Sub(out, left_low, LowRegisterFrom(right)); in GenerateEqualLong() local
1752 __ Sub(out, in, operand); in GenerateConditionIntegralOrNonPrimitive() local
2119 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry() local
2146 __ Sub(sp, sp, adjust); in GenerateFrameEntry() local
3350 __ Sub(HighRegisterFrom(out), HighRegisterFrom(out), HighRegisterFrom(in)); in VisitNeg() local
3841 __ Sub(OutputRegister(sub), InputRegisterAt(sub, 0), InputOperandAt(sub, 1)); in VisitSub() local
3998 __ Sub(out, out, temp); in DivRemByPowerOfTwo() local
4027 __ Sub(temp1, temp1, dividend); in GenerateDivRemWithAnyConstant() local
4035 __ Sub(out, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
4037 __ Sub(temp1, temp1, Operand(temp1, vixl32::Shift(ASR), 31)); in GenerateDivRemWithAnyConstant() local
7147 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7154 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7163 __ Sub(temp, temp, path_to_root & 0x00ffu); // 16-bit SUB (immediate) T2 in GenerateBitstringTypeCheckCompare() local
7164 __ Sub(temp, temp, path_to_root & 0xff00u); // 32-bit SUB (immediate) T3 in GenerateBitstringTypeCheckCompare() local
7174 __ Sub(temp, temp, path_to_root); in GenerateBitstringTypeCheckCompare() local
7184 __ Sub(temp, temp, path_to_root << (32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
7876 __ Sub(RegisterFrom(maybe_temp2_loc), RegisterFrom(maybe_temp2_loc), 2); in VisitCheckCast() local
9172 __ Sub(key_reg, value_reg, lower_bound); in VisitPackedSwitch() local