Searched refs:RL78_Reg_PSW (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Drl78.c268 int psw = get_reg (RL78_Reg_PSW);
288 set_reg (RL78_Reg_PSW, psw);
313 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0;
319 int p = get_reg (RL78_Reg_PSW);
325 set_reg (RL78_Reg_PSW, p);
365 psw = get_reg (RL78_Reg_PSW);
380 set_reg (RL78_Reg_PSW, psw);
620 a = get_reg (RL78_Reg_PSW);
630 set_reg (RL78_Reg_PSW, a);
643 a = get_reg (RL78_Reg_PSW);
[all...]
H A Dcpu.c112 case RL78_Reg_PSW: return memory[RL78_SFR_PSW];
171 case RL78_Reg_PSW: memory[RL78_SFR_PSW] = val; break;
183 int psw = get_reg (RL78_Reg_PSW);
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Drl78.c271 psw = get_reg (RL78_Reg_PSW);
291 set_reg (RL78_Reg_PSW, psw);
316 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0;
322 int p = get_reg (RL78_Reg_PSW);
328 set_reg (RL78_Reg_PSW, p);
368 psw = get_reg (RL78_Reg_PSW);
383 set_reg (RL78_Reg_PSW, psw);
623 a = get_reg (RL78_Reg_PSW);
633 set_reg (RL78_Reg_PSW, a);
646 a = get_reg (RL78_Reg_PSW);
[all...]
H A Dcpu.c116 case RL78_Reg_PSW: return memory[RL78_SFR_PSW];
175 case RL78_Reg_PSW: memory[RL78_SFR_PSW] = val; break;
187 int psw = get_reg (RL78_Reg_PSW);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h61 RL78_Reg_PSW, enumerator in enum:__anon942
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h61 RL78_Reg_PSW, enumerator in enum:__anon2093
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h61 RL78_Reg_PSW, enumerator in enum:__anon1513
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h61 RL78_Reg_PSW, enumerator in enum:__anon1131
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drl78-tdep.c840 case RL78_Reg_PSW:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drl78-tdep.c841 case RL78_Reg_PSW:

Completed in 296 milliseconds