Skip to content
  • Alexander Graf's avatar
    PPC: Add another 64 bits to instruction feature mask · a5858d7a
    Alexander Graf authored
    
    
    To enable quick runtime detection of instruction groups to the currently
    selected CPU emulation, we have a feature mask of what exactly the respective
    instruction supports.
    
    This feature mask is 64 bits long and we just successfully exceeded those 64
    bits. To add more features, we need to think of something.
    
    The easiest solution that came to my mind was to simply add another 64 bits
    that we can also match on. Since the comparison is only done on start of the
    qemu process to generate an internal opcode calling table, we should be fine
    on any performance penalties here.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    a5858d7a