add SRR0 and SRR1 to list of special_regs in parser
[openpower-isa.git] / src / openpower /
2023-12-22 Luke Kenneth Casso... add SRR0 and SRR1 to list of special_regs in parser
2023-12-22 Luke Kenneth Casso... annoying - call the TRAP() function in system.mdwn...
2023-12-22 Luke Kenneth Casso... fix bug introduced by having to revert unauthorized...
2023-12-22 Luke Kenneth Casso... Revert "fix bug where pseudo-code assignments modify...
2023-12-22 Luke Kenneth Casso... add sc test to TestTrapCases
2023-12-22 Luke Kenneth Casso... add test_caller_trap.py which stunningly actually works...
2023-12-22 Dmitry Selyutinpower_enums: mention sc and scv instructions
2023-12-22 Luke Kenneth Casso... add "is_idle" capability to inorder.py so that after...
2023-12-22 Shriya Sharmasettting pushed_to_decode true
2023-12-22 Shriya SharmaAdded an extra unit test test_trace1
2023-12-22 Andrey MiroshnikovAdded pure python mat multiply (outer and inner product...
2023-12-22 Luke Kenneth Casso... doh, use reduce on operator.add already
2023-12-22 Luke Kenneth Casso... print expected flattened matrix results
2023-12-22 Andrey MiroshnikovAdd assert
2023-12-22 Luke Kenneth Casso... remove cruft, make comments clearer
2023-12-22 Andrey MiroshnikovUse flatten
2023-12-22 Andrey MiroshnikovAdd flatten function, print expected
2023-12-22 Luke Kenneth Casso... rename expected to results (actual results)
2023-12-22 Luke Kenneth Casso... store integer results in expected array
2023-12-22 Luke Kenneth Casso... simplify matmult test code
2023-12-22 Luke Kenneth Casso... whitespace
2023-12-22 Luke Kenneth Casso... whitespace
2023-12-22 Andrey MiroshnikovAdd pure python matrix mul function
2023-12-22 Luke Kenneth Casso... clarify prints and no conversion of integer input in...
2023-12-22 Luke Kenneth Casso... add stub (non-working) matrix multiply using maddld
2023-12-22 Luke Kenneth Casso... accidentally commented-out matrix tests
2023-12-22 Luke Kenneth Casso... whitespace
2023-12-22 Luke Kenneth Casso... add error message showing which instructions have been...
2023-12-22 Luke Kenneth Casso... optional read of "Description" in pagereader.py
2023-12-22 Luke Kenneth Casso... move repeated code block to mini function for reading...
2023-12-22 Luke Kenneth Casso... whoops should be 5x3 comment not 5x3
2023-12-22 Luke Kenneth Casso... manually revert damaged caused by jacob to pseudocode...
2023-12-22 Luke Kenneth Casso... Revert "add support for pseudocode being a [[!inline...
2023-12-22 Luke Kenneth Casso... Revert "ignore indented comments too"
2023-12-22 Luke Kenneth Casso... skip blank lines in pagereader.py pprint_ops()
2023-12-22 Luke Kenneth Casso... code-comments
2023-12-22 Luke Kenneth Casso... moving the temp array (t) along, so that adding to...
2023-12-22 Luke Kenneth Casso... first attempt to create an Indexed Schedule, for bigmul...
2023-12-22 Jacob Lifshayfix divmod
2023-12-22 Jacob Lifshayin divmod algorithm log regexes that match against...
2023-12-22 Jacob Lifshaytest python_divmod_algorithm
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshaylog asmop to LogKind.InstrInOuts too since only printin...
2023-12-22 Luke Kenneth Casso... remove use of addc, use adde instead setting ca to...
2023-12-22 Luke Kenneth Casso... reduce 4-repeats of identical code down to 1 copy with...
2023-12-22 Luke Kenneth Casso... add seeming-redundant addc/adde (actually part of big...
2023-12-22 Luke Kenneth Casso... code-cleanup, bit of comments, copyright, blah blah...
2023-12-22 Luke Kenneth Casso... add what is currently a duplicate of python_mul_algorit...
2023-12-22 Jacob Lifshayworking on adding divmod 512x256 to 256x256
2023-12-22 Jacob Lifshaylog writing CA[32]/OV[32] for OP_ADD
2023-12-22 Jacob Lifshayadd unit test for mcrxrx
2023-12-22 Jacob Lifshayfix concat when the first argument is a FieldSelectableInt
2023-12-22 Jacob Lifshayfix wrong register in docs
2023-12-22 Jacob Lifshay256x256-bit mul no longer broken since bug #1161 was...
2023-12-22 Jacob Lifshayadd MemMMap tests
2023-12-22 Jacob Lifshayskip zero words when iterating words in MemMMap
2023-12-22 Jacob Lifshayformat src/openpower/decoder/isa/test_mem.py
2023-12-22 Luke Kenneth Casso... add basis of Context Manager for capturing which inputs...
2023-12-22 Luke Kenneth Casso... minor alteration of reporting hash in mini-test of...
2023-12-22 Luke Kenneth Casso... detect if add arg2 is greater than 7 and ignore it...
2023-12-22 Luke Kenneth Casso... add an intercept (on all poly1305-donna.py math primitives)
2023-12-22 Luke Kenneth Casso... add link to poly1305-design (really good)
2023-12-22 Luke Kenneth Casso... allow intercept on dsrd (rename DSRD) in poly13005...
2023-12-22 Luke Kenneth Casso... provide intercepts of 64/128-bit math primitives that...
2023-12-22 Luke Kenneth Casso... convert all use of "+" to ADD(a,b) in order to prepare...
2023-12-22 Jacob Lifshayswitch UTF-8 validation tests to use MemMMap so it...
2023-12-22 Jacob Lifshayadd MemMMap class
2023-12-22 Jacob Lifshaysplit out most Mem methods into MemCommon base class
2023-12-22 Jacob Lifshayformat mem.py
2023-12-22 Dmitry Selyutinsyscalls: fix syscall arguments
2023-12-22 Dmitry Selyutinsyscalls: introduce syscall arguments length
2023-12-22 Dmitry Selyutinsyscalls: fix sys_ni_syscall call
2023-12-22 Dmitry Selyutinsyscalls: fix default table path
2023-12-22 Jacob Lifshaymake scalar EXTRA2 encoding match between tables and...
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob LifshayRevert "fix PowerDecoder2 to properly decode scalar...
2023-12-22 Dmitry Selyutinsyscalls: support ppc/ppc64 ecall generators
2023-12-22 Dmitry Selyutinsyscalls: introduce ecall generator
2023-12-22 Dmitry Selyutinsyscalls: canonicalize entries
2023-12-22 Dmitry Selyutinsyscalls: reorder generic entries
2023-12-22 Dmitry Selyutinsyscalls: introduce generation mode
2023-12-22 Dmitry Selyutinsyscalls: support RISC-V architectures
2023-12-22 Dmitry Selyutinsyscalls: support generic system calls
2023-12-22 Dmitry Selyutinsyscalls: introduce Syscall class
2023-12-22 Dmitry Selyutinsyscalls: fix ctypes syscall
2023-12-22 Dmitry Selyutinsyscalls: support identifiers iteration
2023-12-22 Dmitry Selyutinsyscalls: support identifiers lookup
2023-12-22 Dmitry Selyutinsyscalls: adjust syscall name
2023-12-22 Jacob Lifshayfix bug I noticed while reading git history
2023-12-22 Dmitry Selyutinsyscalls: refactor calls chain
2023-12-22 Dmitry Selyutinsyscalls: refactor dispatcher call arguments
2023-12-22 Dmitry Selyutinsyscalls: introduce dispatcher class
2023-12-22 Dmitry Selyutinsyscalls: generate proper name
2023-12-22 Dmitry Selyutinsyscalls: refactor module hierarchy
2023-12-22 Luke Kenneth Casso... add python-based implementation of dsrd to poly1305...
2023-12-22 Luke Kenneth Casso... illustrate the intermediary step of converting poly1305...
2023-12-22 Dmitry SelyutinRevert "syscalls: commit a couple of autogenerated...
2023-12-22 Dmitry Selyutinsyscalls: commit a couple of autogenerated tables
2023-12-22 Dmitry Selyutinsyscalls/lscmg: introduce Linux syscalls mapping generator
2023-12-22 Luke Kenneth Casso... first revision port of https://github.com/floodyberry...
next