Home | History | Annotate | Download | only in ARM

Lines Matching full:buffersize

1906 // The AGU unit has BufferSize=1 so that the latency between operations
1909 // The FP unit has BufferSize=0 so that it is a hard dispatch
1916 def A9UnitAGU : ProcResource<1> { let BufferSize = 1; }
1918 def A9UnitFP : ProcResource<1> { let BufferSize = 0; }