Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #3214 - eduardosm:move-x86-code, r=RalfJung
Move some x86 intrinsics code to helper functions in `shims::x86`
To make them reusable for intrinsics of other x86 features.
Splitted from https://github.com/rust-lang/miri/pull/3192