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

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.c111 case RL78_Reg_SP: return memory[RL78_SFR_SP] + 256 * memory[RL78_SFR_SP+1];
168 memory[RL78_SFR_SP] = val & 0xff;
169 memory[RL78_SFR_SP + 1] = val >> 8;
325 TW ("SP", mem_get_hi (RL78_SFR_SP), old_sp);
335 old_sp = mem_get_hi (RL78_SFR_SP);
H A Dmem.c148 if (address == RL78_SFR_SP && value & 1)
321 if (address > 0xffff8 && address != RL78_SFR_SP)
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.c115 case RL78_Reg_SP: return memory[RL78_SFR_SP] + 256 * memory[RL78_SFR_SP+1];
172 memory[RL78_SFR_SP] = val & 0xff;
173 memory[RL78_SFR_SP + 1] = val >> 8;
329 TW ("SP", mem_get_hi (RL78_SFR_SP), old_sp);
339 old_sp = mem_get_hi (RL78_SFR_SP);
H A Dmem.c150 if (address == RL78_SFR_SP && value & 1)
323 if (address > 0xffff8 && address != RL78_SFR_SP)
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h157 #define RL78_SFR_SP 0xffff8 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h157 #define RL78_SFR_SP 0xffff8 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h157 #define RL78_SFR_SP 0xffff8 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h157 #define RL78_SFR_SP 0xffff8 macro

Completed in 280 milliseconds