Home
last modified time | relevance | path

Searched refs:RL78_PSW_CY (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Drl78.c274 if (mask & RL78_PSW_CY) in op_flags()
277 psw |= RL78_PSW_CY; in op_flags()
316 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0; in get_carry()
325 p |= RL78_PSW_CY; in set_carry()
327 p &= ~RL78_PSW_CY; in set_carry()
627 a |= RL78_PSW_CY; in decode_opcode()
629 a &= ~RL78_PSW_CY; in decode_opcode()
649 a |= RL78_PSW_CY; in decode_opcode()
651 a &= ~RL78_PSW_CY; in decode_opcode()
Dcpu.c189 int cy = (psw & RL78_PSW_CY) ? 1 : 0; in condition_true()
256 PSW1 (RL78_PSW_CY, "cy"); in psw_string()
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Drl78.h155 #define RL78_PSW_CY 0x01 macro
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY) in print_insn_rl78_common()
Drl78-decode.opc69 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
70 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
72 #define Fc rl78->flags = RL78_PSW_CY
73 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
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/src/external/gpl3/binutils/dist/opcodes/
Drl78-dis.c236 if (opcode.flags & RL78_PSW_CY) in print_insn_rl78_common()
Drl78-decode.opc69 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
70 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
72 #define Fc rl78->flags = RL78_PSW_CY
73 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
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