fix elwidth overrides when sw=8
[openpower-isa.git] / src / openpower / decoder / isa / caller.py
2022-10-16 Luke Kenneth Casso... sigh, have to use yield from on get_out_map()
2022-10-16 Luke Kenneth Casso... rewrite get_idx_out2 in ISACaller to split out
2022-10-16 Luke Kenneth Casso... rewrite get_idx_out in ISACaller to split out
2022-10-16 Luke Kenneth Casso... code-shuffle, rework get_idx_in() to separate out the...
2022-10-14 Luke Kenneth Casso... SVP64RMModeDecode detects Post-Inc LDST-imm mode
2022-10-14 Luke Kenneth Casso... add ld/st-immediate "post-inc" mode support. unit test...
2022-10-11 Luke Kenneth Casso... whoops zero-error on masked-out
2022-10-10 Luke Kenneth Casso... add elwidth overrides to get_idx_out2
2022-10-08 Luke Kenneth Casso... fix format in debug log
2022-10-08 Luke Kenneth Casso... forgot to add offset on GPR() get
2022-10-08 Luke Kenneth Casso... add elwidth overrides on destination (write) in ISACaller.
2022-10-08 Luke Kenneth Casso... split out base,offset in register decoding for elwidth...
2022-10-07 Luke Kenneth Casso... more work on inssort. add useful reg-dump in ISACaller
2022-10-06 Luke Kenneth Casso... nope. failfirst needs to always save the result, but...
2022-10-06 Luke Kenneth Casso... sort out CROPs fail-first in ISACaller. needed to...
2022-10-06 Luke Kenneth Casso... make fail-first cope with sv.cmp which uses CR[BF]
2022-10-06 Luke Kenneth Casso... search for BF in registers to over-ride Vector lookup...
2022-10-06 Luke Kenneth Casso... starting to add sv.cmp support and failfirst, had to add
2022-10-02 Luke Kenneth Casso... comments for why preinc is called for svstep
2022-10-01 Luke Kenneth Casso... skip svstate_pre_inc on svremap
2022-10-01 Luke Kenneth Casso... no svstate instruction
2022-10-01 Luke Kenneth Casso... svstep calls SVSTATE_NEXT so needs svstate_pre_inc
2022-10-01 Luke Kenneth Casso... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth Casso... comments
2022-10-01 Luke Kenneth Casso... comments
2022-10-01 Luke Kenneth Casso... minor cleanup in ISACaller on result handling
2022-10-01 Luke Kenneth Casso... simplify ISACaller execute_one
2022-10-01 Luke Kenneth Casso... simplify setting default SVSHAPE SPRs to zero
2022-09-30 Luke Kenneth Casso... set srcstep/dststep to zero in StepLoop (ISACaller...
2022-09-30 Luke Kenneth Casso... comments/variables-cleanup
2022-09-30 Luke Kenneth Casso... add sv.bc/vs - VLset - test. truncates VL at the vector...
2022-09-30 Luke Kenneth Casso... whitespace
2022-09-30 Luke Kenneth Casso... use regs variables in get_predint
2022-09-30 Luke Kenneth Casso... comments
2022-09-29 Luke Kenneth Casso... update iterators in ISACaller, not used yet
2022-09-29 Jacob Lifshayrename madded->maddedu for consistency with PowerISA...
2022-09-29 Jacob Lifshayrename divrem2du->divmod2du for consistency with PowerI...
2022-09-29 Jacob Lifshayadd bigint ops
2022-09-28 Luke Kenneth Casso... srcstep
2022-09-28 Luke Kenneth Casso... rename iterators init function
2022-09-28 Luke Kenneth Casso... redundant comment
2022-09-28 Luke Kenneth Casso... split out svstate update in ISACaller
2022-09-28 Luke Kenneth Casso... move failfirst check to separate function in ISACaller
2022-09-28 Luke Kenneth Casso... bugfix reset remaps and get subvl early
2022-09-27 Luke Kenneth Casso... hack to check skipping on predicate being all-zero.
2022-09-27 Luke Kenneth Casso... sort out predicate loop-skip on pack/unpack
2022-09-27 Luke Kenneth Casso... adapt loops to include predicate-mask skipping in ISACaller
2022-09-26 Luke Kenneth Casso... skipping on maskedout elements de-restricted when subst...
2022-09-26 Luke Kenneth Casso... finally got pack/unpack working
2022-09-26 Luke Kenneth Casso... code-morph on loop-end detection in ISACaller
2022-09-26 Luke Kenneth Casso... explicit test of src/dststep end-condition in ISACaller...
2022-09-24 Luke Kenneth Casso... add RC1 support to ISACaller.
2022-09-23 Luke Kenneth Casso... add data-dependent fail-first mode, Rc=1 variant not...
2022-09-23 Luke Kenneth Casso... remove need for explicit-hack for "pcdec." - rc column...
2022-09-23 Luke Kenneth Casso... lots of really bad hacks, here
2022-09-23 Luke Kenneth Casso... fix/hack some bugs in prefix_codes_cases
2022-09-23 Luke Kenneth Casso... add (sigh) to the hack-job get_pdecode_idx_out2() in...
2022-09-23 Luke Kenneth Casso... change variablename dec2.use_svp64_fft to implicit_rs
2022-09-23 Jacob Lifshayadd pcdec -- doesn't yet work due to broken ISACaller...
2022-09-23 Jacob Lifshayfix 'write reg ' log call
2022-09-23 Jacob Lifshayadd RC input to isa/caller.py
2022-09-23 Jacob Lifshayformat code
2022-09-22 Luke Kenneth Casso... add first (correctly-working) ctr-mode sv.bc test
2022-09-19 Luke Kenneth Casso... cut cruft in caller.py
2022-09-19 Luke Kenneth Casso... codemorph on rc handling
2022-09-19 Luke Kenneth Casso... codemorph
2022-09-19 Luke Kenneth Casso... first interation (ha ha) src/dst iterators for ISACaller
2022-09-19 Luke Kenneth Casso... codemorph reduce indentation
2022-09-19 Luke Kenneth Casso... code cleanup on ISACaller write_output
2022-09-19 Luke Kenneth Casso... rename to avoid conflict pred_dz from pred_dst_zero
2022-09-19 Luke Kenneth Casso... another code-morph splitting out the src/dst mask prepa...
2022-09-19 Luke Kenneth Casso... another code-morph working towards getting the predicat...
2022-09-19 Luke Kenneth Casso... code-morph in StepLoop work towards splitting into...
2022-09-19 Luke Kenneth Casso... add svstate param to constructor of StepLoop, ISACaller
2022-09-19 Luke Kenneth Casso... move two big step/loop functions into separate class...
2022-09-18 Luke Kenneth Casso... add first attempt at swapping inner/outer vl/subvl...
2022-09-15 Luke Kenneth Casso... fix sprset mtspr/mfspr pseudocode with wrong definition of
2022-09-13 Jacob Lifshayadd fptrans support to isa caller
2022-09-13 Luke Kenneth Casso... add first pack/unpack to ISACaller
2022-09-13 Luke Kenneth Casso... add setter/getter properties to SVP64State, minor code...
2022-09-12 Luke Kenneth Casso... add rudimentary sv.setvl unit test to just check that...
2022-09-05 Luke Kenneth Casso... rename remap_debug to remap_set_steps
2022-09-05 Luke Kenneth Casso... please do not use format-specifiers
2022-09-05 Luke Kenneth Casso... remove yet more f"" specifiers
2022-09-05 Luke Kenneth Casso... removing use of format. please do not use format
2022-09-04 Jacob Lifshayreallocate opcodes for ffadds (converted to X-FORM...
2022-09-02 Luke Kenneth Casso... add svshape2 to ISACaller
2022-08-30 Dmitry Selyutinpower_insn: convert PO field name to lower case
2022-08-29 Luke Kenneth Casso... add a "ffmadds." test, not yet actually checking Rc=1
2022-08-29 Luke Kenneth Casso... fix test_issuer.py nosvp64 mul, "mullw." was getting
2022-08-29 Dmitry Selyutincaller.py: switch to new fields
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Luke Kenneth Casso... add setvl and other sv* management instructions to...
2022-08-29 Luke Kenneth Casso... add logging into ISACaller.handle_overflow to see what...
2022-08-29 Luke Kenneth Casso... switch off XER.so reading on "setvl.", it makes no...
2022-08-29 Jacob Lifshaylog memory in a more fancy format, like hexdump -C
2022-08-26 Luke Kenneth Casso... sigh, update setvl tests, to spec, and ISACaller
2022-08-26 Luke Kenneth Casso... add setvl unit tests for overflow condition.
2022-08-26 Luke Kenneth Casso... Revert "fix setvl. not setting CR0 properly"
2022-08-26 Jacob Lifshayadd some logging
next