Lines Matching defs:result
705 bool result = instr->IsLdrLiteralX() && (instr->Rt() == kZeroRegCode);
709 DCHECK(!result || (instr->following()->IsBranchAndLinkToRegister() &&
712 return result;
1322 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT);
1323 result.heap_object_request_.emplace(number);
1324 DCHECK(result.IsHeapObjectRequest());
1325 return result;
1329 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT);
1330 result.heap_object_request_.emplace(str);
1331 DCHECK(result.IsHeapObjectRequest());
1332 return result;
2702 // affect the result of the comparison.
3894 // Number of bits left in the result that are not introduced by the shift.