HomeSort by relevance Sort by last modified time
    Searched refs:RL78_PSW_CY (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
rl78.h 144 #define RL78_PSW_CY 0x01
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-dis.c 210 if (opcode.flags & RL78_PSW_CY)
rl78-decode.opc 66 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
67 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
69 #define Fc rl78->flags = RL78_PSW_CY
70 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
    [all...]
rl78-decode.c 67 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY
68 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
70 #define Fc rl78->flags = RL78_PSW_CY
71 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
    [all...]

Completed in 223 milliseconds