2022-09-23 |
Konstantinos... | renamed variance_svp64.c to variancefuncs_svp64.c |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | add pcdec -- doesn't yet work due to broken ISACaller... |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | fix maddld pseudo-code |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | add missing minor_4 decoder |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | fix 'write reg ' log call |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | add RC input to isa/caller.py |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | maddhd[u]/maddld are official ops |
commit | commitdiff | tree |
2022-09-23 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2022-09-22 |
Luke Kenneth... | add first (correctly-working) ctr-mode sv.bc test |
commit | commitdiff | tree |
2022-09-22 |
Luke Kenneth... | comment need for waiting on binutils update |
commit | commitdiff | tree |
2022-09-22 |
Konstantinos... | fix no of iterations in comment, harmless but wrong |
commit | commitdiff | tree |
2022-09-22 |
Konstantinos... | dump memory |
commit | commitdiff | tree |
2022-09-22 |
Konstantinos... | better handling of memory copies, fix vpx_get4x4sse_cs_... |
commit | commitdiff | tree |
2022-09-22 |
Konstantinos... | remove extra setvl instruction |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | add series of double-stride options to test_caller_svp6... |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | do not set striding on costables, keep them contiguous. |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | getting better, get rid of the ctr, group src/ref loads |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | scale-up svshape pseudo-code for striding in DCT/FFT |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | fix dct/fft test-functions with new "scaling" parameter |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | missed setting zdim in svshape on DCT modes |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | use sv.subf |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | fix braces |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | whoops stride already has +1 from SVSTATE class |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | add SVzd to REMAP (svshape) "stride" |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | add stride-multiplier for 2D DCT/FFT "in-place" offsets |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | Initial SVP64 attempt to vpx_get4x4sse_cs_svp64_real() |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | use mr instead of li/addi pair |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | fix comments |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | add vpx_get4x4sse_cs_svp64_real() and wrapper |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | First form of fully working SVP64 version |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | reduce number of iterations in test, as it takes too... |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | necessary changes for run_a_simulation to work with... |
commit | commitdiff | tree |
2022-09-21 |
Konstantinos... | Initial attempt for SVP64 asm version of vpx_get_mb_ss_... |
commit | commitdiff | tree |
2022-09-21 |
Luke Kenneth... | add sv.madd* to sv_analysis |
commit | commitdiff | tree |
2022-09-21 |
Jacob Lifshay | add sv.maddld test case |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | minor codemorph, whitespace |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | sv.bc reclassified as RM-2P-1S by eliminating SPRs. |
commit | commitdiff | tree |
2022-09-20 |
Konstantinos... | PoC simplified and isolated unit test for libvpx (VP8... |
commit | commitdiff | tree |
2022-09-20 |
Konstantinos... | Initial PoC for calling pypowersim from within C code |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | remove messy string identification, use RM Mode from... |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | add quick test and loooong test of pysvp64dis - branche... |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | pysvp64asm: fix sz handling |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: unify predicates |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | test_pysvp64dis: test vli specifier |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | pysvp64asm: support vli specifier |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: support vli specifier |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: simplify specifiers sorting |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | missed one sorting order in test_pysvp64dis.py |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | sort specifiers in pysvp64dis in lexicographical order |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | add two extra tests, sv.bc/m=r3/sz |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: custom sz handling for branches |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | pysvp64asm: update sz upon snz specifier |
commit | commitdiff | tree |
2022-09-20 |
Luke Kenneth... | add sv.bc/ctr/vsb unit test to test_pysvp64dis.py to... |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: support vs/vsi/vsb/vsbi/ctr/cti specifiers |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | pysvp64asm: support branch modes |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_svp64_rm: sync it with tables |
commit | commitdiff | tree |
2022-09-20 |
Dmitry Selyutin | power_insn: support common branch disassembly |
commit | commitdiff | tree |
2022-09-19 |
Dmitry Selyutin | power_insn: simplify branch table |
commit | commitdiff | tree |
2022-09-19 |
Dmitry Selyutin | power_insn: provide SVL/CTR branch fields |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | add bc_ctr and bc_cti but not used yet |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | print out reg num in _check_regs, useful debug |
commit | commitdiff | tree |
2022-09-19 |
Dmitry Selyutin | test_pysvp64dis: test els specifier |
commit | commitdiff | tree |
2022-09-19 |
Dmitry Selyutin | power_insn: support els specifier |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | cut cruft in caller.py |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | codemorph on rc handling |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | codemorph |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | first interation (ha ha) src/dst iterators for ISACaller |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | codemorph reduce indentation |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | code cleanup on ISACaller write_output |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | rename to avoid conflict pred_dz from pred_dst_zero |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | another code-morph splitting out the src/dst mask prepa... |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | add function for calling a simulation |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | another code-morph working towards getting the predicat... |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | code-morph in StepLoop work towards splitting into... |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | add svstate param to constructor of StepLoop, ISACaller |
commit | commitdiff | tree |
2022-09-19 |
Luke Kenneth... | move two big step/loop functions into separate class... |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: perform cleanup; turn comments into docstrings |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | code-comments identifying tables |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | simplify predicate mask reporting. assign dw=sw=mask... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | use widths.get(dw/sw) and test empty/non-empty after. |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | fix predicate mask case when smask was zero but mmode... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | no, better than hack-job, stop CROpSimpleRM deriving... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | bit of a hack-job, a base class MRBaseRM - MapReduce... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | correct COopFF3RM and CRopSimpleRM: extra sz field... |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: introduce common mr/mrr RM class |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: support ff/pr predicates |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | pysvp64asm: restore original BO |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: fix CR ops classes naming |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: fix coding style |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: introduce common dz/sz RM classes |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: introduce common zz RM class |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: introduce common Sat RM class |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: introduce common FFPRRc0 RM class |
commit | commitdiff | tree |
2022-09-18 |
Dmitry Selyutin | power_insn: simplify RM classes naming |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | add first attempt at swapping inner/outer vl/subvl... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | add new svstep mode setting up pack/unpack |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | sigh, check length of string returned, if non-zero... |
commit | commitdiff | tree |
2022-09-18 |
Luke Kenneth... | sort out CR RM Mode (sz/dz bits moved, consistent) |
commit | commitdiff | tree |
next |