HomeSort by: relevance | last modified time | path
    Searched defs:wop_l (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
1888 sim_fpu_i32to (&wop_l, op & (unsigned)0xFFFFFFFF, round);
1892 sim_fpu_32to (&wop_l, FP_PS_lower(op));
1903 status_l |= sim_fpu_to32u (&res_l, &wop_l, round);
1908 status_l |= sim_fpu_round_32 (&wop_l, round, denorm);
1910 sim_fpu_to32 (&res_l, &wop_l);
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1874 sim_fpu wop_u, wop_l; local
1888 sim_fpu_i32to (&wop_l, op & (unsigned)0xFFFFFFFF, round);
1892 sim_fpu_32to (&wop_l, FP_PS_lower(op));
1903 status_l |= sim_fpu_to32u (&res_l, &wop_l, round);
1908 status_l |= sim_fpu_round_32 (&wop_l, round, denorm);
1910 sim_fpu_to32 (&res_l, &wop_l);

Completed in 13 milliseconds