Lines Matching refs:one

343   TNode<Float64T> one = Float64Constant(1.0);
353 var_x = Float64Sub(var_x.value(), one);
365 TNode<Float64T> one = Float64Constant(1.0);
386 var_x = Float64Add(var_x.value(), one);
400 var_x = Float64Sub(var_x.value(), one);
417 TNode<Float64T> one = Float64Constant(1.0);
438 var_x = Float64Sub(var_x.value(), one);
452 var_x = Float64Add(var_x.value(), one);
500 TNode<Float64T> one = Float64Constant(1.0);
524 var_x = Float64Sub(var_x.value(), one);
543 var_x = Float64Sub(var_x.value(), one);
1634 // that does one shift right instead of two shifts (right and then left).
1663 // that does one shift right instead of two shifts (right and then left).
2411 // carry bit from it could bring us back onto the "one digit" path.
2765 // |kIeeeDoubleExponentWordOffset| into one addressing mode.
4143 // Allocate space for the JSArray and the elements FixedArray in one go.
7072 // Check if the {code} is a one-byte char code.
7302 TNode<Int32T> one = Int32Constant(1);
7304 Word32Shr(TruncateWordToInt32(number_string_cache_length), one), one);
13803 TNode<Smi> one = SmiConstant(1);
13804 var_result = TrySmiAdd(smi_value, one, &if_overflow);
13826 TNode<Float64T> one = Float64Constant(1.0);
13827 TNode<Float64T> finc_result = Float64Add(finc_value, one);
13845 TNode<Smi> one = SmiConstant(1);
13847 var_result = TrySmiSub(smi_value, one, &if_overflow);
15888 TNode<IntPtrT> one = IntPtrConstant(1);
15893 IntPtrAdd(offset, one)));
15899 TNode<IntPtrT> mask = IntPtrSub(capacity, one);
15906 IntPtrAdd(WordAnd(IntPtrSub(entry, group_width), mask), one);
15908 TNode<IntPtrT> copy_entry_rhs = WordAnd(IntPtrSub(group_width, one), mask);