2023-05-10 |
Jacob Lifshay | change FPSCR to a required parameter of ISACallerHelper support-fields |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | Revert "remove now-unnecessary SO global, since XER... |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | switch to using self.FPSCR |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | switch to using FPSCRState for double2single.mdwn |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | add self.FPSCR |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | remove now-unnecessary SO global, since XER[SO] syntax... |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | support FPSCR[RN] syntax that translates to FPSCR.RN |
commit | commitdiff | tree |
2023-05-10 |
Jacob Lifshay | add support for accessing XER using XER.SO syntax ... |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | SetFX is not a normal function -- it can assign to... |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | switch fpcvt over to using FPSCR attributes |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | add parser support for attributes like FPSCR.RN |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | move apply_trailer into parser class |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | bypass ply's eating SyntaxErrors |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | FPSCR.FPRF can be assigned strings |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | add XERState since XER has fields too |
commit | commitdiff | tree |
2023-05-09 |
Jacob Lifshay | fix some broken FieldSelectableInt handling |
commit | commitdiff | tree |
2023-05-07 |
Luke Kenneth... | comment TODO on Load-Fault in strncpy example |
commit | commitdiff | tree |
2023-05-07 |
Luke Kenneth... | add stub reset_xflags function |
commit | commitdiff | tree |
2023-05-07 |
Dmitry Selyutin | minor_19.csv: convert RA to RA0 for minmax |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | add FPSCR to Test API (ExpectedState, SimState). untested |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | add FPSCR to ISACaller |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | notes: make FPSCR definition more like MSR (see openpow... |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | drastically simplify fpscr.py. extreme overcomplexity... |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | add comment about why the new check has been added |
commit | commitdiff | tree |
2023-05-06 |
Luke Kenneth... | get table down to under 80 chars per line |
commit | commitdiff | tree |
2023-05-06 |
Jacob Lifshay | fix fpscr table parser error reporting |
commit | commitdiff | tree |
2023-05-06 |
Jacob Lifshay | add FPSCRState and FPSCRRecord and a FPSCR smoke-test |
commit | commitdiff | tree |
2023-05-05 |
Jacob Lifshay | add initial fmv/fcvt tests, though they're broken due... |
commit | commitdiff | tree |
2023-05-05 |
Jacob Lifshay | add check that generated .py files are in .gitignore |
commit | commitdiff | tree |
2023-05-05 |
Jacob Lifshay | verify fields.txt forms' field separators ('|') line... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | merge maddrs/msubrs, unit tests changed accordingly |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | Add 2 more instructions to help with 2-coeff butterfly |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | use a simpler way to do the same thing |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | Handle large 64-bit values, but only the low 64-bit... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | do proper rounding, no rounding for SH=0 (for now)... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | Result needs rounding so add +1 to prod* |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | handle negatives correctly by adding sign bit to final... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | almost there, positive values work, negative values... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | use proper register sizes |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | MULS instead of MUL, RA instead of RT in in1 |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | Turns out DCTI-Form is another variant of A-Form |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | minor fixes in pseudocode, CONST_UI->CONST_SH in minor_... |
commit | commitdiff | tree |
2023-05-04 |
Konstantinos... | WIP: maddsubrs initial approach |
commit | commitdiff | tree |
2023-05-04 |
Luke Kenneth... | maddsubrs no longer has CR0 |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | fix forgotten stuff from last commit |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | add fcvt/fmv -- no tests yet |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | support calling functions with no args in pseudocode |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | show actual mdwn source location in backtrace when... |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | move Assign to parser class in prep for improving synta... |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | add all fmv*/fcvt* fields |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | split XO-Form's RA field in prep for adding fcvttg... |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | remove testing with INSNDB=true since that now does... |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | comment fmin*/fmax* since they're being replaced with... |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | fix non-zero assembly operands being zero |
commit | commitdiff | tree |
2023-05-04 |
Jacob Lifshay | update SV csvs |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | add links between decode and issue |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | reserve writes in Issue Phase, add comment |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | add Issue phase and writes/reads possible in CPU |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | add Decode and CPU classes |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | add quick preamble header |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | update comments and correct retiring, remove registers... |
commit | commitdiff | tree |
2023-05-02 |
Luke Kenneth... | start on cycle-accurate model of inorder core |
commit | commitdiff | tree |
2023-04-30 |
Luke Kenneth... | ffnmadds converted to 3-operand |
commit | commitdiff | tree |
2023-04-30 |
Luke Kenneth... | converted ffnmadds to 3-operand |
commit | commitdiff | tree |
2023-04-30 |
Luke Kenneth... | ffmsubs number of operands reduced to match ffmadds |
commit | commitdiff | tree |
2023-04-30 |
Dmitry Selyutin | power_insn: forbid zero for non-zero operands |
commit | commitdiff | tree |
2023-04-30 |
Dmitry Selyutin | power_insn: drop registers remapping hack |
commit | commitdiff | tree |
2023-04-30 |
Dmitry Selyutin | power_insn: support int and index opcode methods |
commit | commitdiff | tree |
2023-04-28 |
Luke Kenneth... | reduce number of operands to ffmadds as well |
commit | commitdiff | tree |
2023-04-28 |
Jacob Lifshay | prefix-sum remap works! |
commit | commitdiff | tree |
2023-04-28 |
Jacob Lifshay | change order to tuple in remap preduce tests/demos... |
commit | commitdiff | tree |
2023-04-28 |
Jacob Lifshay | fix <u and >u with int arguments |
commit | commitdiff | tree |
2023-04-28 |
Luke Kenneth... | reduce fdmadds down to only 3 operands, RT-overwrite... |
commit | commitdiff | tree |
2023-04-27 |
Luke Kenneth... | add SVSHAPE setup for parallel/prefix but it refuses... |
commit | commitdiff | tree |
2023-04-27 |
Luke Kenneth... | add implicit rs detection for maddsubrs |
commit | commitdiff | tree |
2023-04-27 |
Luke Kenneth... | link in new parallel-prefix REMAP schedule |
commit | commitdiff | tree |
2023-04-27 |
Jacob Lifshay | add scan/prefix-sum support to copy of parallel-reduce... |
commit | commitdiff | tree |
2023-04-27 |
Jacob Lifshay | format remap_preduce_yield.py |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | power_insn: deprecate ff/pr common code nopr |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | power_insn: deprecate PR specifier |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | power_insn: deprecate normal PR mode |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | pysvp64dis: deprecate pr tests |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | pysvp64asm: deprecate pr tests |
commit | commitdiff | tree |
2023-04-26 |
Dmitry Selyutin | power_enums: sync forms |
commit | commitdiff | tree |
2023-04-25 |
Luke Kenneth... | add CW and CW2 Form |
commit | commitdiff | tree |
2023-04-25 |
Luke Kenneth... | check RC1, add data-dependent fail-first LD/ST test |
commit | commitdiff | tree |
2023-04-25 |
Jacob Lifshay | replace min/max[su][.] with minmax[.] |
commit | commitdiff | tree |
2023-04-25 |
Jacob Lifshay | add unofficial and comment2 columns to minor_19.csv |
commit | commitdiff | tree |
2023-04-25 |
Jacob Lifshay | add MM-form |
commit | commitdiff | tree |
2023-04-25 |
Jacob Lifshay | fix bug where pseudo-code assignments modify more than... |
commit | commitdiff | tree |
2023-04-21 |
Jacob Lifshay | rename/convert/merge XLCASTU/XLCASTS to EXTZXL/EXTSXL change-xlenification-bug-1064 |
commit | commitdiff | tree |
2023-04-21 |
Jacob Lifshay | rewrite all uses of XLCASTU/XLCASTS |
commit | commitdiff | tree |
2023-04-21 |
Jacob Lifshay | add EXTZ since it's in PowerISA v3.1B (see lbz for... |
commit | commitdiff | tree |
2023-04-20 |
Jacob Lifshay | fix EXTSXL/XLCASTU/XLCASTS when inputs are python ints |
commit | commitdiff | tree |
2023-04-20 |
Jacob Lifshay | use proper cast function |
commit | commitdiff | tree |
2023-04-20 |
Jacob Lifshay | change XLEN-ification |
commit | commitdiff | tree |
2023-04-20 |
Jacob Lifshay | change extsb/h/w to scale based on XLEN rather than... |
commit | commitdiff | tree |
2023-04-18 |
Jacob Lifshay | add shaddw |
commit | commitdiff | tree |
2023-04-18 |
Jacob Lifshay | spelling fix |
commit | commitdiff | tree |
2023-04-12 |
Dmitry Selyutin | media: migrate to binutils |
commit | commitdiff | tree |
next |