test_caller_bcd: fix and refactor addg6s test loop
[openpower-isa.git] / src / openpower / decoder / isa /
2021-06-08 Luke Kenneth Casso... whoops copy sign over on zero
2021-06-08 Luke Kenneth Casso... exponent bitwidth in DOUBLE2SINGLE needs to be 11 bits...
2021-06-02 Luke Kenneth Casso... fmuls test showing rounding error against qemu
2021-06-02 Luke Kenneth Casso... found FP single-conversion error, from the pseudocode...
2021-06-02 Luke Kenneth Casso... add commented-out debug prints
2021-06-02 Luke Kenneth Casso... whoops sorting SPRs, stop that for now
2021-06-01 Luke Kenneth Casso... whoops missing argument
2021-06-01 Luke Kenneth Casso... move spot-check mem compare to a function
2021-06-01 Luke Kenneth Casso... check both LD and ST in qemu compare
2021-06-01 Luke Kenneth Casso... bit more memdump debugging on qemu sim
2021-06-01 Luke Kenneth Casso... comment cleanup, record last LD/ST address in simulator
2021-06-01 Luke Kenneth Casso... sorting out qemu co-simulation to read/write FP regs
2021-05-30 Luke Kenneth Casso... add "normal" element-strided LD/ST decode/support to...
2021-05-29 Luke Kenneth Casso... comments
2021-05-29 Luke Kenneth Casso... add unit-strided LD/ST ISACaller SVP64 unit test
2021-05-29 Luke Kenneth Casso... can't stand python 'format'
2021-05-29 Luke Kenneth Casso... dump memory from qemu in pypowersim
2021-05-28 Luke Kenneth Casso... print out offset for load address in hex
2021-05-27 Luke Kenneth Casso... move SPR set to qemu.py
2021-05-27 Luke Kenneth Casso... debug print qemu and simulator LR
2021-05-27 Luke Kenneth Casso... set SPRs inside qemu run_program
2021-05-27 Luke Kenneth Casso... add disassembly dump and set_lr to qemu
2021-05-27 Luke Kenneth Casso... hex dump debug
2021-05-27 Luke Kenneth Casso... whoops yield in setup_one ISACaller
2021-05-27 Luke Kenneth Casso... get full qemu list of registers, on each cycle, saves...
2021-05-27 Luke Kenneth Casso... report log expected different qemu values rather than...
2021-05-27 Luke Kenneth Casso... whoops inverted logic on qemu endian set
2021-05-27 Luke Kenneth Casso... add setting of qemu GPRs/FPRs in pypowersim
2021-05-27 Luke Kenneth Casso... slightly messy: qemu goes haywire at the last instruction.
2021-05-27 Luke Kenneth Casso... create a register cache for qemu machine interface...
2021-05-27 Luke Kenneth Casso... get qemu operational single-step mode, use in pypowersim
2021-05-26 Lauri KasanenUndo log in mem dump
2021-05-26 Lauri KasanenUndo log in isa/caller reg dump
2021-05-26 Lauri KasanenUse log in isa/mem
2021-05-25 Luke Kenneth Casso... extracting memory for dump must be big-endian ordered
2021-05-25 Luke Kenneth Casso... whoops two options "-l", rename one "-a" for "assembly...
2021-05-25 Luke Kenneth Casso... allow comments in SPR / GPR / FPR files
2021-05-25 Lauri KasanenUse log in pypowersim, add counter TODO in help
2021-05-25 Lauri KasanenSwitch to log in isa/caller
2021-05-25 Luke Kenneth Casso... more notes on pypowersim
2021-05-25 Luke Kenneth Casso... add dump-out option to pypowersim
2021-05-25 Luke Kenneth Casso... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth Casso... add extra (dummy) mul operation, 0*0
2021-05-24 Luke Kenneth Casso... sigh, initialise FPRs to zeros to engage FP decode
2021-05-24 Luke Kenneth Casso... fmuls is fine
2021-05-24 Luke Kenneth Casso... add nop support to ISACaller
2021-05-22 Cesar StraussAdd new generated files to .gitignore
2021-05-21 Luke Kenneth Casso... add demo --load option to pypowersim
2021-05-21 Luke Kenneth Casso... test with default godbolt.org loop example, slightly...
2021-05-21 Luke Kenneth Casso... add GPRs to pypowersim demo
2021-05-21 Luke Kenneth Casso... return register values from GPR.dump in ISACaller
2021-05-21 Luke Kenneth Casso... return dump of SPRs (to be used for saving, later)
2021-05-21 Luke Kenneth Casso... add dump of SPRs to pypowersim
2021-05-21 Luke Kenneth Casso... add option to run without a disassembly listing to...
2021-05-21 Luke Kenneth Casso... add pypowersim to commands installed
2021-05-21 Luke Kenneth Casso... add first command-line version of ISACaller
2021-05-19 Luke Kenneth Casso... document test_fp_single_ldst
2021-05-19 Luke Kenneth Casso... re-enable other SVP64 FP tests
2021-05-19 Luke Kenneth Casso... resolve merge conflicts, effectively reverting "verbose...
2021-05-18 Luke Kenneth Casso... add SVP64 IEEE754 FP unit test
2021-05-18 Luke Kenneth Casso... revert register reordering in ISACaller
2021-05-17 Luke Kenneth Casso... update reg sort order in ISACaller
2021-05-17 Luke Kenneth Casso... must not add to read regs unless in the authorised...
2021-05-17 Luke Kenneth Casso... add new RC reg to get pywriter to build
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-15 Luke Kenneth Casso... extra debug print
2021-05-15 Luke Kenneth Casso... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
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... add fmr test and associated decoder (optional with...
2021-05-15 Luke Kenneth Casso... add new fp load / store with update unit test
2021-05-14 Luke Kenneth Casso... add FP load test lfsx
2021-05-14 Luke Kenneth Casso... add FRA ISACaller name decoding
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 FRA-FRT fp reg names to ISACaller parser
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... 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-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-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-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add pseudo and isa