2023-01-15 |
Dmitry Selyutin | power_insn: support CR operands disassembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: fix opcodes generation (again) |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: simplify spans and bytes conversion |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: fix operands iteration |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: support CR operands assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: refactor extandable operands assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: remap GPR and FPR operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: unify GPR and FPR assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: provide SVP64 assembly stub |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | pysvp64asm: deprecate custom_insn helper |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: discard overlaps for dynamic operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: fix DOperandDX span |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: fix XO static operand |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: hide records repr from operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: sort opcodes by sections |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: fix repr for opcode mask and value |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: support tables priorities |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: provide operands helpers |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: cache operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: deprecate operand record argument |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: simplify word instruction assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: introduce PO and XO static operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: introduce record operands helpers |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: convert spans into properties |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: bind records to operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: postpone operands initialization |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: ensure operands are always dataclasses |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: provide basics for insndb assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: return None for unknown insn names |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: introduce signed immediate operand class |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: rename register operand class |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: clean and simplify EXTS operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: support FPR operands assembly |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: support GPR operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: support non-zero operands |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: allow sign only for SignedOperand |
commit | commitdiff | tree |
2023-01-15 |
Dmitry Selyutin | power_insn: add support for a trivial assembly |
commit | commitdiff | tree |
2023-01-15 |
Jacob Lifshay | add INSNDB=true test pass to .gitlab-ci.yml |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | correct name for Mem test function |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | gaah a mess (but working) |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | use qemu user-mode to run cross-compiled xchacha20 |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | ascii dump on xchacha20 to compare against x86 version |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | add -mno-altivec option to xchacha20 test |
commit | commitdiff | tree |
2023-01-01 |
Luke Kenneth... | enable misaligned Mem in ISACaller by default |
commit | commitdiff | tree |
2023-01-01 |
Cesar Strauss | Handle newer nMigen adding a "bench" top-level root... |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | corrections to boundary-wrapped store, and add misalign... |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | add rollover mem test, store "rolls over" a 64-bit... |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | add misaligned mem test |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | add misaligned mem test |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | relocate main() to a single section |
commit | commitdiff | tree |
2022-12-30 |
Luke Kenneth... | add unit test for Mem class, need to add misaligned... |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | print out memory exception details, on unaligned |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | add .gitignore |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | add cross-compiled test of xchacha20 suitable for runni... |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | simplify by running smallest test |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | get video pypowersim_wrapper running |
commit | commitdiff | tree |
2022-12-29 |
Luke Kenneth... | add bryan hawkins chacha20 source from |
commit | commitdiff | tree |
2022-11-11 |
Jacob Lifshay | add maddedus |
commit | commitdiff | tree |
2022-11-11 |
Jacob Lifshay | fix case_sv_bigint_shift_left_then_back |
commit | commitdiff | tree |
2022-11-11 |
Jacob Lifshay | XLEN-ify maddedu |
commit | commitdiff | tree |
2022-11-11 |
Jacob Lifshay | fix maddedu title line |
commit | commitdiff | tree |
2022-11-11 |
Jacob Lifshay | fix bug in parser when concatenating stuff that isn... |
commit | commitdiff | tree |
2022-11-01 |
Dmitry Selyutin | tests/bigint: provide shadd/shadduw tests |
commit | commitdiff | tree |
2022-11-01 |
Dmitry Selyutin | selectable_int: support variable concatenation |
commit | commitdiff | tree |
2022-11-01 |
Dmitry Selyutin | bitmanip.mdwn: avoid overflow for m variable |
commit | commitdiff | tree |
2022-11-01 |
Dmitry Selyutin | Revert "Revert "https://bugs.libre-soc.org/show_bug... |
commit | commitdiff | tree |
2022-11-01 |
Dmitry Selyutin | Revert "corrections to shadd/uw after reverting to... |
commit | commitdiff | tree |
2022-11-01 |
Luke Kenneth... | corrections to shadd/uw after reverting to switch |
commit | commitdiff | tree |
2022-11-01 |
Luke Kenneth... | Revert "https://bugs.libre-soc.org/show_bug.cgi?id... |
commit | commitdiff | tree |
2022-10-29 |
Luke Kenneth... | add dsld. (Rc=1) test, make overflow acceptable to... |
commit | commitdiff | tree |
2022-10-28 |
Jacob Lifshay | add tests for carry/overflow calculation of addmeo... |
commit | commitdiff | tree |
2022-10-28 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | dsld: MASK(0, 63-n) works just as well as MASK(64,... |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | overflow condition in dsld and dsrd if RS is non-zero |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | fix dsrd pseudocode to use ROTL64 not ROTL128 |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | fix dsld pseudocode to use ROTL64 instead of ROTL128 |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | add test showing that dsld and dsrd are not quite inverses |
commit | commitdiff | tree |
2022-10-28 |
Jacob Lifshay | update csvs to match make output |
commit | commitdiff | tree |
2022-10-28 |
Jacob Lifshay | fix bigint shift tests |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | fix dsrd, ROTL128 use 128-n not 64-n, |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | redo sv_analysis for dsld/dsrd |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | fix dsrd pseudocode for new 3-in 2-out |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | sort out dsld pseudocode, creating mask is tricky |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | endeavouring to implement shift-carry-dsld |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | restore Z23 shadd/shadduw |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | redo the 3-in 1-out move of dsld/dsrd to EXT04 VA2... |
commit | commitdiff | tree |
2022-10-28 |
Luke Kenneth... | first cut pseudocode for dsld/dsrd to be 3-in 1-out, |
commit | commitdiff | tree |
2022-10-27 |
Luke Kenneth... | add test for identifying [expr] * name in parser |
commit | commitdiff | tree |
2022-10-27 |
Dmitry Selyutin | power_enums: support shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-27 |
Dmitry Selyutin | isa/caller.py: support shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-27 |
Luke Kenneth... | https://bugs.libre-soc.org/show_bug.cgi?id=966#c4 |
commit | commitdiff | tree |
2022-10-25 |
Luke Kenneth... | code-comments on divmod2du and maddedu are wrong |
commit | commitdiff | tree |
2022-10-25 |
Luke Kenneth... | comments |
commit | commitdiff | tree |
2022-10-25 |
Luke Kenneth... | shadd pseudocode cleanup |
commit | commitdiff | tree |
2022-10-25 |
Dmitry Selyutin | pysvp64asm: support shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-25 |
Dmitry Selyutin | pysvp64asm: introduce more flexible Z23 wrapper |
commit | commitdiff | tree |
2022-10-25 |
Dmitry Selyutin | test_pysvp64dis: test shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-25 |
Dmitry Selyutin | bitmanip.mdwn: support shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-25 |
Dmitry Selyutin | minor_4.csv: support shadd/shadduw instructions |
commit | commitdiff | tree |
2022-10-24 |
Luke Kenneth... | add maxs. combined with cmp capability |
commit | commitdiff | tree |
next |