correction to ra
[openpower-isa.git] / src / openpower / decoder / isa /
2023-12-09 Luke Kenneth Casso... correction to ra
2023-12-09 Luke Kenneth Casso... correction to VL
2023-12-09 Shriya Sharmaadded the expected results for scalar ddffirst
2023-12-09 Shriya Sharmastarting on the unit test for scalar ddffirst
2023-12-09 Luke Kenneth Casso... bug #1183: add test function sv_cmpi
2023-12-09 Luke Kenneth Casso... bug #1183: attempt first ddffirst mapreduce mode
2023-12-07 Luke Kenneth Casso... correction syntax error
2023-12-07 Luke Kenneth Casso... bug 672: remove redundant/incorrect comment in pospopcount
2023-12-07 Luke Kenneth Casso... bug 672: pospopcount, cleanup, no functional change
2023-12-07 Luke Kenneth Casso... bug 672: pospopcount, correct NGI Grant
2023-12-07 Luke Kenneth Casso... bug #672: more code-comments
2023-12-07 Luke Kenneth Casso... comments
2023-12-07 Luke Kenneth Casso... bug #672: shorten pospopcount further
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount working with large arrays
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount using sv.lbzu/pi/dw=8 error
2023-12-07 Luke Kenneth Casso... bug #672: shorter pospopcount but not fully working
2023-12-07 Jacob LifshayISACaller/parser: kludge: support (RA|0) when elwidth...
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount finally got the right answer
2023-12-07 Luke Kenneth Casso... bug #672: fixing pospopcount assembler
2023-12-07 Luke Kenneth Casso... fix elwidth overrides when sw=8
2023-12-07 Luke Kenneth Casso... add gbbd (bmatflip) test case - just the one for now
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... bug 1228: dcbt* to match against nop, not dc* in ISACaller
2023-12-03 Luke Kenneth Casso... bug 1231: all dc* instructions to be treated as nop
2023-12-01 Jacob Lifshayopenpower/test/elf/simple_cases: add some simple ELF...
2023-12-01 Jacob LifshayISACaller: support loading an ELFFile
2023-12-01 Jacob Lifshaymem.py: add load_elf
2023-12-01 Jacob Lifshaymem.py: fix SIGBUS when accessing file mapped by mmap_s...
2023-12-01 Jacob Lifshaycaller.py: implement write syscall
2023-12-01 Jacob Lifshaycaller.py: implement exit_group syscall
2023-12-01 Jacob LifshayISACaller: fix syscall emulation
2023-12-01 Jacob Lifshayadd mmap_syscall tests
2023-12-01 Jacob Lifshayimplement MemMMap.mmap_syscall
2023-12-01 Luke Kenneth Casso... replace print() with log()
2023-11-30 Jacob Lifshaytest_caller_svp64_powmod: rename to test_aaa_caller_svp...
2023-11-30 Jacob Lifshaycall log, not print
2023-11-30 Jacob Lifshayconvert assigned values to SVSHAPE when writing to...
2023-11-30 Jacob Lifshayadapt divmod algorithm for putting variables in registers
2023-11-30 Jacob Lifshayfinish moving Knuth algorithm D into a class
2023-11-30 Jacob Lifshayfinish writing python_divmod_knuth_algorithm_d
2023-11-30 Jacob Lifshayrename divmod algorithm -> divmod_shift_sub in prep...
2023-11-30 Jacob Lifshayadd WIP powmod_256 -- asm test is currently disabled...
2023-11-27 Luke Kenneth Casso... got sv.bc working for pospopcount
2023-11-27 Luke Kenneth Casso... try ctrtest mode in pospopcount
2023-11-23 Luke Kenneth Casso... reduce indentation
2023-11-21 Luke Kenneth Casso... starting on pospopcount assembler
2023-11-21 Luke Kenneth Casso... add cut/paste copy of strncpy example as basis for...
2023-11-21 Jacob Lifshayfix vertical-first sv.bc 1210-attempt-to-fix-vf-sv.bc
2023-11-21 Andrey MiroshnikovAdded sv.bc in vertical-first test
2023-11-17 Shriya SharmaTest case (all same nos) for maxloc
2023-11-17 Luke Kenneth Casso... add asserts to check results
2023-11-17 Luke Kenneth Casso... whitespace
2023-11-17 Shriya SharmaTest case (all zeroes) for maxloc
2023-11-15 Luke Kenneth Casso... no point defining nm=-1
2023-11-15 Luke Kenneth Casso... add 2nd maxloc case
2023-11-15 Luke Kenneth Casso... move maxloc to isacaller directory
2023-11-14 Jacob Lifshayadd TRAP docs programmerjake/bug-1177
2023-11-14 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-14 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-11-14 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-11-14 Jacob Lifshayonly write outputs that have .ok == True
2023-11-14 Jacob Lifshayuse create_full_args to generate insn arg list
2023-11-14 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-11-14 Jacob Lifshaylog load/stores to InstrInOuts
2023-11-14 Jacob Lifshayformat code
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
2023-11-02 Luke Kenneth Casso... comment on rfid doing a swap-backup of the program...
2023-10-26 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-25 Dmitry Selyutinsyscall: improve architecture detection
2023-10-24 Luke Kenneth Casso... whitespace cleanup
2023-10-23 Jacob Lifshayreduce mmap BLOCK_SIZE to 1 << 28 so it works on armv7a
2023-10-23 Dmitry Selyutintest_syscall: hardcode MSR validation
2023-10-23 Dmitry Selyutintest_syscall: check MSR; update expected PC
2023-10-22 Dmitry Selyutinisa/test_runner: support initial_msr parameter
2023-10-22 Dmitry Selyutinisa/caller: return from interrupt upon syscall emulation
2023-10-22 Dmitry Selyutintest_syscall: provide code for future SPR checks
2023-10-22 Dmitry Selyutinisa/caller: refactor sc logic
2023-10-22 Dmitry Selyutintest_caller: introduce syscall tests
2023-10-22 Dmitry Selyutinisa/caller: enable host-backed memory for scemu
2023-10-22 Dmitry Selyutinisa/caller: introduce use_syscall_emu parameter
2023-10-22 Dmitry Selyutinisa/test_runner: support additional parameters
2023-10-22 Dmitry Selyutinisa/caller: remove redundant check
2023-10-22 Dmitry Selyutinisa/caller: provide sc and scv instructions wrapper
2023-10-19 Andrey MiroshnikovAdded assert to check inner/outer results match
2023-10-19 Andrey MiroshnikovReplace flatten func with builtin reduce()
2023-10-19 Andrey MiroshnikovReadded the flatten func (removed accidentally)
2023-10-18 Luke Kenneth Casso... annoying - call the TRAP() function in system.mdwn...
2023-10-18 Luke Kenneth Casso... add test_caller_trap.py which stunningly actually works...
2023-10-18 Andrey MiroshnikovAdded pure python mat multiply (outer and inner product...
2023-10-18 Luke Kenneth Casso... doh, use reduce on operator.add already
2023-10-18 Luke Kenneth Casso... print expected flattened matrix results
2023-10-18 Andrey MiroshnikovAdd assert
2023-10-18 Luke Kenneth Casso... remove cruft, make comments clearer
2023-10-18 Andrey MiroshnikovUse flatten
2023-10-18 Andrey MiroshnikovAdd flatten function, print expected
2023-10-18 Luke Kenneth Casso... rename expected to results (actual results)
2023-10-18 Luke Kenneth Casso... store integer results in expected array
2023-10-18 Luke Kenneth Casso... simplify matmult test code
next