Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:FABS

1131 // AND/FABS -> clrbit
1144 // We handly only fabs and fneg for V5.
1146 if ((Opc == ISD::FABS || Opc == ISD::FNEG) && !HST->hasV5TOps())
1150 if (Opc != ISD::FABS && Opc != ISD::FNEG) {
1182 if (Opc != ISD::FABS && Opc != ISD::FNEG) {
1190 // For fabs and fneg, it's always the 31st bit.
1200 case ISD::FABS:
1251 if (Opc != ISD::FABS && Opc != ISD::FNEG)
1333 case ISD::FABS: