Function miri::shims::x86::horizontal_bin_op
source · fn horizontal_bin_op<'tcx>(
this: &mut MiriInterpCx<'_, 'tcx>,
which: BinOp,
saturating: bool,
left: &OpTy<'tcx, Provenance>,
right: &OpTy<'tcx, Provenance>,
dest: &PlaceTy<'tcx, Provenance>
) -> InterpResult<'tcx, ()>
Expand description
Horizontaly performs which
operation on adjacent values of
left
and right
SIMD vectors and stores the result in dest
.