URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [spu/] [spu.opt] - Rev 282
Compare with Previous | Blame | View Log
; Options for the SPU port of the compiler; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.; 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; Software Foundation; either version 3 of the License, or (at your option); any later version.; This file is distributed in the hope that it will be useful, but WITHOUT; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License; for more details.;; You should have received a copy of the GNU General Public License; along with GCC; see the file COPYING3. If not see; <http://www.gnu.org/licenses/>.mwarn-relocTarget Report Mask(WARN_RELOC)Emit warnings when run-time relocations are generatedmerror-relocTarget Report Mask(ERROR_RELOC)Emit errors when run-time relocations are generatedmbranch-cost=Target RejectNegative Joined UInteger Var(spu_branch_cost) Init(20)Specify cost of branches (Default 20)msafe-dmaTarget Report RejectNegative Mask(SAFE_DMA)Make sure loads and stores are not moved past DMA instructionsmunsafe-dmaTarget Report RejectNegative InverseMask(SAFE_DMA)volatile must be specified on any memory that is effected by DMAmdual-nopsTarget Report Var(spu_dual_nops,10) Init(10)Insert nops when it might improve performance by allowing dual issue (default)mdual-nops=Target RejectNegative Joined UInteger Var(spu_dual_nops)Insert nops when it might improve performance by allowing dual issue (default)mstdmainTarget Report Mask(STD_MAIN)Use standard main function as entry for startupmbranch-hintsTarget Report Mask(BRANCH_HINTS)Generate branch hints for branchesmhint-max-nops=Target RejectNegative Joined UInteger Var(spu_max_nops) Init(2)Maximum number of nops to insert for a hint (Default 2)mhint-max-distance=Target RejectNegative Joined Var(spu_max_distance_str)Approximate maximum number of instructions to allow between a hint and its branch [125]msmall-memTarget Report RejectNegative InverseMask(LARGE_MEM)Generate code for 18 bit addressingmlarge-memTarget Report RejectNegative Mask(LARGE_MEM)Generate code for 32 bit addressingmfixed-range=Target RejectNegative Joined Var(spu_fixed_range_string)Specify range of registers to make fixedmsafe-hintsTarget Report Mask(SAFE_HINTS)Insert hbrp instructions after hinted branch targets to avoid the SPU hang issuemarch=Target RejectNegative Joined Var(spu_arch_string)Generate code for given CPUmtune=Target RejectNegative Joined Var(spu_tune_string)Schedule code for given CPUmea32Target Report RejectNegative Var(spu_ea_model,32) Init(32)Access variables in 32-bit PPU objects (default)mea64Target Report RejectNegative Var(spu_ea_model,64) VarExistsAccess variables in 64-bit PPU objectsmaddress-space-conversionTarget Report Mask(ADDRESS_SPACE_CONVERSION)Allow conversions between __ea and generic pointers (default)mcache-size=Target Report RejectNegative Joined UIntegerSize (in KB) of software data cachematomic-updatesTarget ReportAtomically write back software data cache lines (default)
