openpower-isa.git
2022-09-18 Dmitry Selyutinpower_insn: another minor ld/st imm table cleanup
2022-09-18 Dmitry Selyutinpysvp64asm: make zz also set src_zero
2022-09-18 Dmitry Selyutinpower_insn: minor CR cleanup
2022-09-18 Dmitry Selyutinpower_insn: minor cleanup
2022-09-18 Luke Kenneth... code-morph CR ops to table in power_insn.py
2022-09-18 Luke Kenneth... code-morph in power_insn.py - move table-search to...
2022-09-18 Luke Kenneth... LDST_IDX Mode converted to table
2022-09-18 Dmitry Selyutinpower_insn: support m/sm/dm specifiers
2022-09-18 Dmitry Selyutinpower_insn: pass record to specifiers
2022-09-18 Luke Kenneth... replace LDST_IMM mode with mask/value match table in...
2022-09-18 Luke Kenneth... remove (invalid) NormalSaturationExtRM mode from power_...
2022-09-18 Luke Kenneth... reduce NORMAL svp64 mode down to a mask-value search
2022-09-18 Luke Kenneth... remove subvector mode from power_insn.py
2022-09-18 Luke Kenneth... adapt test_12_mr to /mrr and /mr modes, svm is gone...
2022-09-18 Dmitry Selyutintest_pysvp64dis: test mrr/svm specifiers
2022-09-18 Dmitry Selyutinpower_fields: fix __lt__ operator
2022-09-18 Dmitry Selyutinpower_insn: support mrr specifier
2022-09-18 Dmitry Selyutinpower_insn: support svm specifier
2022-09-18 Dmitry Selyutinpower_insn: sync RM modes
2022-09-18 Luke Kenneth... remove subvector mode from sv/trans/svp64.py
2022-09-18 Dmitry Selyutinpower_insn: support w/dw/sw specifiers
2022-09-18 Dmitry Selyutinpower_insn: decouple branch modes
2022-09-18 Dmitry Selyutinpower_insn: decouple cr_op modes
2022-09-18 Luke Kenneth... change sv/trans/svp64.py source/dest elwidth assembler...
2022-09-18 Dmitry Selyutintest_pysvp64dis: test sw specifier
2022-09-18 Dmitry Selyutinpower_insn: support sw specifier
2022-09-18 Dmitry Selyutinpower_insn: decouple common normal and ld/st RM
2022-09-18 Dmitry Selyutinpower_insn: support ew specifier
2022-09-18 Dmitry Selyutinpower_insn: simplify subvl disassembly
2022-09-17 Luke Kenneth... add sat/satu test_12_sat to test_pysvp64dis.py
2022-09-17 Dmitry Selyutinpower_insn: fix sat checks
2022-09-17 Dmitry Selyutinpysvp64asm: SVP64 instruction debug logs
2022-09-17 Luke Kenneth... whoops. mode-bits need to be put in MSB0 order. sigh
2022-09-17 Dmitry Selyutinpower_fields: fix mapping class accessor
2022-09-17 Dmitry Selyutinpower_fields: support boolean checks
2022-09-17 Dmitry Selyutinpower_insn: fix zz specifiers
2022-09-17 Dmitry Selyutinpower_insn: drop field length method again
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st idx RM
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st imm RM
2022-09-17 Dmitry Selyutinpower_insn: decouple base normal RM
2022-09-17 Dmitry Selyutinpower_insn: support saturation mode
2022-09-17 Dmitry Selyutinpower_insn: support dz/sz specifiers
2022-09-17 Luke Kenneth... add zz mode to sv/trans/svp64.py as a hack
2022-09-17 Luke Kenneth... remove sv.setvl/pk/up/pu - these are all gone in favour...
2022-09-17 Luke Kenneth... add MASK_SRC to power_insn.py (SVmask_src from enums)
2022-09-17 Luke Kenneth... add SVmask_src enum, rename fields to EN and NO to...
2022-09-17 Luke Kenneth... as a double-check sv_analysis new CSV column "SM" was...
2022-09-17 Luke Kenneth... add a "SM" column into RM*.csv (and LDSTRM*.csv) identi...
2022-09-17 Luke Kenneth... add sv.add/ew=XX test to test_pysvp64dis.py
2022-09-17 Luke Kenneth... remove pack/unpack modes from power_insn.py, they no...
2022-09-17 Dmitry Selyutinselectable_int: drop redundant operators
2022-09-17 Dmitry Selyutinpower_insn: support vec2/vec3/vec4
2022-09-17 Dmitry Selyutinpower_insn: support specifiers
2022-09-17 Dmitry Selyutinpower_fields: fix comparison operators
2022-09-17 Dmitry Selyutinpower_insn: refactor and fix RM mappings
2022-09-17 Dmitry Selyutinpower_fields: fix field slicing
2022-09-17 Dmitry Selyutinpower_insn: fix mapping bits accessors
2022-09-17 Dmitry Selyutinpower_fields: support traversing over instances
2022-09-17 Dmitry Selyutinpower_insn: drop redundant table
2022-09-17 Dmitry Selyutinpower_fields: inherit docstrings upon remap
2022-09-17 Luke Kenneth... add vec2/3/4 test_pysvp64dis test
2022-09-16 Luke Kenneth... comments on test_9_fptrans
2022-09-16 Dmitry Selyutintest_power_decoder: mark minor_19.csv as opint
2022-09-16 Dmitry Selyutintest_pysvp64dis: test fptrans
2022-09-16 Dmitry Selyutinselectable_int: replace bit_count with bit_length
2022-09-16 Dmitry Selyutinsv_binutils_fptrans: adopt script for reuse
2022-09-16 Dmitry Selyutinpower_insn: postpone updating per-instruction operands
2022-09-15 Dmitry Selyutinpower_insn: perform faster PPC database lookups
2022-09-15 Dmitry Selyutinsv_binutils_fptrans: fix disassembly
2022-09-15 Dmitry Selyutinsv_binutils_fptrans: fptrans binutils generator
2022-09-15 Dmitry Selyutinpower_insn: support instruction bytes conversion
2022-09-15 Dmitry Selyutinselectable_int: allow setting multiple bit
2022-09-15 Dmitry Selyutinpower_insn: allow accessing instruction bits
2022-09-15 Luke Kenneth... add minor_4.csv for maddld/maddhdu/maddhd and to insn_d...
2022-09-15 Luke Kenneth... fix sprset mtspr/mfspr pseudocode with wrong definition of
2022-09-14 Jacob Lifshayadd svp64 fptrans tests
2022-09-14 Jacob Lifshayinclude *all* fprs/gprs/cr-fields in SimState
2022-09-14 Jacob Lifshayfix sv_analysis for fpown and frootn
2022-09-14 Jacob Lifshayfix some typos
2022-09-13 Dmitry Selyutinpower_insn: support signed operands
2022-09-13 Dmitry Selyutinpower_insn: support branch RM
2022-09-13 Dmitry Selyutinpower_insn: support CR RM
2022-09-13 Dmitry Selyutinpower_enums: convert SVExtra to RegType
2022-09-13 Dmitry Selyutinpower_insn: refactor RM mapping
2022-09-13 Dmitry Selyutinsv_binutils: support multiple opcodes; minor fixes
2022-09-13 Luke Kenneth... correct assrmbler in test_pysvpy4dis.py
2022-09-13 Jacob Lifshayfix X-FORM lines for fptrans -- I forgot Rc
2022-09-13 Jacob Lifshayadd missing X-FORM lines for fptrans
2022-09-13 Jacob Lifshayadd comment that fptrans test cases output values are...
2022-09-13 Jacob Lifshayadd new fptrans unit tests
2022-09-13 Jacob Lifshayadd fptrans support to isa caller
2022-09-13 Jacob Lifshayadd fp support to TestRunnerBase
2022-09-13 Luke Kenneth... add first pack/unpack to ISACaller
2022-09-13 Luke Kenneth... add setter/getter properties to SVP64State, minor code...
2022-09-13 Luke Kenneth... remove pack/unpack from SVP64RMModeDecode, it is now...
2022-09-13 Luke Kenneth... add batch of instructions from
2022-09-12 Luke Kenneth... add hack overloaded meaning of destwid to be pack/unpack.
2022-09-12 Dmitry Selyutinpower_insn: refactor RM mapping
2022-09-12 Dmitry Selyutinsv_binutils: support multiple opcodes; minor fixes
2022-09-12 Dmitry Selyutinpower_insn: call sv_spec_leave unconditionally
next