Searched refs:SIM_SH64_R0_REGNUM (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/gdb/
H A Dsim-sh.h142 SIM_SH64_R0_REGNUM = 0, enumerator in enum:__anon810
/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dsim-sh.h142 SIM_SH64_R0_REGNUM = 0, enumerator in enum:__anon1963
/netbsd-current/external/gpl3/gdb/dist/include/gdb/
H A Dsim-sh.h142 SIM_SH64_R0_REGNUM = 0, enumerator in enum:__anon1379
/netbsd-current/external/gpl3/binutils.old/dist/include/gdb/
H A Dsim-sh.h142 SIM_SH64_R0_REGNUM = 0, enumerator in enum:__anon997
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsh64.c803 if (nr >= SIM_SH64_R0_REGNUM
804 && nr < (SIM_SH64_R0_REGNUM + SIM_SH64_NR_R_REGS)
808 H2T_8 (sh64_h_gr_get (cpu, nr - SIM_SH64_R0_REGNUM));
862 if (nr >= SIM_SH64_R0_REGNUM
863 && nr < (SIM_SH64_R0_REGNUM + SIM_SH64_NR_R_REGS)
866 sh64_h_gr_set (cpu, nr - SIM_SH64_R0_REGNUM, T2H_8 (*((unsigned64*)buf)));

Completed in 188 milliseconds