Home | History | Annotate | Download | only in priv

Lines Matching full:fsqrt

5405             case 0xFA: /* FSQRT */
5406 DIP("fsqrt\n");
16224 /* mono 1.1.18.1 produces 48 D9 FA, which is rex.w fsqrt */
16225 if ( (opc == 0xD9 && getUChar(delta+0) == 0xFA)/*fsqrt*/ )