Searched refs:ABC (Results 1 – 1 of 1) sorted by relevance
142 #define ABC 4 macro306 case FMSUBS: func = fmsubs; type = ABC; break; in do_mathemu()307 case FMADDS: func = fmadds; type = ABC; break; in do_mathemu()308 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()309 case FNMADDS: func = fnmadds; type = ABC; break; in do_mathemu()322 case FSEL: func = fsel; type = ABC; break; in do_mathemu()325 case FMSUB: func = fmsub; type = ABC; break; in do_mathemu()326 case FMADD: func = fmadd; type = ABC; break; in do_mathemu()327 case FNMSUB: func = fnmsub; type = ABC; break; in do_mathemu()328 case FNMADD: func = fnmadd; type = ABC; break; in do_mathemu()[all …]