openpower-isa.git
2021-09-03 Luke Kenneth... use brackets round (XLEN/2) in divw pseudocode
2021-09-02 Luke Kenneth... detect native ppc64le
2021-09-02 Luke Kenneth... detect native ppc64le
2021-09-01 Luke Kenneth... off-by-one in srad, same as sld and srd: XLEN-6:XLEN...
2021-09-01 Dmitry Selyutinfixedshift: switch sradX to XLEN
2021-09-01 Luke Kenneth... off-by-one in sld and srd, XLEN-6:XLEN-1 not XLEN-5...
2021-09-01 Dmitry Selyutinfixedshift: switch srdX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch sldX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch srawX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch srwX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch slwX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch rldcrX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch rldclX to XLEN
2021-09-01 Dmitry Selyutinfixedshift: switch rlwnmX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch extswsliX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch sradiX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch srawiX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch rldiclX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch rlwimiX to XLEN
2021-08-31 Dmitry Selyutinfixedshift: switch rlwinmX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch divwX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch divweX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch divweuX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch divdX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch divdeX to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch modsd to XLEN
2021-08-31 Dmitry Selyutinfixedarith: switch modsw to XLEN
2021-08-31 Luke Kenneth... adjusted popcntw to simplify by using temp vars
2021-08-31 Dmitry Selyutinfixedload: switch lbz to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lbzx to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lbzu to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lbzux to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lhz to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lhzx to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lhzu to XLEN
2021-08-31 Dmitry Selyutinfixedload: switch lhzux to XLEN
2021-08-31 Dmitry Selyutinfixedlogical: switch cnttzd to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: bpermd fixup
2021-08-30 Dmitry Selyutinfixedlogical: switch popcntw to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch modud to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch divdeuX to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch moduw to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch divwuX to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch divduX to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch maddhd to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch maddld to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch maddhdu to XLEN
2021-08-30 Luke Kenneth... add short mulli random test
2021-08-30 Dmitry Selyutinfixedarith: switch mulli to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch mulhdu to XLEN
2021-08-30 Luke Kenneth... add mulhdu random test
2021-08-30 Dmitry Selyutinfixedarith: switch mulhd to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch mulldX to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch mulhwu to XLEN
2021-08-30 Dmitry Selyutinfixedarith: switch mullwX to XLEN
2021-08-30 Luke Kenneth... quite a big intrusive change in auto-assignment
2021-08-30 Luke Kenneth... assignment test pattern-matching not adequate, adding...
2021-08-30 Dmitry Selyutinfixedarith: switch mulhw to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch bpermd to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch cntlzd to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch popcntd to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch extsw to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch prtyw to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch prtyd to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch popcntb to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch cmpb to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch cntlzwX to XLEN
2021-08-30 Luke Kenneth... fix RANGE function, reverse direction needed
2021-08-30 Dmitry Selyutinfixedlogical: switch xori to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch xoris to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch oris to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch andis. to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch ori to XLEN
2021-08-30 Luke Kenneth... also add pattern-recognition for just
2021-08-30 Luke Kenneth... fix pattern-match for an expression such as "XLEN-16...
2021-08-30 Luke Kenneth... missed data_o/i to i/o_data conversion
2021-08-30 Dmitry Selyutinfixedlogical: switch andi. to XLEN
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-22 Dmitry Selyutinparser: support unary minus properly
2021-08-22 Dmitry Selyutinlexer: t_NUMBER should not grab minus sign
2021-08-22 Luke Kenneth... add another quick test to pseudo parser
2021-08-21 Luke Kenneth... set XLEN=64 in ISACaller
2021-08-19 Dmitry Selyutintest_caller_bcd: make bit changes more VHDL-like
2021-08-19 Dmitry Selyutintest_caller_bcd: fix and refactor addg6s test loop
2021-08-19 Dmitry Selyutintest_caller_bcd: drop dead code
2021-08-19 Dmitry Selyutintest_caller_bcd: mention reference implementation
2021-08-19 Dmitry Selyutintest_caller_bcd: refactor addg6s test
2021-08-19 Luke Kenneth... whitespace, below 80 char limit
2021-08-18 Dmitry Selyutintest_caller_bcd: mark addg6s test as slowpoke
2021-08-18 Dmitry Selyutintest_caller_bcd: addg6s sketch
2021-08-17 Dmitry Selyutintest_caller_bcd: align tables with spec and cases
2021-08-17 Dmitry Selyutintest_caller_bcd: drop temporary code
2021-08-16 Luke Kenneth... bring qemu sim size down to 1GB
2021-08-15 Luke Kenneth... add subTest back in to bcd tst
2021-08-15 Luke Kenneth... whitespace (keep below 80 chars)
2021-08-15 Luke Kenneth... whitespace (below 80 chars)
2021-08-15 Luke Kenneth... take copy of GPR/FPR inputs into ISACaller
2021-08-15 Luke Kenneth... allow constructor of SelectableInt to pass in (and...
2021-08-15 Dmitry Selyutintest_caller_bcd: basic batch mode support
2021-08-15 Luke Kenneth... no python files to be committed in isafunctions
next