whoops crank down the debug level
[openpower-isa.git] / openpower /
2021-05-19 Luke Kenneth Casso... resolve merge conflicts, effectively reverting "verbose...
2021-05-19 Luke Kenneth Casso... corrections to stf/lf RA_OR_ZERO not in all cases
2021-05-18 Luke Kenneth Casso... fix SVP64 EXTRA2/3 decode for IEEE754 FP LD/ST operations
2021-05-18 Luke Kenneth Casso... add beginning support for SVP64 IEEE754 FP
2021-05-18 Luke Kenneth Casso... finally fix bpermd pseudocode, index was being treated...
2021-05-17 Luke Kenneth Casso... grr syntax incorrect, use <- operator not =
2021-05-17 Luke Kenneth Casso... mark RN as TODO
2021-05-17 Luke Kenneth Casso... remove MISSING (theyre not), fix a couple of errors...
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-16 Luke Kenneth Casso... comments in fp convert, fix carry out, comment out...
2021-05-15 Luke Kenneth Casso... spelling
2021-05-15 Luke Kenneth Casso... move round_float to separate file
2021-05-15 Luke Kenneth Casso... add fpfromint.mdwn new file, to be used for FP conversion
2021-05-15 Luke Kenneth Casso... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth Casso... add minor_59.csv file, corrected, and power enums
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth Casso... add fnabs unit test
2021-05-15 Luke Kenneth Casso... add fp mv test, correct pseudocode
2021-05-15 Luke Kenneth Casso... add X-Form and A-Form to minor_63l and minor_63h csv...
2021-05-15 Luke Kenneth Casso... whoops need to reverse bits in minor_63l.csv to match...
2021-05-15 Luke Kenneth Casso... FP 63L/H ops need to add in extra 0/1 minor_63l.csv...
2021-05-15 Luke Kenneth Casso... add FP LD/ST D-Form operations to major.csv
2021-05-15 Luke Kenneth Casso... add load/store FP indexed instructions to minor_31.csv
2021-05-14 Luke Kenneth Casso... when setting x <- GPR(RA) make sure read_regs is added...
2021-05-14 Luke Kenneth Casso... add GPR-underscore read of regs
2021-05-14 Luke Kenneth Casso... add FRA ISACaller name decoding
2021-05-14 Luke Kenneth Casso... add fpmove.mdwn from v3.0B p150 book I section 4.6.5
2021-05-14 Luke Kenneth Casso... add zero-variant (RA|0) in fpload pseudocode, cleaner...
2021-05-14 Luke Kenneth Casso... add fpstore.mdwn
2021-05-14 Luke Kenneth Casso... add fpload.mdwn for FP simulation
2021-04-23 Luke Kenneth Casso... use MASK32 function in fixedshift
2021-04-23 Luke Kenneth Casso... sort out sv_analysys.py moving to openpower-isa
2021-04-23 Luke Kenneth Casso... should not have been added
2021-04-23 Luke Kenneth Casso... add debug prints libresoc-master
2021-04-23 Luke Kenneth Casso... test commit
2021-04-23 Luke Kenneth Casso... test commit
2021-04-23 Luke Kenneth Casso... test commit
2021-04-23 Luke Kenneth Casso... test commit
2021-04-23 Luke Kenneth Casso... add link to decode1.vhdl
2021-04-23 Luke Kenneth Casso... add explanatory README.txt
2021-04-23 Luke Kenneth Casso... add explanatory README.txt
2021-04-23 Luke Kenneth Casso... add sv_analysis program
2021-04-23 Luke Kenneth Casso... add markdown files extracted manually from v3.0B spec
2021-04-23 Luke Kenneth Casso... add isatables extracted from microwatt and v3.0B spec