OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [config/] [spu/] [spu.opt] - Diff between revs 282 and 384

Only display areas with differences | Details | Blame | View Log

Rev 282 Rev 384
; Options for the SPU port of the compiler
; Options for the SPU port of the compiler
; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
; This file is free software; you can redistribute it and/or modify it under
; This file is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public License as published by the Free
; the terms of the GNU General Public License as published by the Free
; Software Foundation; either version 3 of the License, or (at your option)
; Software Foundation; either version 3 of the License, or (at your option)
; any later version.
; any later version.
; This file is distributed in the hope that it will be useful, but WITHOUT
; This file is distributed in the hope that it will be useful, but WITHOUT
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
; for more details.
; for more details.
;
;
; You should have received a copy of the GNU General Public License
; You should have received a copy of the GNU General Public License
; along with GCC; see the file COPYING3.  If not see
; along with GCC; see the file COPYING3.  If not see
; .
; .
mwarn-reloc
mwarn-reloc
Target Report Mask(WARN_RELOC)
Target Report Mask(WARN_RELOC)
Emit warnings when run-time relocations are generated
Emit warnings when run-time relocations are generated
merror-reloc
merror-reloc
Target Report Mask(ERROR_RELOC)
Target Report Mask(ERROR_RELOC)
Emit errors when run-time relocations are generated
Emit errors when run-time relocations are generated
mbranch-cost=
mbranch-cost=
Target RejectNegative Joined UInteger Var(spu_branch_cost) Init(20)
Target RejectNegative Joined UInteger Var(spu_branch_cost) Init(20)
Specify cost of branches (Default 20)
Specify cost of branches (Default 20)
msafe-dma
msafe-dma
Target Report RejectNegative Mask(SAFE_DMA)
Target Report RejectNegative Mask(SAFE_DMA)
Make sure loads and stores are not moved past DMA instructions
Make sure loads and stores are not moved past DMA instructions
munsafe-dma
munsafe-dma
Target Report RejectNegative InverseMask(SAFE_DMA)
Target Report RejectNegative InverseMask(SAFE_DMA)
volatile must be specified on any memory that is effected by DMA
volatile must be specified on any memory that is effected by DMA
mdual-nops
mdual-nops
Target Report Var(spu_dual_nops,10) Init(10)
Target Report Var(spu_dual_nops,10) Init(10)
Insert nops when it might improve performance by allowing dual issue (default)
Insert nops when it might improve performance by allowing dual issue (default)
mdual-nops=
mdual-nops=
Target RejectNegative Joined UInteger Var(spu_dual_nops)
Target RejectNegative Joined UInteger Var(spu_dual_nops)
Insert nops when it might improve performance by allowing dual issue (default)
Insert nops when it might improve performance by allowing dual issue (default)
mstdmain
mstdmain
Target Report Mask(STD_MAIN)
Target Report Mask(STD_MAIN)
Use standard main function as entry for startup
Use standard main function as entry for startup
mbranch-hints
mbranch-hints
Target Report Mask(BRANCH_HINTS)
Target Report Mask(BRANCH_HINTS)
Generate branch hints for branches
Generate branch hints for branches
mhint-max-nops=
mhint-max-nops=
Target RejectNegative Joined UInteger Var(spu_max_nops) Init(2)
Target RejectNegative Joined UInteger Var(spu_max_nops) Init(2)
Maximum number of nops to insert for a hint (Default 2)
Maximum number of nops to insert for a hint (Default 2)
mhint-max-distance=
mhint-max-distance=
Target RejectNegative Joined Var(spu_max_distance_str)
Target RejectNegative Joined Var(spu_max_distance_str)
Approximate maximum number of instructions to allow between a hint and its branch [125]
Approximate maximum number of instructions to allow between a hint and its branch [125]
msmall-mem
msmall-mem
Target Report RejectNegative InverseMask(LARGE_MEM)
Target Report RejectNegative InverseMask(LARGE_MEM)
Generate code for 18 bit addressing
Generate code for 18 bit addressing
mlarge-mem
mlarge-mem
Target Report RejectNegative Mask(LARGE_MEM)
Target Report RejectNegative Mask(LARGE_MEM)
Generate code for 32 bit addressing
Generate code for 32 bit addressing
mfixed-range=
mfixed-range=
Target RejectNegative Joined Var(spu_fixed_range_string)
Target RejectNegative Joined Var(spu_fixed_range_string)
Specify range of registers to make fixed
Specify range of registers to make fixed
msafe-hints
msafe-hints
Target Report Mask(SAFE_HINTS)
Target Report Mask(SAFE_HINTS)
Insert hbrp instructions after hinted branch targets to avoid the SPU hang issue
Insert hbrp instructions after hinted branch targets to avoid the SPU hang issue
march=
march=
Target RejectNegative Joined Var(spu_arch_string)
Target RejectNegative Joined Var(spu_arch_string)
Generate code for given CPU
Generate code for given CPU
mtune=
mtune=
Target RejectNegative Joined Var(spu_tune_string)
Target RejectNegative Joined Var(spu_tune_string)
Schedule code for given CPU
Schedule code for given CPU
mea32
mea32
Target Report RejectNegative Var(spu_ea_model,32) Init(32)
Target Report RejectNegative Var(spu_ea_model,32) Init(32)
Access variables in 32-bit PPU objects (default)
Access variables in 32-bit PPU objects (default)
mea64
mea64
Target Report RejectNegative Var(spu_ea_model,64) VarExists
Target Report RejectNegative Var(spu_ea_model,64) VarExists
Access variables in 64-bit PPU objects
Access variables in 64-bit PPU objects
maddress-space-conversion
maddress-space-conversion
Target Report Mask(ADDRESS_SPACE_CONVERSION)
Target Report Mask(ADDRESS_SPACE_CONVERSION)
Allow conversions between __ea and generic pointers (default)
Allow conversions between __ea and generic pointers (default)
mcache-size=
mcache-size=
Target Report RejectNegative Joined UInteger
Target Report RejectNegative Joined UInteger
Size (in KB) of software data cache
Size (in KB) of software data cache
matomic-updates
matomic-updates
Target Report
Target Report
Atomically write back software data cache lines (default)
Atomically write back software data cache lines (default)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.