openpower-isa.git
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
2022-06-25 Luke Kenneth... correct input example for SOF case_3_bmask
2022-06-25 Andrey MiroshnikovAdded sif/sof
2022-06-25 Luke Kenneth... corrections to test cases, it is not quite
2022-06-25 Luke Kenneth... update comments in av_cases.py test_1_bmask
2022-06-25 Luke Kenneth... correct undefined in av.mdwn bmask
2022-06-24 Andrey MiroshnikovAdded second bmask test case, designed to be multi...
2022-06-24 Luke Kenneth... add svindex XO field 101001
2022-06-24 Luke Kenneth... rename mask to rmm in svindex
2022-06-24 Luke Kenneth... rename mask field to rmm to avoid using "mask" in binutils
2022-06-24 Dmitry Selyutinsvp64.py: support svindex instruction
2022-06-24 Luke Kenneth... add SVd to fields.txt (SVI-Form)
2022-06-24 Luke Kenneth... add first bmask unit test
2022-06-24 Luke Kenneth... invert mode-bits in bmask bm field
2022-06-24 Luke Kenneth... bmask does not have Rc=1 variant
2022-06-24 Luke Kenneth... sigh, bm not mode argument to bmask
2022-06-24 Luke Kenneth... correct bmask conversion to binary (wrong instruction...
2022-06-24 Luke Kenneth... add bmask to instruction list
2022-06-24 Luke Kenneth... add to fields.txt for the svstep instruction
2022-06-24 Luke Kenneth... add svindex SVI-Form to fields.txt
next