openpower-isa.git
2021-05-29 Luke Kenneth... add unit-strided LD/ST ISACaller SVP64 unit test
2021-05-29 Luke Kenneth... initialise SVP64 ld/st mode decoding in PowerDecoder2
2021-05-29 Luke Kenneth... comments
2021-05-29 Luke Kenneth... extract LDST mode from SVP64 RM
2021-05-29 Luke Kenneth... can't stand python 'format'
2021-05-29 Luke Kenneth... dump memory from qemu in pypowersim
2021-05-29 Luke Kenneth... add SVP64 RM LDST mode enum
2021-05-28 Lauri KasanenBegin on SV for mp3_0
2021-05-28 Luke Kenneth... print out offset for load address in hex
2021-05-28 Luke Kenneth... probably got MSR.FP bit set... maybe
2021-05-28 Luke Kenneth... add quick stfd test to make sure MSR.FP is set
2021-05-28 Lauri KasanenCorrect mp3_1 dump size
2021-05-28 Lauri KasanenAdd 16kb stack space (total 20kb before it hits vecs...
2021-05-28 Lauri KasanenUndo qemu address changes
2021-05-27 Luke Kenneth... increase RAM sizes for media memmap
2021-05-27 Luke Kenneth... moving stack and parameters higher up for media test
2021-05-27 Luke Kenneth... move stack pointer higher up to keep qemu happier in...
2021-05-27 Luke Kenneth... move SPR set to qemu.py
2021-05-27 Luke Kenneth... debug print qemu and simulator LR
2021-05-27 Luke Kenneth... set SPRs inside qemu run_program
2021-05-27 Luke Kenneth... add disassembly dump and set_lr to qemu
2021-05-27 Luke Kenneth... hex dump debug
2021-05-27 Luke Kenneth... skip step, program pointing at correct location already
2021-05-27 Luke Kenneth... whoops yield in setup_one ISACaller
2021-05-27 Luke Kenneth... speed up bytes upload in qemu.py
2021-05-27 Luke Kenneth... set PC in pypowersim
2021-05-27 Luke Kenneth... pass output dump argument to shell script for audio...
2021-05-27 Luke Kenneth... get full qemu list of registers, on each cycle, saves...
2021-05-27 Luke Kenneth... report log expected different qemu values rather than...
2021-05-27 Luke Kenneth... whoops inverted logic on qemu endian set
2021-05-27 Luke Kenneth... add setting of qemu GPRs/FPRs in pypowersim
2021-05-27 Luke Kenneth... slightly messy: qemu goes haywire at the last instruction.
2021-05-27 Luke Kenneth... oops syntax error
2021-05-27 Luke Kenneth... add qemu gpr/fpr set/get
2021-05-27 Luke Kenneth... create a register cache for qemu machine interface...
2021-05-27 Luke Kenneth... get qemu operational single-step mode, use in pypowersim
2021-05-26 Lauri KasanenQoL tuning
2021-05-26 Lauri KasanenMissed semicolon
2021-05-26 Lauri KasanenDedup them via scripts
2021-05-26 Lauri KasanenFill in first mp3_1 incantation
2021-05-26 Lauri KasanenFill in all mp3_0 runs, move the spr to a common file
2021-05-26 Lauri KasanenUndo log in mem dump
2021-05-26 Lauri KasanenUse log in decoder/*
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... extracting memory for dump must be big-endian ordered
2021-05-25 Luke Kenneth... add loading of data and output dump of samples to mp3...
2021-05-25 Luke Kenneth... whoops two options "-l", rename one "-a" for "assembly...
2021-05-25 Luke Kenneth... 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 decoder/helpers
2021-05-25 Lauri KasanenSwitch to log in isa/caller
2021-05-25 Luke Kenneth... more notes on pypowersim
2021-05-25 Luke Kenneth... add dump-out option to pypowersim
2021-05-25 Luke Kenneth... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth... quick add of pypowersim command to run the apply_window...
2021-05-24 Lauri KasanenSave initial mp3_0 regs
2021-05-24 Lauri KasanenSave a local copy of the calling conventions
2021-05-24 Luke Kenneth... add TODO comment running simulator
2021-05-24 Luke Kenneth... add extra (dummy) mul operation, 0*0
2021-05-24 Luke Kenneth... sigh, initialise FPRs to zeros to engage FP decode
2021-05-24 Luke Kenneth... fmuls is fine
2021-05-24 Luke Kenneth... add nop support to ISACaller
2021-05-24 Lauri KasanenSave initial mp3 C baseline asm
2021-05-23 Luke Kenneth... read all lines in advance, in case of in-place overwrite
2021-05-23 Luke Kenneth... add svp64 assembler "processor" commandline for replaci...
2021-05-23 Cesar StraussGive a trace name for each exception type
2021-05-22 Cesar StraussAdd new generated files to .gitignore
2021-05-21 Luke Kenneth... add demo --load option to pypowersim
2021-05-21 Luke Kenneth... test with default godbolt.org loop example, slightly...
2021-05-21 Luke Kenneth... add GPRs to pypowersim demo
2021-05-21 Luke Kenneth... return register values from GPR.dump in ISACaller
2021-05-21 Luke Kenneth... return dump of SPRs (to be used for saving, later)
2021-05-21 Luke Kenneth... add dump of SPRs to pypowersim
2021-05-21 Luke Kenneth... add testloop.s
2021-05-21 Luke Kenneth... add first pypowersim example
2021-05-21 Luke Kenneth... add option to run without a disassembly listing to...
2021-05-21 Luke Kenneth... add pypowersim to commands installed
2021-05-21 Luke Kenneth... add first command-line version of ISACaller
2021-05-20 Luke Kenneth... only place underscore in front of index if it is a...
2021-05-19 Luke Kenneth... switch over to log function in SelectableInt
2021-05-19 Luke Kenneth... document test_fp_single_ldst
2021-05-19 Luke Kenneth... re-enable other SVP64 FP tests
2021-05-19 Luke Kenneth... comments for SVP64 ASM LD/ST-with-update duplicate RA
2021-05-19 Luke Kenneth... add silent log debug option, if SILENCELOG env var...
2021-05-19 Luke Kenneth... resolve merge conflicts, effectively reverting "verbose...
2021-05-19 Luke Kenneth... corrections to stf/lf RA_OR_ZERO not in all cases
2021-05-19 Lauri KasanenStop spamming the world whenever PowerDecoder is fired up
2021-05-19 Lauri Kasanenrm -f
2021-05-19 Lauri KasanenBasic media infra
2021-05-18 Luke Kenneth... add SVP64 IEEE754 FP unit test
2021-05-18 Luke Kenneth... fix SVP64 EXTRA2/3 decode for IEEE754 FP LD/ST operations
2021-05-18 Luke Kenneth... add beginning support for SVP64 IEEE754 FP
2021-05-18 Luke Kenneth... add more totally random bpermd unit tests, just to...
2021-05-18 Luke Kenneth... finally fix bpermd pseudocode, index was being treated...
2021-05-18 Luke Kenneth... revert register reordering in ISACaller
2021-05-18 Luke Kenneth... add os.makedirs on pyfnwriter output path
2021-05-18 Luke Kenneth... add python function writer, takes Appendix v3.0B pseudo...
2021-05-17 Luke Kenneth... update reg sort order in ISACaller
2021-05-17 Luke Kenneth... grr syntax incorrect, use <- operator not =
next