[][src]Function xed_sys::xed_decoded_inst_is_broadcast

pub unsafe extern "C" fn xed_decoded_inst_is_broadcast(
    p: *const xed_decoded_inst_t
) -> xed_bool_t

@ingroup DEC Return 1 for broadcast instructions or AVX512 load-op instructions using the broadcast feature 0 otherwise. Logical OR of #xed_decoded_inst_is_broadcast_instruction() and #xed_decoded_inst_uses_embedded_broadcast().