Searched refs:RL78_PSW_CY (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Drl78.c271 if (mask & RL78_PSW_CY)
274 psw |= RL78_PSW_CY;
313 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0;
322 p |= RL78_PSW_CY;
324 p &= ~RL78_PSW_CY;
623 a |= RL78_PSW_CY;
625 a &= ~RL78_PSW_CY;
645 a |= RL78_PSW_CY;
647 a &= ~RL78_PSW_CY;
H A Dcpu.c185 int cy = (psw & RL78_PSW_CY) ? 1 : 0;
252 PSW1 (RL78_PSW_CY, "cy");
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Drl78.c274 if (mask & RL78_PSW_CY)
277 psw |= RL78_PSW_CY;
316 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0;
325 p |= RL78_PSW_CY;
327 p &= ~RL78_PSW_CY;
626 a |= RL78_PSW_CY;
628 a &= ~RL78_PSW_CY;
648 a |= RL78_PSW_CY;
650 a &= ~RL78_PSW_CY;
H A Dcpu.c189 int cy = (psw & RL78_PSW_CY) ? 1 : 0;
256 PSW1 (RL78_PSW_CY, "cy");
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY)
H A Drl78-decode.c71 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
72 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
74 #define Fc rl78->flags = RL78_PSW_CY
75 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY)
H A Drl78-decode.c71 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
72 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
74 #define Fc rl78->flags = RL78_PSW_CY
75 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY)
H A Drl78-decode.c71 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
72 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
74 #define Fc rl78->flags = RL78_PSW_CY
75 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY)
H A Drl78-decode.c71 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
72 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
74 #define Fc rl78->flags = RL78_PSW_CY
75 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY

Completed in 287 milliseconds