Add support for reading/writing the FPRS register.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
RDFPRS/WRFPRS is actually just another name for RDASR/WRASR -- %fprs is just %asr6. So, most of this isn't actually needed; you should be able to just make the name %fprs be an alias for %asr6 in SparcAsmParser, and write out the other name in SparcInstPrinter depending on isV9.