⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ap6x.1

📁 Montavista Linux 下的多平台编译软件xdc
💻 1
字号:
.bd B 3.TH ap6x 1 "Apr 13, 2006" "TI Tools" "TI Code Generation Tools".SH NAMEap6x - Assembly Optimizer Parser.SH SYNOPSIS.B ap6x[.I options] [.I file(s)].SH DESCRIPTIONThe assembly optimizer allows you to write assembly code without being concerned with the pipeline structure of the 'C6x or assigning registe4rs.  It accepts .I linear assembly code, which is assembly code that may have had register-allocation performed and is unscheduled.  The assembly optimizer assigns registers and uses loop optimizations to turn linear assembly into highly paralled assembly..SH ABOUT THE ASSEMBLY OPTIMIZERIf you are not satisfied with the performance of your C code after you have used all of the C optimizations that are available, you can use the assembly optimizer to make it easier to write assembly code for the 'C6x.The assembly optimizer performs several tasks including the following:- Schedules instructions to maximize performance using the instruction level parallelism of the 'C6x- Ensures that the instructions conform to the 'C6x latency requirements- Allocates registers for your source codeLike the C compiler, the assembly optimizer performs software pipelining.  .I Softwarepipeliningis a technique used to schedule instructions from a loop so that multipleiterations of the loop execute in parallel.  The code generation tools attempt to softwarepipeline your code with inputs from you and with information that it gathers from your program.This tool should be invoked via the shell (cl).  See the shell documentation for information on shell options..SH COPYRIGHT.TPCopyright (c) 2006, Texas Instruments, Inc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -