Enum cranelift_codegen::isa::x64::encoding::evex::EvexRoundingControl
source · pub enum EvexRoundingControl {
RNE,
RD,
RU,
RZ,
}
Expand description
The EVEX format allows defining rounding control in the L'
and L
bits; see EvexContext
.