Searched refs:DREG_MASK (Results 1 – 2 of 2) sorted by relevance
1992 #define DREG_MASK(n) (0x101 << (n)) macro2027 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 …]
1254 * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New