Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* TILE-Gx opcode information.
1
/* TILE-Gx opcode information.
2
 *
2
 *
3
 *    Copyright 2011 Free Software Foundation, Inc.
3
 *    Copyright (C) 2011-2015 Free Software Foundation, Inc.
4
 *
4
 *
5
 *    This program is free software; you can redistribute it and/or modify
5
 *    This program is free software; you can redistribute it and/or modify
6
 *    it under the terms of the GNU General Public License as published by
6
 *    it under the terms of the GNU General Public License as published by
7
 *    the Free Software Foundation; either version 3 of the License, or
7
 *    the Free Software Foundation; either version 3 of the License, or
8
 *    (at your option) any later version.
8
 *    (at your option) any later version.
Line 19... Line 19...
19
 */
19
 */
Line 20... Line 20...
20
 
20
 
21
#ifndef opcode_tile_h
21
#ifndef opcode_tile_h
Line -... Line 22...
-
 
22
#define opcode_tile_h
-
 
23
 
-
 
24
#ifdef __cplusplus
-
 
25
extern "C" {
22
#define opcode_tile_h
26
#endif
Line 23... Line 27...
23
 
27
 
24
typedef unsigned long long tilegx_bundle_bits;
28
typedef unsigned long long tilegx_bundle_bits;
Line 1299... Line 1303...
1299
#define TILE_BUNDLE_SIZE_IN_BYTES TILEGX_BUNDLE_SIZE_IN_BYTES
1303
#define TILE_BUNDLE_SIZE_IN_BYTES TILEGX_BUNDLE_SIZE_IN_BYTES
1300
#define TILE_BUNDLE_ALIGNMENT_IN_BYTES TILEGX_BUNDLE_ALIGNMENT_IN_BYTES
1304
#define TILE_BUNDLE_ALIGNMENT_IN_BYTES TILEGX_BUNDLE_ALIGNMENT_IN_BYTES
1301
#define TILE_LOG2_BUNDLE_ALIGNMENT_IN_BYTES \
1305
#define TILE_LOG2_BUNDLE_ALIGNMENT_IN_BYTES \
1302
  TILEGX_LOG2_BUNDLE_ALIGNMENT_IN_BYTES
1306
  TILEGX_LOG2_BUNDLE_ALIGNMENT_IN_BYTES
Line -... Line 1307...
-
 
1307
 
-
 
1308
#ifdef __cplusplus
-
 
1309
}
-
 
1310
#endif
1303
 
1311