2022-07-28 |
Luke Kenneth... | add fmvis as a new RM-1P-1S SVP64 RM type |
commit | commitdiff | tree |
2022-07-28 |
Dmitry Selyutin | sv_binutils: include SVP64 context header |
commit | commitdiff | tree |
2022-07-28 |
Dmitry Selyutin | sv_binutils: remove separate CRs table |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | DOUBLE2SINGLE: convert doc comments to docstring |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | re-convert frsp pseudocode |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | try to add some line numbers to ast -- helps with debugging |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | switch ast for assignment to tuple to use the python... |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | fix line number tracking |
commit | commitdiff | tree |
2022-07-28 |
Jacob Lifshay | add handy re-indenting script |
commit | commitdiff | tree |
2022-07-27 |
Jacob Lifshay | gitlab-ci.yml: stop testing after 5 failures |
commit | commitdiff | tree |
2022-07-27 |
Jacob Lifshay | shrink build log |
commit | commitdiff | tree |
2022-07-27 |
Jacob Lifshay | add another test and fix broken fishmv pseudocode |
commit | commitdiff | tree |
2022-07-27 |
Luke Kenneth... | add extra fmvis to see what is going on |
commit | commitdiff | tree |
2022-07-27 |
Konstantinos... | Fix fmvis & fishmv bit handling for d0, add tests for... |
commit | commitdiff | tree |
2022-07-27 |
Konstantinos... | Add fishmv instruction (bug #887) |
commit | commitdiff | tree |
2022-07-27 |
Konstantinos... | fix wrong shift in fmvis, use correct immediates in... |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | update comments in fmvis case |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | add first FP "expected state" use it in fmvis |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | bit more docs on fmvis |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | off-by-one in declaration of pattern-match XO for fmvis |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | add some more example fmvis to work out which is LSB... |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | add example fmvis instruction to trans/svp64.py |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | dang. |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | Revert "set IN1 to NONE for fmvis", in1 is FRS. |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | use DOUBLE helper function in fmvis |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | annoying. DX-Form is one exception to the rule of havin... |
commit | commitdiff | tree |
2022-07-26 |
Konstantinos... | set IN1 to NONE for fmvis |
commit | commitdiff | tree |
2022-07-26 |
Konstantinos... | fix form and pseudo-code for fmvis, tests in 64-bit... |
commit | commitdiff | tree |
2022-07-26 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2022-07-26 |
Konstantinos... | fix fmvis decoder, it's now a 2-operand instruction |
commit | commitdiff | tree |
2022-07-26 |
Konstantinos... | Add fmvis instruction + tests, bug #887 |
commit | commitdiff | tree |
2022-07-25 |
Dmitry Selyutin | svp64.py: fix alignment |
commit | commitdiff | tree |
2022-07-25 |
Dmitry Selyutin | svp64.py: update svindex operands |
commit | commitdiff | tree |
2022-07-23 |
Luke Kenneth... | dump output from pypowersim_fp |
commit | commitdiff | tree |
2022-07-21 |
Luke Kenneth... | whoops missing variables in new subfunction after |
commit | commitdiff | tree |
2022-07-21 |
Luke Kenneth... | add dsubstep to ISACaller |
commit | commitdiff | tree |
2022-07-21 |
Luke Kenneth... | sort out subvl unit test with expected results |
commit | commitdiff | tree |
2022-07-21 |
Luke Kenneth... | fix loopend conditions for subvectors in ISACaller |
commit | commitdiff | tree |
2022-07-20 |
Luke Kenneth... | rename substep to ssubstep, add dsubstep to SVP64State |
commit | commitdiff | tree |
2022-07-20 |
Luke Kenneth... | add first subvl unit test, subvl comes from |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | move D-Immediate rewriting in ISACaller into separate... |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | move inputs in ISACaller into get_input() |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | move debug remap to ISACaller.remap_debug() |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | whitespace and function-return code-morphing in ISACaller |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | move another function in ISACaller (check_write) |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | begin function split in ISACaller |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | remove duplicate code create ISACaller.advance_svstate_... |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | add SUBVL (substep) support to PowerDecoder2 and to... |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | add substep getter/setter to SVP64State |
commit | commitdiff | tree |
2022-07-18 |
Luke Kenneth... | rename SVSTATE.svstep to SVSTATE.substep to avoid |
commit | commitdiff | tree |
2022-07-16 |
Luke Kenneth... | simplify remapyield.py, skip shows the bit to be skipped |
commit | commitdiff | tree |
2022-07-14 |
Luke Kenneth... | got fed up of long list of ifs for manually decoded... |
commit | commitdiff | tree |
2022-07-14 |
Jacob Lifshay | add jit_test for testing icbi and isync |
commit | commitdiff | tree |
2022-07-12 |
Luke Kenneth... | add DX-Form FRS for fmvis |
commit | commitdiff | tree |
2022-07-12 |
Luke Kenneth... | add recognition of 0xNNN and 0bMMMM to sv/trans/svp64.py |
commit | commitdiff | tree |
2022-07-12 |
Luke Kenneth... | add FRS as destination to PowerDecoder2 DecodeOut |
commit | commitdiff | tree |
2022-07-11 |
Luke Kenneth... | add mm=1 svindex test, setting single targetted SVSHAPE |
commit | commitdiff | tree |
2022-07-11 |
Luke Kenneth... | fix issue in SelectableInt.__rsub__ causing truncation... |
commit | commitdiff | tree |
2022-07-11 |
Luke Kenneth... | fix issue in SelectableInt using slices involving Selec... |
commit | commitdiff | tree |
2022-07-11 |
Andrey Miroshnikov | Added insn initialisation for grev() func |
commit | commitdiff | tree |
2022-07-11 |
Andrey Miroshnikov | Missed another two form sub-headings |
commit | commitdiff | tree |
2022-07-11 |
Andrey Miroshnikov | Missed another two form sub-headings |
commit | commitdiff | tree |
2022-07-11 |
Andrey Miroshnikov | Fixed missing space for form headings |
commit | commitdiff | tree |
2022-07-11 |
Luke Kenneth... | compute 2nd svindex dimension using unsignee compare |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | add yx svindex test, needed to compute size of 2nd dim |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | Indexed SVSHAPE add bypass mode when dim sizes are 1 |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | add second svindex test, modulo 3 |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | fix svindex pseudocode, set large 2nd dim on nonskip |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | fix svindex unit test, experiment setting dimensions |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | fix SVSHAPE iterator for index case, stop deepcopy |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | add new svindex sv.add test with arbitrary index map |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | non-persistence enabled on svindex as well as svremap |
commit | commitdiff | tree |
2022-07-10 |
Luke Kenneth... | fix svindex pseudocode |
commit | commitdiff | tree |
2022-07-09 |
Luke Kenneth... | pass GPR to SVSHAPEs in ISACaller |
commit | commitdiff | tree |
2022-07-09 |
Luke Kenneth... | add gpr lookup in Indexed SVSHAPE iterator (no elwidths... |
commit | commitdiff | tree |
2022-07-09 |
Luke Kenneth... | rough unit test ahowing Index REMAP basically functiona... |
commit | commitdiff | tree |
2022-07-09 |
Luke Kenneth... | add support for Indexed mode in SVSHAPE |
commit | commitdiff | tree |
2022-07-09 |
Luke Kenneth... | add storing of shape in requested SVSHAPE in svindex... |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | move DX Form |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | add first stub of svindex pseudocode |
commit | commitdiff | tree |
2022-07-06 |
Dmitry Selyutin | audio/mp3: convert asm to the new notation |
commit | commitdiff | tree |
2022-07-06 |
Dmitry Selyutin | svp64.py: allow macros as register names |
commit | commitdiff | tree |
2022-07-06 |
Dmitry Selyutin | svp64.py: generate registers |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | add svindex to power_enums.py, minor_22.csv |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | indentation on fields.txt to make it more markdown... |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | convert Logical svp64_cases.py to new vector reg form |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | convert ALU svp64_cases.py to new vector reg form |
commit | commitdiff | tree |
2022-07-06 |
Luke Kenneth... | converted test_caller_svstate.py to new reg format |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64.py to new vector numbering... |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64_predication.py to new vector... |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64_ldst.py to new vector numberi... |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | Updated the nmigen.sim import |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64_fft.py to new vector numberin... |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64_bc.py to new vector numbering... |
commit | commitdiff | tree |
2022-07-05 |
Andrey Miroshnikov | convert test_caller_svp64_dct.py to new vector numberin... |
commit | commitdiff | tree |
2022-07-05 |
Luke Kenneth... | converted test_caller_svp64_matrix.py to new reg format |
commit | commitdiff | tree |
2022-07-05 |
Luke Kenneth... | converted test_caller_svp64_fp.py to new reg format |
commit | commitdiff | tree |
2022-07-05 |
Luke Kenneth... | converted test_caller_svp64_mapreduce.py to new reg... |
commit | commitdiff | tree |
2022-07-05 |
Luke Kenneth... | convert test_caller_setvl.py to new vector numbering... |
commit | commitdiff | tree |
2022-07-05 |
Luke Kenneth... | add "*%" and "*" vector-numbering convention |
commit | commitdiff | tree |
next |