Lines Matching refs:result
702 // them must be greater than or equal to slot_count, otherwise the result is
711 // greater than or equal to count double words, otherwise the result is
714 // greater than or equal to count double words, otherwise the result is
1015 // Exits with 'result' holding the answer.
1016 void TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result,
1307 // range of the 64-bit result, execution branches to done. Otherwise,
1308 // execution falls through, and the sign of the result can be used to
1311 // On successful conversion, the least significant 32 bits of the result are
1313 void TryConvertDoubleToInt64(Register result, DoubleRegister input,
1352 // If rm is the minimum representable value, the result is not representable.
1963 // Always use unsigned comparisons: ls for a positive result.
1968 // Load the elements kind field from a map, and return it in the result
1970 void LoadElementsKindFromMap(Register result, Register map);