Move
On this Page
Move¶
Mov¶
Represents MOV built-in.
Intrinsics Prototype and Arguments
long s_i64_mov(long a, int switches, long income, bool predicate, bool polarity) |
ulong s_u64_mov(ulong a, int switches, ulong income, bool predicate, bool polarity) |
a |
Source (SRC1). |
switches |
Instruction switches. |
income |
This value is returned if the predicate is false. |
predicate |
Predicate value for the built-in. |
polarity |
True if polarity of the predicate is inverted. |
Result of operation - move a to DEST.