Available on x86-64 only.
Expand description
Read-shared Move instructions
Functionsยง
- movrsdi ๐ โ
- movrshi ๐ โ
- movrsqi ๐ โ
- movrssi ๐ โ
- _movrs_
i8 โExperimental movrs - Moves a byte from the source to the destination, with an indication that the source memory location is likely to become read-shared by multiple processors, i.e., read in the future by at least one other processor before it is written, assuming it is ever written in the future.
- _movrs_
i16 โExperimental movrs - Moves a 16-bit word from the source to the destination, with an indication that the source memory location is likely to become read-shared by multiple processors, i.e., read in the future by at least one other processor before it is written, assuming it is ever written in the future.
- _movrs_
i32 โExperimental movrs - Moves a 32-bit doubleword from the source to the destination, with an indication that the source memory location is likely to become read-shared by multiple processors, i.e., read in the future by at least one other processor before it is written, assuming it is ever written in the future.
- _movrs_
i64 โExperimental movrs - Moves a 64-bit quadword from the source to the destination, with an indication that the source memory location is likely to become read-shared by multiple processors, i.e., read in the future by at least one other processor before it is written, assuming it is ever written in the future.