2023-09-22 |
Dmitry Selyutin | syscalls: fix syscall arguments |
commit | commitdiff | tree |
2023-09-22 |
Dmitry Selyutin | syscalls: introduce syscall arguments length |
commit | commitdiff | tree |
2023-09-22 |
Dmitry Selyutin | syscalls: fix sys_ni_syscall call |
commit | commitdiff | tree |
2023-09-22 |
Dmitry Selyutin | syscalls: fix default table path |
commit | commitdiff | tree |
2023-09-22 |
Jacob Lifshay | make scalar EXTRA2 encoding match between tables and... fix-scalar-extra2 |
commit | commitdiff | tree |
2023-09-22 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-09-22 |
Jacob Lifshay | Revert "fix PowerDecoder2 to properly decode scalar... |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: support ppc/ppc64 ecall generators |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: introduce ecall generator |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: canonicalize entries |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: reorder generic entries |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: introduce generation mode |
commit | commitdiff | tree |
2023-09-21 |
Dmitry Selyutin | syscalls: support RISC-V architectures |
commit | commitdiff | tree |
2023-09-20 |
Jacob Lifshay | use setuptools-scm from debian instead of pip |
commit | commitdiff | tree |
2023-09-20 |
Dmitry Selyutin | syscalls: support generic system calls |
commit | commitdiff | tree |
2023-09-19 |
Dmitry Selyutin | syscalls: introduce Syscall class |
commit | commitdiff | tree |
2023-09-19 |
Dmitry Selyutin | syscalls: fix ctypes syscall |
commit | commitdiff | tree |
2023-09-19 |
Dmitry Selyutin | syscalls: support identifiers iteration |
commit | commitdiff | tree |
2023-09-19 |
Dmitry Selyutin | syscalls: support identifiers lookup |
commit | commitdiff | tree |
2023-09-19 |
Dmitry Selyutin | syscalls: adjust syscall name |
commit | commitdiff | tree |
2023-09-19 |
Jacob Lifshay | fix bug I noticed while reading git history |
commit | commitdiff | tree |
2023-09-18 |
Dmitry Selyutin | syscalls: refactor calls chain |
commit | commitdiff | tree |
2023-09-18 |
Dmitry Selyutin | syscalls: refactor dispatcher call arguments |
commit | commitdiff | tree |
2023-09-18 |
Dmitry Selyutin | syscalls: introduce dispatcher class |
commit | commitdiff | tree |
2023-09-18 |
Dmitry Selyutin | syscalls: generate proper name |
commit | commitdiff | tree |
2023-09-18 |
Dmitry Selyutin | syscalls: refactor module hierarchy |
commit | commitdiff | tree |
2023-09-18 |
Luke Kenneth... | add python-based implementation of dsrd to poly1305... |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | illustrate the intermediary step of converting poly1305... |
commit | commitdiff | tree |
2023-09-17 |
Dmitry Selyutin | Revert "syscalls: commit a couple of autogenerated... |
commit | commitdiff | tree |
2023-09-17 |
Dmitry Selyutin | syscalls: commit a couple of autogenerated tables |
commit | commitdiff | tree |
2023-09-17 |
Dmitry Selyutin | syscalls/lscmg: introduce Linux syscalls mapping generator |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | first revision port of https://github.com/floodyberry... |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | make the poly1305 quick example identical to the poly13... |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | add a quick usage demo to poly1305.py, to serve later... |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | add implementation of poly1305 pure python |
commit | commitdiff | tree |
2023-09-17 |
Luke Kenneth... | add code-comments to chacha20 svp64 unit test |
commit | commitdiff | tree |
2023-09-17 |
Konstantinos... | remove OpenSSL dependency, use own SHA512 hash |
commit | commitdiff | tree |
2023-09-16 |
Luke Kenneth... | add links copyright and funding notice to svp64 chacha2... |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | fix PowerDecoder2 to properly decode scalar EXTRA2 |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | add tests for checking if the simulator and assembler... |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | change registers used to avoid r13-31 which are reserve... |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | pass in stack pointer |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | log more register read/writes to LogKind.InstrInOuts |
commit | commitdiff | tree |
2023-09-15 |
Jacob Lifshay | add copyright stuff |
commit | commitdiff | tree |
2023-09-14 |
Andrey Miroshnikov | syscall_cases: Added link to ABI and write manpage |
commit | commitdiff | tree |
2023-09-14 |
Andrey Miroshnikov | syscall_cases: Add license, copyright, NLnet message. |
commit | commitdiff | tree |
2023-09-14 |
Konstantinos... | WIP: Initial attempt to port ed25519 to SVP64 |
commit | commitdiff | tree |
2023-09-14 |
Konstantinos... | Need to zero homeIsaDir before use |
commit | commitdiff | tree |
2023-09-14 |
Konstantinos... | add .gitignore files |
commit | commitdiff | tree |
2023-09-14 |
Jacob Lifshay | add SVP64 256x256->512-bit multiply |
commit | commitdiff | tree |
2023-09-14 |
Jacob Lifshay | generalize assemble() fn so other test cases can easily... |
commit | commitdiff | tree |
2023-09-13 |
Andrey Miroshnikov | syscall_cases: Aded expected values for SRR0/1, MSR... |
commit | commitdiff | tree |
2023-09-12 |
Andrey Miroshnikov | Adding syscall ISACaller test case (not working yet). |
commit | commitdiff | tree |
2023-09-12 |
Jacob Lifshay | remove grev, leaving unit tests for later use by grevlut |
commit | commitdiff | tree |
2023-09-11 |
Jacob Lifshay | mark madd* as skipped in soc.git |
commit | commitdiff | tree |
2023-09-11 |
Jacob Lifshay | filter out v3.1 insns when soc flag set -- soc.git... |
commit | commitdiff | tree |
2023-09-11 |
Jacob Lifshay | filter out addex when soc flag set |
commit | commitdiff | tree |
2023-09-11 |
Jacob Lifshay | add support for filtering tests using flags |
commit | commitdiff | tree |
2023-09-11 |
Jacob Lifshay | make soc test_pipe_caller tests pass again |
commit | commitdiff | tree |
2023-09-10 |
Andrey Miroshnikov | pypowersim_wrapper_common.h: Home path no longer hard... |
commit | commitdiff | tree |
2023-08-31 |
Andrey Miroshnikov | inorder.py: Moved return statements to new line. |
commit | commitdiff | tree |
2023-08-22 |
Andrey Miroshnikov | inorder.py: Invert checks to reduce indentation. |
commit | commitdiff | tree |
2023-08-22 |
Andrey Miroshnikov | inorder.py: Reverse pipeline processing order. |
commit | commitdiff | tree |
2023-08-22 |
Andrey Miroshnikov | Revert "inorder.py: Use insn_trace more consistently." |
commit | commitdiff | tree |
2023-08-21 |
Andrey Miroshnikov | inorder.py: Use insn_trace more consistently. |
commit | commitdiff | tree |
2023-08-21 |
Andrey Miroshnikov | inorder.py: Enough additions and fixes to get the test... |
commit | commitdiff | tree |
2023-08-01 |
Jacob Lifshay | don't warn for directories |
commit | commitdiff | tree |
2023-08-01 |
Jacob Lifshay | ignore indented comments too |
commit | commitdiff | tree |
2023-08-01 |
Jacob Lifshay | demo moving pseudocode to separate file |
commit | commitdiff | tree |
2023-08-01 |
Jacob Lifshay | add support for pseudocode being a [[!inline]] directive |
commit | commitdiff | tree |
2023-07-31 |
Jacob Lifshay | put reason for checking for old files in error msg |
commit | commitdiff | tree |
2023-07-31 |
Jacob Lifshay | move generated files to .../decoder/isa/generated |
commit | commitdiff | tree |
2023-07-25 |
Konstantinos... | split testcase for separate maddrs/msubrs |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | fix set[n]bc[r] |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | don't convert CR[BI] to CR.BI |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | add set[n]bc[r] -- tests broken |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | add missing test_caller_cr.py |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | restore use of ? : operator in bfp_ROUND_TO_BFP32/64... |
commit | commitdiff | tree |
2023-07-25 |
Jacob Lifshay | add support for C conditional operator |
commit | commitdiff | tree |
2023-07-22 |
Luke Kenneth... | shortened variable names, |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | add SVP64 test for byte reverse insns |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | add SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd... |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | add pdepd/pextd |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | add cfuged |
commit | commitdiff | tree |
2023-07-22 |
Jacob Lifshay | add cntlzdm/cnttzdm |
commit | commitdiff | tree |
2023-07-21 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-07-21 |
Konstantinos... | Moved maddsubrs/maddrs/msubrs instructions to separate... |
commit | commitdiff | tree |
2023-07-20 |
Jacob Lifshay | add much more exhaustive maddrs unit tests |
commit | commitdiff | tree |
2023-07-20 |
Jacob Lifshay | add much more exhaustive maddsubrs unit tests |
commit | commitdiff | tree |
2023-07-20 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-07-20 |
Konstantinos... | Fix failing cases, all tests pass now |
commit | commitdiff | tree |
2023-07-20 |
Jacob Lifshay | add byte reverse instructions from PowerISA v3.1B |
commit | commitdiff | tree |
2023-07-20 |
Jacob Lifshay | support official instructions that need .long format |
commit | commitdiff | tree |
2023-07-19 |
Konstantinos... | revert to correct value |
commit | commitdiff | tree |
2023-07-19 |
Konstantinos... | Unify XLEN =64 special case in the new code |
commit | commitdiff | tree |
2023-07-19 |
Konstantinos... | Fix XLEN != 64 cases where maddsubrs fails |
commit | commitdiff | tree |
2023-07-19 |
Jacob Lifshay | add fminmax tests with corresponding pseudocode fixes |
commit | commitdiff | tree |
2023-07-17 |
Jacob Lifshay | update to use new fminmax instruction |
commit | commitdiff | tree |
next |