• Home
  • Raw
  • Download

Lines Matching refs:SetCC

850       __ add(r0, r0, Operand(value), SetCC);  in SmiOperation()
863 __ rsb(r0, r0, Operand(value), SetCC); in SmiOperation()
865 __ sub(r0, r0, Operand(value), SetCC); in SmiOperation()
911 __ add(r3, r2, Operand(0x40000000), SetCC); in SmiOperation()
926 __ and_(r3, r2, Operand(0xc0000000), SetCC); in SmiOperation()
3317 __ eor(r1, r1, Operand(kSmiTagMask), SetCC); in GenerateIsArray()
3658 __ add(r0, r0, Operand(r1), SetCC); in VisitCountOperation()
3660 __ sub(r0, r0, Operand(r1), SetCC); in VisitCountOperation()
4416 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC); in Generate()
4601 __ orr(r0, r3, Operand(r2), SetCC); in EmitIdenticalObjectComparison()
4700 SetCC); in EmitNanCheck()
4712 SetCC); in EmitNanCheck()
4748 __ sub(r0, lhs_exponent, Operand(rhs_exponent), SetCC); in EmitTwoNonNanDoubleComparison()
4758 __ orr(r4, rhs_mantissa, Operand(rhs_exponent, LSL, kSmiTagSize), SetCC); in EmitTwoNonNanDoubleComparison()
5129 __ sub(scratch2, scratch2, Operand(zero_exponent), SetCC); in GetInt32()
5210 __ mov(r2, Operand(r3, LSR, r2), SetCC); in HandleNonSmiBitwiseOp()
5225 __ add(r3, r2, Operand(0x40000000), SetCC); in HandleNonSmiBitwiseOp()
5396 __ add(r0, r1, Operand(r0), SetCC); // Add y optimistically. in Generate()
5415 __ sub(r0, r1, Operand(r0), SetCC); // Subtract y optimistically. in Generate()
5447 __ add(r2, r0, Operand(r1), SetCC); in Generate()
5473 SetCC); in Generate()
5481 __ eor(r0, r0, Operand(0x80000000u), SetCC); in Generate()
5535 __ sub(r3, r1, Operand(r4, LSL, required_r4_shift), SetCC); in Generate()
5602 __ add(r2, r3, Operand(0x40000000), SetCC); in Generate()
5648 __ rsb(r1, r0, Operand(0), SetCC); in Generate()