Added bmask, pywriter failing
[openpower-isa.git] / src / openpower / decoder / power_enums.py
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-23 Luke Kenneth Casso... add comment-stripping to get_csv()
2022-06-22 Andrey MiroshnikovAdded cprop to caller, enums, svp64
2022-06-22 Andrey MiroshnikovAdded CPROP to powerenums
2022-06-20 Luke Kenneth Casso... add absolute-signed-diff next to absolute-unsigned...
2022-06-20 Luke Kenneth Casso... rename absadd[us] to absdac[ud]
2022-06-19 Luke Kenneth Casso... add absadd (unsigned) DRAFT
2022-06-19 Luke Kenneth Casso... add absolute-difference DRAFT
2022-06-19 Luke Kenneth Casso... add average-add DRAFT pseudocode and CSV
2022-06-19 Luke Kenneth Casso... add maxs DRAFT instruction
2022-06-17 Luke Kenneth Casso... add KAIVB SPR 850
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier rather than License:
2022-01-19 Luke Kenneth Casso... add spr-to-state conversion, and support for state1...
2022-01-18 Jacob Lifshaygrev[w][i][.] pseudo-code works
2022-01-06 Jacob Lifshayadd grev[w][i] instructions
2022-01-06 Luke Kenneth Casso... add tlbsync and wait as NOPs
2022-01-05 Luke Kenneth Casso... add eieio instruction as a NOP to minor 31 csv
2022-01-05 Luke Kenneth Casso... add lbzcix instruction which had been completely forgot...
2021-12-13 Tobias Platenadd namedtuple MSRSpec
2021-12-09 Luke Kenneth Casso... add FAST SPRs temporarily to power_enums
2021-12-07 Luke Kenneth Casso... whoops wrong number
2021-12-07 Luke Kenneth Casso... add OP_FETCH_FAILED micro-op
2021-11-17 Jacob Lifshayrename ternary->ternlog and associated form/field TI...
2021-11-13 Jacob Lifshayremove excess I from ternary-related names
2021-11-12 Jacob Lifshaychange ternaryi to correct register fields
2021-11-12 Jacob Lifshayformat code
2021-11-10 Luke Kenneth Casso... add RT as an option for ternary instruction as 3rd...
2021-11-05 Jacob Lifshayadd ternaryi
2021-11-05 Jacob Lifshayformat code
2021-09-23 Luke Kenneth Casso... add stfsux and unit test, code was there, needed adding...
2021-09-04 Luke Kenneth Casso... redo SVP64 RM Decode to new CTR-Test Mode (svstep not...
2021-08-08 Luke Kenneth Casso... add SVP64 Branch-Conditional decoding
2021-08-05 Luke Kenneth Casso... start adding Branch-Conditional decoding to SVP64RMMode...
2021-08-01 Luke Kenneth Casso... bit of a big update, remove all bit-reversed LD operati...
2021-07-27 Dmitry Selyutinpower_enums: cbcdtd instruction
2021-07-27 Dmitry Selyutinpower_enums: cdtbcd instruction
2021-07-27 Dmitry Selyutinpower_enums: addg6s instruction
2021-07-24 Luke Kenneth Casso... added an extra SVP64 instruction, svstep, to replace...
2021-07-23 Luke Kenneth Casso... add DCT mul-add to CSV and enums
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-07-11 Luke Kenneth Casso... add SVREMAP new Form / Fields and CSV entry
2021-07-11 Luke Kenneth Casso... rename svremap to svshape
2021-07-10 Luke Kenneth Casso... add ffadds decoding:
2021-07-08 Luke Kenneth Casso... whoops asmcode length (number of instructions) went...
2021-07-05 Luke Kenneth Casso... add svremap manual instruction (Primary Opcode 22,...
2021-07-01 Luke Kenneth Casso... add temporary SV pseudocode
2021-07-01 Luke Kenneth Casso... add TEMPORARY svremap form and instruction
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-27 Luke Kenneth Casso... change name to OP_FP_MADD to identify fmadd (etc)
2021-06-26 Luke Kenneth Casso... comment out l*br pseudo-ops from power_enums.py
2021-06-25 Luke Kenneth Casso... rename svp64 bit-reversed LD instructions to not confli...
2021-06-23 Luke Kenneth Casso... only add SVP64 bitreverse mode for LDs at the moment...
2021-06-23 Luke Kenneth Casso... add SVP64 LD/ST "bitrev" alternative CSV
2021-06-23 Luke Kenneth Casso... add sv bitrev "major" CSV table
2021-06-23 Luke Kenneth Casso... add start of bit-reverse mode for LD/ST to SVP64 encode...
2021-06-23 Luke Kenneth Casso... add mul-add to list of instructions
2021-05-29 Luke Kenneth Casso... extract LDST mode from SVP64 RM
2021-05-29 Luke Kenneth Casso... add SVP64 RM LDST mode enum
2021-05-15 Luke Kenneth Casso... add minor_59.csv file, corrected, and power enums
2021-05-15 Luke Kenneth Casso... add fadd/sub/mul/div to power_enums
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... FP 63L/H ops need to add in extra 0/1 minor_63l.csv...
2021-05-15 Luke Kenneth Casso... add fp move opcodes to power_enums.py
2021-05-15 Luke Kenneth Casso... add FP store op names to power_enums.py opcode list
2021-05-15 Luke Kenneth Casso... whitespace on instruction mnemonics
2021-05-14 Luke Kenneth Casso... add FRA-FRT to power enums
2021-05-14 Luke Kenneth Casso... add first FP load test, still a lot TODO
2021-05-05 Luke Kenneth Casso... remove another verbose debug print
2021-05-01 Luke Kenneth Casso... clean up MMU ROM test case
2021-04-23 Luke Kenneth Casso... sorting out wiki directories
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...