HomeSort by: relevance | last modified time | path
    Searched refs:fpec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.c 364 FP_ExceptionCases fpec; local
368 fpec = eIn;
371 fpec = eQN;
374 fpec = eUn;
376 fpec = ex_tab[(int)(a->type)][(int)(b->type)];
378 /*printf("%s %s -> %s\n", fpt_names[(int)(a->type)], fpt_names[(int)(b->type)], ex_names[(int)(fpec)]);*/
381 *case_ret = fpec;
383 switch (fpec)
  /src/external/gpl3/gdb/dist/sim/rx/
fpu.c 364 FP_ExceptionCases fpec; local
368 fpec = eIn;
371 fpec = eQN;
374 fpec = eUn;
376 fpec = ex_tab[(int)(a->type)][(int)(b->type)];
378 /*printf("%s %s -> %s\n", fpt_names[(int)(a->type)], fpt_names[(int)(b->type)], ex_names[(int)(fpec)]);*/
381 *case_ret = fpec;
383 switch (fpec)

Completed in 17 milliseconds