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