openpower-isa.git
2021-09-21 Luke Kenneth... fix borked TestState.get_mem() assumed simmem.depth... DRAFT_SVP64_0_1
2021-09-20 Luke Kenneth... syntax error
2021-09-20 Luke Kenneth... walk whole of sim memory rather than risk missing some...
2021-09-18 Luke Kenneth... always store full memory state (including zeros)
2021-09-18 klehmanadded get_mem and compare_mem
2021-09-17 Jacob Lifshayadd mock power-instruction-analyzer implementation...
2021-09-17 Jacob Lifshayfix test_caller_bcd_full.py not actually running correc...
2021-09-17 Jacob Lifshayadd test_caller_bcd_full.py to fully test all edge...
2021-09-16 Luke Kenneth... bit of a mess, got a working check against static Expec...
2021-09-16 Luke Kenneth... whoops must check crregs being int, not int_regs
2021-09-16 Luke Kenneth... grr weird syntax error
2021-09-16 klehmananother yield excursion
2021-09-16 klehmanpep8 fix
2021-09-16 Luke Kenneth... reduce code linecount slightly
2021-09-16 klehmanadded defaults for expected state parameters
2021-09-16 Luke Kenneth... moving teststate_check_regs written by klehman into...
2021-09-16 klehmanshift__rot_caller change to use expected state
2021-09-15 klehmanrevised state class for expected
2021-09-15 klehmanyield from in unit test
2021-09-15 klehmanexpected class WIP
2021-09-14 Luke Kenneth... change state_add to name, kls
2021-09-14 Luke Kenneth... add copy of teststate.py written by klehman
2021-09-12 Luke Kenneth... whitespace
2021-09-07 klehmanadded assertion to regression_rlwnm
2021-09-07 Dmitry Selyutinfixedtrap: switch tw to XLEN
2021-09-07 Dmitry Selyutinfixedtrap: switch twi to XLEN
2021-09-07 Jacob LifshayXLEN-ify bcd instructions
2021-09-07 Jacob Lifshayclean up test_caller_bcd.py
2021-09-07 Jacob Lifshayadd missing items to .gitignore
2021-09-07 Luke Kenneth... removed duplicate function and unneeded modules
2021-09-07 klehmanFixed typo for sraw test
2021-09-07 klehmanInitial commit for shift/rotate caller
2021-09-04 Dmitry Selyutincomparefixed: switch cmpeqb to XLEN
2021-09-04 Dmitry Selyutincomparefixed: switch cmprb to XLEN
2021-09-04 Dmitry Selyutincomparefixed: switch cmpl to XLEN
2021-09-04 Dmitry Selyutincomparefixed: switch cmpli to XLEN
2021-09-04 Dmitry Selyutincomparefixed: switch cmp to XLEN
2021-09-04 Dmitry Selyutincomparefixed: switch cmpi to XLEN
2021-09-03 Dmitry Selyutintest_caller_bcd: switch to test_runner module
2021-09-03 Dmitry Selyutintest_runner: support custom pdecode2 instances
2021-09-04 Luke Kenneth... split out ISATestRunner to separate module
2021-09-04 Luke Kenneth... redo SVP64 RM Decode to new CTR-Test Mode (svstep not...
2021-09-03 Dmitry Selyutinfixedstore: switch stwux to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stwu to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stwx to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stw to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch sthux to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch sthu to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch sthx to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch sth to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stbux to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stbu to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stbx to XLEN
2021-09-03 Dmitry Selyutinfixedstore: switch stb to XLEN
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
next