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

  /toolchain/binutils/binutils-2.27/include/opcode/
rl78.h 149 #define RL78_PSW_Z 0x40
  /toolchain/binutils/binutils-2.27/opcodes/
rl78-dis.c 208 if (opcode.flags & RL78_PSW_Z)
rl78-decode.opc 64 #define Fz rl78->flags = RL78_PSW_Z
65 #define Fza rl78->flags = RL78_PSW_Z | RL78_PSW_AC
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
    [all...]
rl78-decode.c 65 #define Fz rl78->flags = RL78_PSW_Z
66 #define Fza rl78->flags = RL78_PSW_Z | RL78_PSW_AC
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
    [all...]

Completed in 2436 milliseconds