##store-memory-imm
Basic block instructions

Prev:##single>double-float
Next:##sub-vector


Vocabulary
compiler.cfg.instructions

Class description
Instruction that copies an 8 byte value from a XMM register to a memory location addressed by a normal register. This instruction is often turned into a cheaper ##store-memory instruction in the value-numbering pass.
baseVreg that contains the base address.
offsetOffset in bytes from the address to where the data should be written.
repValue representation in the vector register.
srcVreg that contains the item to set.


See also
%store-memory-imm

Definition


Methods