Lines Matching refs:AB
140 #define AB 2 macro
300 case FDIVS: func = fdivs; type = AB; break; in do_mathemu()
301 case FSUBS: func = fsubs; type = AB; break; in do_mathemu()
302 case FADDS: func = fadds; type = AB; break; in do_mathemu()
303 case FSQRTS: func = fsqrts; type = AB; break; in do_mathemu()
304 case FRES: func = fres; type = AB; break; in do_mathemu()
318 case FDIV: func = fdiv; type = AB; break; in do_mathemu()
319 case FSUB: func = fsub; type = AB; break; in do_mathemu()
320 case FADD: func = fadd; type = AB; break; in do_mathemu()
321 case FSQRT: func = fsqrt; type = AB; break; in do_mathemu()
324 case FRSQRTE: func = frsqrte; type = AB; break; in do_mathemu()
361 case AB: in do_mathemu()