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

/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h152 #define RL78_PSW_RBS0 0x08 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h152 #define RL78_PSW_RBS0 0x08 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h152 #define RL78_PSW_RBS0 0x08 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h152 #define RL78_PSW_RBS0 0x08 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.c76 int rb0 = (i & RL78_PSW_RBS0) ? 1 : 0;
249 PSW1 (RL78_PSW_RBS0, "r0");
H A Drl78.c812 b &= ~(RL78_PSW_RBS1 | RL78_PSW_RBS0);
814 b |= RL78_PSW_RBS0;
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.c80 int rb0 = (i & RL78_PSW_RBS0) ? 1 : 0;
253 PSW1 (RL78_PSW_RBS0, "r0");
H A Drl78.c815 b &= ~(RL78_PSW_RBS1 | RL78_PSW_RBS0);
817 b |= RL78_PSW_RBS0;

Completed in 237 milliseconds