the new svp64 encoding is approaching complete, for review. with the new RM register maps these need to be applied to instructions, i.e. tables (CSV files) autogenerated. see https://libre-soc.org/openpower/sv/svp_rewrite/svp64/ requirements: using sv_analysis.py create CSV file, one per Register Profile Type, that map the instruction onto the RM-*-* rypes and associate each register RA RB RC RT RS and BFA etc. with an REXTRA*. this so that in the PowerDecoder it becomes possible to read those exact same CSV files for creation of the augmented SV ISA. in addition a "support" page must be created that reads CSV files (see isatsbles.mdwn) and presents the CSV data as wiki tables for easy reading.