Lines Matching defs:result
1168 // a float-to-int, and postprocess the result.
1174 // If the result of the conversion is positive, we are already done.
1177 // The result of the first conversion was negative, which means that the
1682 void TurboAssembler::Move(Register result, Handle<HeapObject> object,
1690 IndirectLoadConstant(result, object);
1694 movl(result, Immediate(static_cast<int>(index), rmode));
1697 movq(result, Immediate64(object.address(), rmode));
1707 void TurboAssembler::MoveStringConstant(Register result,
1710 movq_string(result, string);
2181 // Define the result of tzcnt(0) separately, because bsf(0) is undefined.
2195 // Define the result of tzcnt(0) separately, because bsf(0) is undefined.
2209 Move(dst, 32); // The result of tzcnt is 32 if src = 0.
2222 Move(dst, 32); // The result of tzcnt is 32 if src = 0.