Skip to content
  • Henrik Gramner's avatar
    x86inc: Add template defines for EVEX broadcasts · 8ec5ff0e
    Henrik Gramner authored and Henrik Gramner's avatar Henrik Gramner committed
    Broadcasting a memory operand is binary flag, you either broadcast
    or you don't, and there's only a single possible element size for
    any given instruction.
    
    The instruction syntax however requires the broadcast semanticts
    to be explicitly defined, which is an issue when using macros to
    template code for multiple register widhts.
    
    Add some helper defines to alleviate the issue.
    8ec5ff0e