xmmload

Get correct load operator based on type. It is important to use the right one even if the number of bits moved is the same, as there are performance consequences for using the wrong one.

version(COMPILE)
extern (C++) nothrow
opcode_t
xmmload
(
tym_t tym
,
bool aligned
)

Parameters

tym
Type: tym_t

type of data to load

aligned
Type: bool

for vectors, true if aligned to 16 bytes

Meta