Revision cb9c377f target-cris/crisv32-decode.h

b/target-cris/crisv32-decode.h
17 17
 * You should have received a copy of the GNU Lesser General Public
18 18
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 19
 */
20
#ifndef CRISV32_DECODE_H
21
#define CRISV32_DECODE_H 1
20 22

  
21 23
/* Convenient binary macros.  */
22 24
#define HEX__(n) 0x##n##LU
......
126 128

  
127 129
#define DEC_FTAG_FIDX_D_M {B8(10101011), B8(11111111)}
128 130
#define DEC_FTAG_FIDX_I_M {B8(11010011), B8(11111111)}
131

  
132
#endif

Also available in: Unified diff