mova dest{ .x | .y | .xy }, src
| Name | Registers |
|---|---|
| dest |
Address register. Must have one of the following masks: {.x|.y|.xy} |
| src | A temporary register, input register, or floating-point constant register. |
Copies the content of src into dest. The value of src is truncated after the decimal point.
Behavior is undefined if you assign a value outside the range of [-95, 95].
This instruction generates an error if it is called two times in a row.
A three clock-cycle stall occurs unconditionally when this instruction is executed.
dest = src
mova a0.x, c1
| 1 | 2 | 3 | 4 | ||
|---|---|---|---|---|---|
| mova | read | mova | STALL | ||
CONFIDENTIAL