Lines Matching defs:first
443 // This is the first error, so print a header row.
552 Register first = NoReg;
559 if (!first.IsValid()) {
560 // This is the first register we've hit, so construct the literal.
562 first = xn;
565 // loaded into the first register we hit.
566 __ Mov(xn, first);
575 VRegister first = NoVReg;
579 if (!first.IsValid()) {
580 // This is the first register we've hit, so construct the literal.
582 first = dn;
585 // into the first register we hit.
586 __ Fmov(dn, first);
672 // another register first. Also, we pushed four X registers, so we need to
903 // Set first four predicate registers to true for increasing lane sizes.