pub unsafe extern "C" fn xed_decoded_inst_vector_length_bits(
    p: *const xed_decoded_inst_t
) -> xed_uint_t
Expand description

@ingroup DEC Returns 128, 256 or 512 for operations in the VEX, EVEX (or XOP) encoding space and returns 0 for (most) nonvector operations. This usually the content of the VEX.L or EVEX.LL field, reinterpreted. Some GPR instructions (like the BMI1/BMI2) are encoded in the VEX space and return non-zero values from this API.