openpower-isa.git
2022-07-21 Luke Kenneth... add dsubstep to ISACaller
2022-07-21 Luke Kenneth... sort out subvl unit test with expected results
2022-07-21 Luke Kenneth... fix loopend conditions for subvectors in ISACaller
2022-07-20 Luke Kenneth... rename substep to ssubstep, add dsubstep to SVP64State
2022-07-20 Luke Kenneth... add first subvl unit test, subvl comes from
2022-07-18 Luke Kenneth... move D-Immediate rewriting in ISACaller into separate...
2022-07-18 Luke Kenneth... move inputs in ISACaller into get_input()
2022-07-18 Luke Kenneth... move debug remap to ISACaller.remap_debug()
2022-07-18 Luke Kenneth... whitespace and function-return code-morphing in ISACaller
2022-07-18 Luke Kenneth... move another function in ISACaller (check_write)
2022-07-18 Luke Kenneth... begin function split in ISACaller
2022-07-18 Luke Kenneth... remove duplicate code create ISACaller.advance_svstate_...
2022-07-18 Luke Kenneth... add SUBVL (substep) support to PowerDecoder2 and to...
2022-07-18 Luke Kenneth... add substep getter/setter to SVP64State
2022-07-18 Luke Kenneth... rename SVSTATE.svstep to SVSTATE.substep to avoid
2022-07-16 Luke Kenneth... simplify remapyield.py, skip shows the bit to be skipped
2022-07-14 Luke Kenneth... got fed up of long list of ifs for manually decoded...
2022-07-14 Jacob Lifshayadd jit_test for testing icbi and isync
2022-07-12 Luke Kenneth... add DX-Form FRS for fmvis
2022-07-12 Luke Kenneth... add recognition of 0xNNN and 0bMMMM to sv/trans/svp64.py
2022-07-12 Luke Kenneth... add FRS as destination to PowerDecoder2 DecodeOut
2022-07-11 Luke Kenneth... add mm=1 svindex test, setting single targetted SVSHAPE
2022-07-11 Luke Kenneth... fix issue in SelectableInt.__rsub__ causing truncation...
2022-07-11 Luke Kenneth... fix issue in SelectableInt using slices involving Selec...
2022-07-11 Andrey MiroshnikovAdded insn initialisation for grev() func
2022-07-11 Andrey MiroshnikovMissed another two form sub-headings
2022-07-11 Andrey MiroshnikovMissed another two form sub-headings
2022-07-11 Andrey MiroshnikovFixed missing space for form headings
2022-07-11 Luke Kenneth... compute 2nd svindex dimension using unsignee compare
2022-07-10 Luke Kenneth... add yx svindex test, needed to compute size of 2nd dim
2022-07-10 Luke Kenneth... Indexed SVSHAPE add bypass mode when dim sizes are 1
2022-07-10 Luke Kenneth... add second svindex test, modulo 3
2022-07-10 Luke Kenneth... fix svindex pseudocode, set large 2nd dim on nonskip
2022-07-10 Luke Kenneth... fix svindex unit test, experiment setting dimensions
2022-07-10 Luke Kenneth... fix SVSHAPE iterator for index case, stop deepcopy
2022-07-10 Luke Kenneth... add new svindex sv.add test with arbitrary index map
2022-07-10 Luke Kenneth... non-persistence enabled on svindex as well as svremap
2022-07-10 Luke Kenneth... fix svindex pseudocode
2022-07-09 Luke Kenneth... pass GPR to SVSHAPEs in ISACaller
2022-07-09 Luke Kenneth... add gpr lookup in Indexed SVSHAPE iterator (no elwidths...
2022-07-09 Luke Kenneth... rough unit test ahowing Index REMAP basically functiona...
2022-07-09 Luke Kenneth... add support for Indexed mode in SVSHAPE
2022-07-09 Luke Kenneth... add storing of shape in requested SVSHAPE in svindex...
2022-07-06 Luke Kenneth... move DX Form
2022-07-06 Luke Kenneth... add first stub of svindex pseudocode
2022-07-06 Dmitry Selyutinaudio/mp3: convert asm to the new notation
2022-07-06 Dmitry Selyutinsvp64.py: allow macros as register names
2022-07-06 Dmitry Selyutinsvp64.py: generate registers
2022-07-06 Luke Kenneth... add svindex to power_enums.py, minor_22.csv
2022-07-06 Luke Kenneth... indentation on fields.txt to make it more markdown...
2022-07-06 Luke Kenneth... convert Logical svp64_cases.py to new vector reg form
2022-07-06 Luke Kenneth... convert ALU svp64_cases.py to new vector reg form
2022-07-06 Luke Kenneth... converted test_caller_svstate.py to new reg format
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64.py to new vector numbering...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_predication.py to new vector...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_ldst.py to new vector numberi...
2022-07-05 Andrey MiroshnikovUpdated the nmigen.sim import
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_fft.py to new vector numberin...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_bc.py to new vector numbering...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_dct.py to new vector numberin...
2022-07-05 Luke Kenneth... converted test_caller_svp64_matrix.py to new reg format
2022-07-05 Luke Kenneth... converted test_caller_svp64_fp.py to new reg format
2022-07-05 Luke Kenneth... converted test_caller_svp64_mapreduce.py to new reg...
2022-07-05 Luke Kenneth... convert test_caller_setvl.py to new vector numbering...
2022-07-05 Luke Kenneth... add "*%" and "*" vector-numbering convention
2022-07-05 Luke Kenneth... add note about bug #884 new reg vector naming convention
2022-07-05 Luke Kenneth... add regression test for completely borked value from...
2022-07-05 Luke Kenneth... take deepcopy of regs passed in to avoid accidental...
2022-07-02 Luke Kenneth... add setvl CTR tests, fix CTR mode
2022-07-02 Luke Kenneth... fix setvl CTR mode
2022-07-02 Luke Kenneth... setvl has new CTR mode, making room in encoding needed
2022-06-30 Luke Kenneth... do CSV isatables explicitly in sv_analysis.py
2022-06-30 Luke Kenneth... explicit output of opcode_regs_deduped in mdwn table...
2022-06-28 Luke Kenneth... add recognition of "sv." to pysvp64asm
2022-06-28 Luke Kenneth... remove qemu co-simulation, dump output expected results
2022-06-26 Luke Kenneth... add predicate mask test svstep
2022-06-26 Luke Kenneth... whoops svp64.py testing wrong variable on sv.svstep
2022-06-26 Luke Kenneth... add predicated srcstep
2022-06-26 Luke Kenneth... make svstep output srcstep/dststep, basically viota
2022-06-26 Luke Kenneth... rename SVRM *field* to SVrm to avoid a name-clash with
2022-06-26 Dmitry Selyutinsvp64.py: decrement SVd operand
2022-06-26 Dmitry Selyutinsvp64.py: fix ignored field range
2022-06-26 Dmitry Selyutinsvp64.py: drop commented code
2022-06-26 Dmitry Selyutinsvp64.py: fix fsins/fcoss X-FORM
2022-06-26 Luke Kenneth... again fix number of arguments to svremap,
2022-06-26 Luke Kenneth... whitespace
2022-06-26 Luke Kenneth... test_caller_svstate.py: end-of-loop condition sets...
2022-06-26 Luke Kenneth... svp64_matrix.py svremap reduce to 7 args from 8 (again)
2022-06-26 Luke Kenneth... svremap only takes 7 args not 8, same as in svp64_fft.py
2022-06-26 Luke Kenneth... one too many arguments to svremap in svp64_fft.py test
2022-06-26 Luke Kenneth... whoops hack-use of DOUBLE2SINGLE in test_caller_transce...
2022-06-26 Luke Kenneth... svp64.py: sync SVRM-Form used for svshape
2022-06-26 Luke Kenneth... svp64.py: fix svshape and setvl plus couple of oddities
2022-06-26 Luke Kenneth... svp64.py: add -FORM headers to more functions
2022-06-26 Luke Kenneth... svp64.py: fix bmask entry
2022-06-26 Dmitry Selyutinsvp64.py: group 32-bit instructions into the table
2022-06-26 Dmitry Selyutinsvp64.py: align indentation
2022-06-26 Luke Kenneth... add test case for kaivb to jump to 0x2700
2022-06-26 Luke Kenneth... add TrapTestCase for KAIVB
2022-06-26 Luke Kenneth... hmm do expected state in rfid trap case
next