Searched refs:frn (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dfldi0.s1 # sh testcase for fldi0 $frn
H A Dfldi1.s1 # sh testcase for fldi1 $frn
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dfldi0.s1 # sh testcase for fldi0 $frn
H A Dfldi1.s1 # sh testcase for fldi1 $frn
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dfrv.c56 int frn = rn - SIM_FRV_FR0_REGNUM; local
60 if ((frn < 32 && !lo_available) || (frn >= 32 && !hi_available))
63 SETTSI (buf, GET_H_FR (frn));
105 int frn = rn - SIM_FRV_FR0_REGNUM; local
109 if ((frn < 32 && !lo_available) || (frn >= 32 && !hi_available))
112 SET_H_FR (frn, GETTSI (buf));
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dfrv.c60 int frn = rn - SIM_FRV_FR0_REGNUM; local
64 if ((frn < 32 && !lo_available) || (frn >= 32 && !hi_available))
67 SETTSI (buf, GET_H_FR (frn));
109 int frn = rn - SIM_FRV_FR0_REGNUM; local
113 if ((frn < 32 && !lo_available) || (frn >= 32 && !hi_available))
116 SET_H_FR (frn, GETTSI (buf));
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y2060 frentry_t *frn;
2062 frn = allocfr();
2066 fr->fr_next = frn;
2067 frn->fr_pnext = &fr->fr_next;
2070 frtop = frn;
2071 frn->fr_pnext = &frtop;
2073 fr = frn;
2074 frc = frn;
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsh64.c302 sh64_fmacs(SIM_CPU *current_cpu, SF fr0, SF frm, SF frn) argument
309 sim_fpu_32to (&a1, frn);

Completed in 119 milliseconds