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

/netbsd-current/external/gpl3/binutils/dist/include/gdb/
H A Dsim-sh.h148 SIM_SH64_TR0_REGNUM = 68, enumerator in enum:__anon810
/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dsim-sh.h148 SIM_SH64_TR0_REGNUM = 68, enumerator in enum:__anon1963
/netbsd-current/external/gpl3/gdb/dist/include/gdb/
H A Dsim-sh.h148 SIM_SH64_TR0_REGNUM = 68, enumerator in enum:__anon1379
/netbsd-current/external/gpl3/binutils.old/dist/include/gdb/
H A Dsim-sh.h148 SIM_SH64_TR0_REGNUM = 68, enumerator in enum:__anon997
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsh64.c835 if (nr >= SIM_SH64_TR0_REGNUM
836 && nr < (SIM_SH64_TR0_REGNUM + SIM_SH64_NR_TR_REGS)
840 H2T_8 (sh64_h_tr_get (cpu, nr - SIM_SH64_TR0_REGNUM));
893 if (nr >= SIM_SH64_TR0_REGNUM
894 && nr < (SIM_SH64_TR0_REGNUM + SIM_SH64_NR_TR_REGS)
897 sh64_h_tr_set (cpu, nr - SIM_SH64_TR0_REGNUM, T2H_8 (*((unsigned64*)buf)));

Completed in 147 milliseconds