Function miri::shims::x86::extract_first_u64
source ยท fn extract_first_u64<'tcx>(
this: &MiriInterpCx<'tcx>,
op: &OpTy<'tcx>,
) -> InterpResult<'tcx, u64>
Expand description
Takes a 128-bit vector, transmutes it to [u64; 2]
and extracts
the first value.