OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_DREG
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h
187
#define
IS_DREG
(r) _TYPECHECK(r, R)
200
(
IS_DREG
(r) || IS_PREG (r) \
/toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c
426
#define
IS_DREG
(g,r) ((g) == 0 && (r) < 8)
437
#define mostreg(r,g) (!(
IS_DREG
(g, r) || IS_PREG (g, r) || IS_RESERVEDREG (g, r)))
750
else if (prgfunc == 3 &&
IS_DREG
(0, poprnd))
755
else if (prgfunc == 4 &&
IS_DREG
(0, poprnd))
[
all
...]
Completed in 311 milliseconds