On 10/29/24 18:58, Daniel Henrique Barboza wrote:


On 9/18/24 2:14 PM, Max Chou wrote:
The vm field of the vector load/store whole register instruction's
encoding is 1.
The helper function of the vector load/store whole register instructions
may need the vdata.vm field to do some optimizations.

Signed-off-by: Max Chou <[email protected]>
---

I wonder if we should always encode 'vm' in vdata for all insns. Seems like
helpers are passing 'vm' around in the helpers ...

The intention there is that 'vm' is a constant within those helpers, so the compiler can fold away the code blocks.


r~

Reply via email to