Lines Matching refs:micro
19 // schedule micro-ops so that all three decoded each cycle are successfully
26 let MicroOpBufferSize = 128; // 128 micro-op re-order buffer
38 // micro-ops wait for their operands and then issue out-of-order.
40 def A57UnitB : ProcResource<1>; // Type B micro-ops
41 def A57UnitI : ProcResource<2>; // Type I micro-ops
42 def A57UnitM : ProcResource<1>; // Type M micro-ops
43 def A57UnitL : ProcResource<1>; // Type L micro-ops
44 def A57UnitS : ProcResource<1>; // Type S micro-ops
45 def A57UnitX : ProcResource<1>; // Type X micro-ops
46 def A57UnitW : ProcResource<1>; // Type W micro-ops
48 def A57UnitV : ProcResGroup<[A57UnitX, A57UnitW]>; // Type V micro-ops