4-1
Pipeline
This chapter explains the operation of the C28x instruction pipeline. The pipe-
line contains hardware that prevents reads and writes at the same register or
data-memory location from happening out of order. However, you can in-
crease the efficiency of your programs if you take into account the operation
of the pipeline. In addition, you should be aware of two types of pipeline con-
flicts the pipeline does not protect against and how you can avoid them (see
section 4.5).
For more information about the instructions shown in examples throughout
this chapter, see Chapter 6,
C28x Assembly Language Instructions
.
Topic
Page
4.1
Pipelining of Instructions
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.2
Visualizing Pipeline Activity
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.3
Freezes in Pipeline Activity
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.4
Pipeline Protection
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.5
Avoiding Unprotected Operations
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Chapter 4
Содержание TMS320C28x
Страница 30: ...1 12...
Страница 80: ...This page intentionally left blank 2 50 This page intentionally left blank...
Страница 269: ...IN loc16 PA 6 112 MOV AL 0 AL 0 UOUT IORegC AL IOspace IORegC AL 10...
Страница 308: ...MAXCUL P loc32 6 151 Saturate MOVL Var64 2 ACC Store result into Var64 MOVL Var64 P...
Страница 509: ...SUBL ACC P PM 6 352 SUBL ACC P PM ACC S B 11 M X 4 MOVH Y ACC 5 Store Q15 result into Y...
Страница 585: ...This page intentionally left blank 7 32 This page intentionally left blank...