Home | History | Annotate | Download | only in Sparc

Lines Matching full:fsqrtd

341 //  1) fixing the FSQRTS and FSQRTD instructions.
344 // FSQRTS and FDIVS are converted to FDIVD and FSQRTD respectively earlier in
369 if (AsmString.startswith_lower("fsqrtd")) {
371 Opcode = SP::FSQRTD;
380 // already have been converted to FSQRTD or FDIVD earlier in the
382 if (Opcode == SP::FSQRTD || Opcode == SP::FDIVD) {
383 // Insert 5 NOPs before FSQRTD,FDIVD.
388 // ... and inserting 28 NOPs after FSQRTD,FDIVD.
686 } else if (NextOpcode == SP::FSQRTD) {
896 case SP::FSQRTD: