29.3. x86 data transfer instructions
5.1.1 "Data Transfer Instructions"
-
Integer typecasts
-
userland/arch/x86_64/movzx.S: MOVZX
-
userland/arch/x86_64/movsx.S: MOVSX
-
-
userland/arch/x86_64/bswap.S: BSWAP: convert between little endian and big endian
-
userland/arch/x86_64/pushf.S PUSHF: push and pop the x86 FLAGS registers to / from the stack