v850-modes.def 938 B

12345678910111213141516171819202122232425262728
  1. /* Definitions of target machine for GNU compiler. NEC V850 series
  2. Copyright (C) 2005-2015 Free Software Foundation, Inc.
  3. Contributed by NEC EL
  4. This file is part of GCC.
  5. GCC is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published
  7. by the Free Software Foundation; either version 3, or (at your
  8. option) any later version.
  9. GCC is distributed in the hope that it will be useful, but WITHOUT
  10. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  12. License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GCC; see the file COPYING3. If not see
  15. <http://www.gnu.org/licenses/>. */
  16. CC_MODE (CC_FPU_LT);
  17. CC_MODE (CC_FPU_LE);
  18. CC_MODE (CC_FPU_GT);
  19. CC_MODE (CC_FPU_GE);
  20. CC_MODE (CC_FPU_EQ);
  21. CC_MODE (CC_FPU_NE);