Home
last modified time | relevance | path

Searched refs:DREG_MASK (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1992 #define DREG_MASK(n) (0x101 << (n)) macro
2027 return DREG_MASK (reg); in decode_LDSTpmod_0()
2033 return DREG_MASK (reg); in decode_LDSTpmod_0()
2035 return DREG_MASK (reg); in decode_LDSTpmod_0()
2092 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2098 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2104 return DREG_MASK (reg); in decode_dspLDST_0()
2128 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2150 return DREG_MASK (reg); in decode_LDST_0()
2154 return DREG_MASK (reg); in decode_LDST_0()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20091254 * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New