Lines Matching defs:from
13 // be used to endorse or promote products derived from this software
487 int32_t from = cursor;
488 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta;
489 if (info->pc_needs_aligning) from = AlignDown(from, 4);
490 int32_t min = from + info->min_offset;
491 int32_t max = from + info->max_offset;
13413 // Take a register from the temp list. It will be returned automatically when
13444 // This can be used to prevent helper functions from using sensitive
13464 // Prevent any scratch registers from being used in this scope.