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

  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1874 sim_fpu wop_u, wop_l; local
1887 sim_fpu_i32to (&wop_u, (op >> 32) & (unsigned)0xFFFFFFFF, round);
1891 sim_fpu_32to (&wop_u, FP_PS_upper(op));
1902 status_u |= sim_fpu_to32u (&res_u, &wop_u, round);
1907 status_u |= sim_fpu_round_32 (&wop_u, round, denorm);
1909 sim_fpu_to32 (&res_u, &wop_u);
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1874 sim_fpu wop_u, wop_l; local
1887 sim_fpu_i32to (&wop_u, (op >> 32) & (unsigned)0xFFFFFFFF, round);
1891 sim_fpu_32to (&wop_u, FP_PS_upper(op));
1902 status_u |= sim_fpu_to32u (&res_u, &wop_u, round);
1907 status_u |= sim_fpu_round_32 (&wop_u, round, denorm);
1909 sim_fpu_to32 (&res_u, &wop_u);

Completed in 13 milliseconds