Mercurial > hg > CbC > CbC_gcc
comparison gcc/mode-classes.def @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 (2017-10-27) |
parents | a06113de4d67 |
children | 84e7813d76e9 |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 /* Machine mode class definitions for GCC. | 1 /* Machine mode class definitions for GCC. |
2 Copyright (C) 2003, 2007 | 2 Copyright (C) 2003-2017 Free Software Foundation, Inc. |
3 Free Software Foundation, Inc. | |
4 | 3 |
5 This file is part of GCC. | 4 This file is part of GCC. |
6 | 5 |
7 GCC is free software; you can redistribute it and/or modify it under | 6 GCC is free software; you can redistribute it and/or modify it under |
8 the terms of the GNU General Public License as published by the Free | 7 the terms of the GNU General Public License as published by the Free |
21 #define MODE_CLASSES \ | 20 #define MODE_CLASSES \ |
22 DEF_MODE_CLASS (MODE_RANDOM), /* other */ \ | 21 DEF_MODE_CLASS (MODE_RANDOM), /* other */ \ |
23 DEF_MODE_CLASS (MODE_CC), /* condition code in a register */ \ | 22 DEF_MODE_CLASS (MODE_CC), /* condition code in a register */ \ |
24 DEF_MODE_CLASS (MODE_INT), /* integer */ \ | 23 DEF_MODE_CLASS (MODE_INT), /* integer */ \ |
25 DEF_MODE_CLASS (MODE_PARTIAL_INT), /* integer with padding bits */ \ | 24 DEF_MODE_CLASS (MODE_PARTIAL_INT), /* integer with padding bits */ \ |
25 DEF_MODE_CLASS (MODE_POINTER_BOUNDS), /* bounds */ \ | |
26 DEF_MODE_CLASS (MODE_FRACT), /* signed fractional number */ \ | 26 DEF_MODE_CLASS (MODE_FRACT), /* signed fractional number */ \ |
27 DEF_MODE_CLASS (MODE_UFRACT), /* unsigned fractional number */ \ | 27 DEF_MODE_CLASS (MODE_UFRACT), /* unsigned fractional number */ \ |
28 DEF_MODE_CLASS (MODE_ACCUM), /* signed accumulator */ \ | 28 DEF_MODE_CLASS (MODE_ACCUM), /* signed accumulator */ \ |
29 DEF_MODE_CLASS (MODE_UACCUM), /* unsigned accumulator */ \ | 29 DEF_MODE_CLASS (MODE_UACCUM), /* unsigned accumulator */ \ |
30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ | 30 DEF_MODE_CLASS (MODE_FLOAT), /* floating point */ \ |