AVX-512 command encoding - {er} Meaning
From Intel SDM Volume 2A, 3.1.1.3 "Command Column in Operation Code Summary Table":
{er} - Indicates support for built-in rounding control, which applies only to the register-register form of the instruction. This also includes support for SAE (Suppress All Exceptions).
Section 2.6.8 bits earlier stated that {er}, if applicable, can be encoded into EVEX.L'L:
The static rounding control implemented in the EVEX coding system only applies to register-flavored floating point with rounding semantics on two different vector lengths: (i) scalar, (ii) 512 bits. In both cases, the EVEX.LL field expresses control over the rounding mode, overriding MXCSR.RC if EVEX.b is set. When EVEX.b is set, suppress all exceptions. The processor behaves as if all of the MXCSR masking controls are installed.
source to share