They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
Previously registers could only be marked as clobbered if the target feature for that register was enabled. This restriction is now removed.