corrections to SVP64 LD/ST unit tests
[openpower-isa.git] / src / openpower / decoder / isa /
2021-06-26 Luke Kenneth Casso... add LD bit-reversed unit test
2021-06-26 Luke Kenneth Casso... move D const update to after picking up main input...
2021-06-24 Luke Kenneth Casso... whoops fix rounding error in mapreduce unit test
2021-06-23 Luke Kenneth Casso... add ASCII art example to int predicated SVP64
2021-06-23 Luke Kenneth Casso... add VL and srcstep to ISACaller namespace
2021-06-23 Luke Kenneth Casso... better ways to do sign-inversion (without multiply...
2021-06-19 Luke Kenneth Casso... increase number of registers to 128 in pypowersim
2021-06-19 Luke Kenneth Casso... set regfile in ISACaller equal to length of initial...
2021-06-19 Luke Kenneth Casso... add mapreduce "reverse gear" unit tests
2021-06-19 Luke Kenneth Casso... add mapreduce "reverse gear" to PowerDecoder2. gets...
2021-06-15 Luke Kenneth Casso... fix sv_analysis.py for 3R-1W-CRo case, add fmadds/fmsub...
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-06-15 Luke Kenneth Casso... add comments into mapreduce example
2021-06-09 Luke Kenneth Casso... add some more comments in the mapreduce svp64 examples...
2021-06-09 Luke Kenneth Casso... add sv.fmuls/mr - mapreduce - FP multiply-single test
2021-06-09 Luke Kenneth Casso... add first scalar mapreduce SVP64 example
2021-06-08 Luke Kenneth Casso... whoops, carry-over during rounding picks MSB not LSB
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
next