This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mve immediate value vector mov intrinsic (vmov.i8)

How do I do an immediate value move using instrinics. I see this assembly show in using the auto vectorizer within the armclang, but there doesn't appear to be a clear way to do this using the arm_mve.h header with the helium instrinics

The assembly which just loads the 8bit immediate value 0x80 in to the quad registers
```

vmov.i8 q0, #0x80
```
Parents Reply Children
No data