Hi, In my architecture I have simd instructions with several simd levels. I have load and store which operate on 8 half words. I have add and sub for 4 half words I have mul which operates on 2 half words. How can I utilize all of them? Is that enough just to describe each one of these instructions? What should be UNITS_PER_SIMD_WORD for this port?
Thanks, Roy.