2023-10-03 |
Shriya Sharma | Added English Language description for sthux instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for sthu instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for sthx instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for sth instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for stbux instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for stbu instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for stbx instruction |
commit | commitdiff | tree |
2023-10-03 |
Shriya Sharma | Added English Language description for stb instruction |
commit | commitdiff | tree |
2023-10-01 |
Luke Kenneth... | manually revert damaged caused by jacob to pseudocode... |
commit | commitdiff | tree |
2023-10-01 |
Luke Kenneth... | Revert "demo moving pseudocode to separate file" |
commit | commitdiff | tree |
2023-10-01 |
Luke Kenneth... | Revert "add support for pseudocode being a [[!inline... |
commit | commitdiff | tree |
2023-10-01 |
Luke Kenneth... | Revert "ignore indented comments too" |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | skip blank lines in pagereader.py pprint_ops() |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | code-comments |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | moving the temp array (t) along, so that adding to... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | first attempt to create an Indexed Schedule, for bigmul... |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | fix divmod |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | in divmod algorithm log regexes that match against... |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | test python_divmod_algorithm |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | log asmop to LogKind.InstrInOuts too since only printin... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | remove use of addc, use adde instead setting ca to... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | reduce 4-repeats of identical code down to 1 copy with... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | add seeming-redundant addc/adde (actually part of big... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | convert basic_pypowersim to hex rather than broken... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | code-cleanup, bit of comments, copyright, blah blah... |
commit | commitdiff | tree |
2023-09-30 |
Luke Kenneth... | add what is currently a duplicate of python_mul_algorit... |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | working on adding divmod 512x256 to 256x256 |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | log writing CA[32]/OV[32] for OP_ADD |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | add unit test for mcrxrx |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | fix mcrxrx |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | fix concat when the first argument is a FieldSelectableInt |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | fix wrong register in docs |
commit | commitdiff | tree |
2023-09-30 |
Jacob Lifshay | 256x256-bit mul no longer broken since bug #1161 was... |
commit | commitdiff | tree |
2023-09-27 |
Shriya Sharma | Added english language description and brackets for... |
commit | commitdiff | tree |
2023-09-27 |
Shriya Sharma | Added english language description and brackets for... |
commit | commitdiff | tree |
2023-09-27 |
Shriya Sharma | Added english language description and brackets for... |
commit | commitdiff | tree |
2023-09-27 |
Shriya Sharma | Added english language description and brackets for... |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | add MemMMap tests |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | skip zero words when iterating words in MemMMap |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | format src/openpower/decoder/isa/test_mem.py |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | add basis of Context Manager for capturing which inputs... |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | minor alteration of reporting hash in mini-test of... |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | detect if add arg2 is greater than 7 and ignore it... |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | add an intercept (on all poly1305-donna.py math primitives) |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | add link to poly1305-design (really good) |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | allow intercept on dsrd (rename DSRD) in poly13005... |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | provide intercepts of 64/128-bit math primitives that... |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | convert all use of "+" to ADD(a,b) in order to prepare... |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | switch UTF-8 validation tests to use MemMMap so it... |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | add MemMMap class |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | split out most Mem methods into MemCommon base class |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | format mem.py |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: fix syscall arguments |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: introduce syscall arguments length |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: fix sys_ni_syscall call |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: fix default table path |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | make scalar EXTRA2 encoding match between tables and... |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | Revert "fix PowerDecoder2 to properly decode scalar... |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: support ppc/ppc64 ecall generators |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: introduce ecall generator |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: canonicalize entries |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: reorder generic entries |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: introduce generation mode |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: support RISC-V architectures |
commit | commitdiff | tree |
2023-09-26 |
Jacob Lifshay | use setuptools-scm from debian instead of pip |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: support generic system calls |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: introduce Syscall class |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: fix ctypes syscall |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: support identifiers iteration |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: support identifiers lookup |
commit | commitdiff | tree |
2023-09-26 |
Dmitry Selyutin | syscalls: adjust syscall name |
commit | commitdiff | tree |
2023-09-26 |
Luke Kenneth... | add english language description for lbzupx |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added brackets for lwax instruction |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added brackets for lhzx instruction |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added brackets for lhzx instruction |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added brackets for lhaux instruction |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added brackets for lha instruction |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-26 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-25 |
Luke Kenneth... | add lbzup english description based on lbzu |
commit | commitdiff | tree |
2023-09-25 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-25 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
2023-09-25 |
Shriya Sharma | Added english language description, spaces and brackets... |
commit | commitdiff | tree |
next |