Function xed_sys::xed_interface::xed_decoded_inst_operand_action [] [src]

pub unsafe extern "C" fn xed_decoded_inst_operand_action(
    p: *const xed_decoded_inst_t,
    operand_index: c_uint
) -> xed_operand_action_enum_t

Interpret the operand action in light of AVX512 masking and zeroing/merging. If masking and merging are used together, the dest operand may also be read. If masking and merging are used together, the elemnents of dest operand register may be conditionally written (so that input values live on in the output register). @ingroup DEC