Table of Contents

lv.s

Loads a 4-byte long value from memory into a single vfpu register.

Type

single-cycle instruction

Description

lv.s vd.s, offset(rm)
{
   vd.s = *((uint32 *)(rm + offset));
}

rm is a general purpose register holding a memory address. offset is optional.

Prefixes

vpfxs vfpxt vpfxd
Ignored Ignored Ignored

Cycles

pitch latency
1 3
 
ops/lv_s.txt · Last modified: 2007/07/17 00:51 by hlide
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki