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

  /toolchain/binutils/binutils-2.27/gas/config/
bfin-parse.y 1136 if (IS_PREG ($1) && IS_PREG ($3) && IS_PREG ($5) && $4.r0 == 0)
    [all...]
bfin-defs.h 190 #define IS_PREG(r) _TYPECHECK(r, P)
200 (IS_DREG (r) || IS_PREG (r) \
tc-bfin.c     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 427 #define IS_PREG(g,r) ((g) == 1 && (r) < 8)
437 #define mostreg(r,g) (!(IS_DREG (g, r) || IS_PREG (g, r) || IS_RESERVEDREG (g, r)))
760 else if (prgfunc == 5 && IS_PREG (1, poprnd))
766 else if (prgfunc == 6 && IS_PREG (1, poprnd))
772 else if (prgfunc == 7 && IS_PREG (1, poprnd))
778 else if (prgfunc == 8 && IS_PREG (1, poprnd))
794 else if (prgfunc == 11 && IS_PREG (1, poprnd) && poprnd <= 5)
    [all...]

Completed in 287 milliseconds