Home | History | Annotate | Download | only in PowerPC

Lines Matching full:pipeline

14 // The basic PPC 440 does not include a floating-point unit; the pipeline
39 // the complex integer (I-pipe) pipeline
41 // the floating-point execution (F-pipe) pipeline
42 def IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline
43 def IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline
44 def IWB : FuncUnit; // Write-back unit for the I pipeline
45 def JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline
46 def JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline
47 def JWB : FuncUnit; // Write-back unit for the J pipeline
48 def AGEN : FuncUnit; // Address generation for the L pipeline
49 def CRD : FuncUnit; // D-cache access for the L pipeline
50 def LWB : FuncUnit; // Write-back unit for the L pipeline
51 def FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline
52 def FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline
53 def FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline
54 def FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline
55 def FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline
56 def FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
57 def FWB : FuncUnit; // Write-back unit for the F pipeline
68 // Instructions are held in the FRACC, LRACC and IRACC pipeline