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

/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h150 #define RL78_PSW_RBS1 0x20 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h150 #define RL78_PSW_RBS1 0x20 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h150 #define RL78_PSW_RBS1 0x20 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h150 #define RL78_PSW_RBS1 0x20 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.c77 int rb1 = (i & RL78_PSW_RBS1) ? 2 : 0;
247 PSW1 (RL78_PSW_RBS1, "r1");
H A Drl78.c812 b &= ~(RL78_PSW_RBS1 | RL78_PSW_RBS0);
816 b |= RL78_PSW_RBS1;
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.c81 int rb1 = (i & RL78_PSW_RBS1) ? 2 : 0;
251 PSW1 (RL78_PSW_RBS1, "r1");
H A Drl78.c815 b &= ~(RL78_PSW_RBS1 | RL78_PSW_RBS0);
819 b |= RL78_PSW_RBS1;

Completed in 196 milliseconds