add fpcvt.mdwn pseudocode which calls new auto-generated function
[openpower-isa.git] / src /
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... add function reader for appendix and other v3.0B pseudocode
2021-05-15 Luke Kenneth Casso... extra debug print
2021-05-15 Luke Kenneth Casso... whoops, FRC taken from FormX.FRB not FormA.FRC
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... return result in FPXXX64 functions (whoops)
2021-05-15 Luke Kenneth Casso... when calling multi-arg function with regs, add to read...
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
2021-05-15 Luke Kenneth Casso... add fadd/sub/mul/div to power_enums
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth Casso... comments
2021-05-15 Luke Kenneth Casso... add fcpsgn unit test
2021-05-15 Luke Kenneth Casso... add fnabs unit test
2021-05-15 Luke Kenneth Casso... add fabs unit test
2021-05-15 Luke Kenneth Casso... add fp mv test, correct pseudocode
2021-05-15 Luke Kenneth Casso... whoops initialise FPRs from GPRs in ISACaller
2021-05-15 Luke Kenneth Casso... missed an assignment-copy for simple expressions
2021-05-15 Luke Kenneth Casso... add fmr test and associated decoder (optional with...
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 new fp load / store with update unit test
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 FP load test lfsx
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 FRA-FRT to power enums
2021-05-14 Luke Kenneth Casso... add first FP load test, still a lot TODO
2021-05-14 Luke Kenneth Casso... add FPR (FP Regfile) to ISACaller
2021-05-14 Luke Kenneth Casso... add in FPR.getz and support for FPR(x) in ISA parser
2021-05-14 Luke Kenneth Casso... add FRA-FRT fp reg names to ISACaller parser
2021-05-14 Luke Kenneth Casso... clarify, comments
2021-05-14 Luke Kenneth Casso... add FPADD, FPSUB, FPMUL, FPDIV quick hacked functions
2021-05-14 Luke Kenneth Casso... add very quick float convert to SelectableInt
2021-05-14 Luke Kenneth Casso... add import of DOUBLE/SINGLE to pywriter
2021-05-14 Luke Kenneth Casso... add SINGLE function to helpers, for FP Store
2021-05-14 Luke Kenneth Casso... add first pass at DOUBLE helper function for FP ISACall...
2021-05-11 Luke Kenneth Casso... add setting of MSR "PR" bit for when running MMU test
2021-05-10 Luke Kenneth Casso... extra checks on ldst exception unit test
2021-05-10 Luke Kenneth Casso... fix MemException, return correct address in DAR
2021-05-10 Luke Kenneth Casso... testing load misaligned
2021-05-10 Luke Kenneth Casso... test_maxint, add zero onto 0xffffffffffffff
2021-05-10 Luke Kenneth Casso... add first LD/ST exceptions test case for ISACaller
2021-05-10 Luke Kenneth Casso... save SVSRR0 in trap, if SVP64 mode enabled
2021-05-10 Luke Kenneth Casso... create new call_trap function in ISACaller
2021-05-10 Luke Kenneth Casso... add catch of MemException in ISACaller to raise unalign...
2021-05-10 Luke Kenneth Casso... include Error keyword in message
2021-05-10 Luke Kenneth Casso... allow unaligned access exception to be raised in ISACal...
2021-05-09 Luke Kenneth Casso... add ld/st misalignment test case
2021-05-06 Luke Kenneth Casso... add relevant pred source/dest mask bits and create...
2021-05-06 Luke Kenneth Casso... add first SVP64 predicate dest-zeroing unit test
2021-05-06 Luke Kenneth Casso... remove non-predicated svp64 ISACaller tests
2021-05-06 Luke Kenneth Casso... improve format of docstrings for ISACaller SVP64 tests
2021-05-06 Luke Kenneth Casso... reformat SVP64 docstrings to vaguely resemble something...
2021-05-06 Luke Kenneth Casso... sphinx docstring highlight of SVP64 listings
2021-05-06 Luke Kenneth Casso... move logical SVP64 test cases to separate file/directory
2021-05-06 Luke Kenneth Casso... whoops error in docstring
2021-05-06 Luke Kenneth Casso... tidy up svp64 cases to make it better suited to documen...
2021-05-05 Luke Kenneth Casso... add saturate SVP64 RM mode decode
2021-05-05 Luke Kenneth Casso... split PowerDecodeSubset do_copy into do_copy and do_get
2021-05-05 Luke Kenneth Casso... explicitly copy SV RM decoded fields in PowerDecodeSubset
2021-05-05 Luke Kenneth Casso... move SVP64 RM mode decoder into PowerDecodeSubset
2021-05-05 Luke Kenneth Casso... remove another verbose debug print
2021-05-05 Luke Kenneth Casso... add sv_input_record_layout to match SVP64RMModeDecode
2021-05-04 Luke Kenneth Casso... whoops must include SVSTATE in STATE regfile regspec...
2021-05-04 Luke Kenneth Casso... IssuerDecode2ToOperand needs svstate (matching msr...
2021-05-04 Luke Kenneth Casso... add more ALUHelper routines for fast3
2021-05-04 Luke Kenneth Casso... add ALUHelpers check_fast_spr3 for SVSRR0 checking
2021-05-04 Luke Kenneth Casso... add SVSRR0 to OP_RFID and OP_TRAP reg read/write
2021-05-04 Luke Kenneth Casso... add fast3 to PowerDecoder and regspec map
2021-05-04 Luke Kenneth Casso... add SVSRR0 spr_to_fast lookup
2021-05-04 Luke Kenneth Casso... copy over svstate from core state in PowerDecoder2
2021-05-04 Luke Kenneth Casso... comment out a bit more of the insanely high debug info
2021-05-04 Luke Kenneth Casso... rename PowerDecoder2 exc field to ldst_exc
2021-05-04 Luke Kenneth Casso... move "happened" field to end of LDSTException
2021-05-04 Luke Kenneth Casso... disable some of the extreme verbose debug printing
2021-05-01 Luke Kenneth Casso... clean up MMU ROM test case
2021-04-30 Luke Kenneth Casso... add single regression test for bc_ctr in branch cases
2021-04-25 Cesar StraussAdd a reentrant CR predication test case
2021-04-25 Cesar StraussAdd test case for reentrant CR predication in ISACAller
2021-04-25 Cesar StraussMove creation of CR fields to its own class
2021-04-25 Cesar StraussImprove debug information on mtcrf test case
2021-04-25 Cesar StraussMatch CR size on ISACaller mtcrf test case
2021-04-24 Luke Kenneth Casso... add missing __init__.py to get sphinxdoc working
2021-04-24 Luke Kenneth Casso... correct errors for sphinx doc build
2021-04-24 Luke Kenneth Casso... add sphinx doc config
2021-04-23 Luke Kenneth Casso... add logical test cases
2021-04-23 Luke Kenneth Casso... add TRAP test cases
2021-04-23 Luke Kenneth Casso... add spr tests
2021-04-23 Luke Kenneth Casso... add branch test cases
2021-04-23 Luke Kenneth Casso... add LDST test cases
2021-04-23 Luke Kenneth Casso... add mul test cases
2021-04-23 Luke Kenneth Casso... add div test cases
2021-04-23 Luke Kenneth Casso... add mmu test
2021-04-23 Luke Kenneth Casso... add CR test cases
2021-04-23 Luke Kenneth Casso... add ShiftRotTestCases
next