HomeSort by relevance Sort by last modified time
    Searched defs:SFR (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
i960.h 99 #define SFR 0x10 /* Mask for the "sfr-OK" bit */
106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
109 #define RS OP( 0, 0, 0, SFR )
111 #define RSL OP( 0, LIT, 0, SFR )
127 #define SFR_OK(od) (od & SFR) /* TRUE if sfr operand allowed */
  /toolchain/binutils/binutils-2.27/opcodes/
rl78-decode.c 156 sfr (int x) function
162 #define SFR sfr (IMMU (1))
1130 ID(branch_cond_clear); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
    [all...]

Completed in 125 milliseconds