Loads a 4-byte long value from memory into a single vfpu register.
single-cycle instruction
lv.s vd.s, offset(rm) { vd.s = *((uint32 *)(rm + offset)); }
rm is a general purpose register holding a memory address. offset is optional.
| vpfxs | vfpxt | vpfxd |
|---|---|---|
| Ignored | Ignored | Ignored |
| pitch | latency |
|---|---|
| 1 | 3 |