comparison gcc/config/mips/mips.opt @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ; Options for the MIPS port of the compiler 1 ; Options for the MIPS port of the compiler
2 ; 2 ;
3 ; Copyright (C) 2005-2017 Free Software Foundation, Inc. 3 ; Copyright (C) 2005-2018 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 7 ; 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 8 ; the terms of the GNU General Public License as published by the Free
410 410
411 mxpa 411 mxpa
412 Target Report Var(TARGET_XPA) 412 Target Report Var(TARGET_XPA)
413 Use eXtended Physical Address (XPA) instructions. 413 Use eXtended Physical Address (XPA) instructions.
414 414
415 mcrc
416 Target Report Var(TARGET_CRC)
417 Use Cyclic Redundancy Check (CRC) instructions.
418
419 mginv
420 Target Report Var(TARGET_GINV)
421 Use Global INValidate (GINV) instructions.
422
415 mvr4130-align 423 mvr4130-align
416 Target Report Mask(VR4130_ALIGN) 424 Target Report Mask(VR4130_ALIGN)
417 Perform VR4130-specific alignment optimizations. 425 Perform VR4130-specific alignment optimizations.
418 426
419 mxgot 427 mxgot