Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-bfin.c2000 #define DREG_MASK(n) (0x101 << (n)) macro
2035 return DREG_MASK (reg); in decode_LDSTpmod_0()
2041 return DREG_MASK (reg); in decode_LDSTpmod_0()
2043 return DREG_MASK (reg); in decode_LDSTpmod_0()
2100 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2106 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2112 return DREG_MASK (reg); in decode_dspLDST_0()
2136 return DREG_MASK (reg) | IREG_MASK (i); in decode_dspLDST_0()
2158 return DREG_MASK (reg); in decode_LDST_0()
2162 return DREG_MASK (reg); in decode_LDST_0()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20091254 * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New