Function miri::shims::x86::extract_first_u64

source ยท
fn extract_first_u64<'tcx>(
    this: &MiriInterpCx<'_, 'tcx>,
    op: &OpTy<'tcx, Provenance>
) -> InterpResult<'tcx, u64>
Expand description

Takes a 128-bit vector, transmutes it to [u64; 2] and extracts the first value.