deepcopy is really slow and unnecessary here
[openpower-isa.git] / src / openpower / test / fmv_fcvt / fmv_fcvt.py
2023-06-14 Jacob Lifshaycache FPSCR computation since it's slow
2023-06-13 Jacob LifshayMerge branch 'pytest7'
2023-06-10 Jacob LifshayRevert "disable fmv / fcvt unit tests as there are...
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2023-06-01 Luke Kenneth Casso... disable fmv / fcvt unit tests as there are such a vast...
2023-05-31 Jacob Lifshayfcvtfg works!
2023-05-30 Jacob Lifshayadd support for checking sprs and msr in unit tests
2023-05-24 Jacob Lifshaytest fcvttgo. with traps enabled
2023-05-24 Jacob Lifshaytest fcvttgo. with VE=1 too
2023-05-21 Luke Kenneth Casso... whitespace - bug in autopep8 which is dreadful
2023-05-20 Jacob Lifshaymust test fcvtfgs not fcvtfg for f32 test case
2023-05-20 Jacob Lifshayformat code
2023-05-19 Jacob Lifshayadd WIP fcvtfg unit tests
2023-05-19 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-05-18 Jacob Lifshaytest fcvttgo. instead of fcvttg
2023-05-17 Jacob Lifshaytest all fp -> int conversion modes
2023-05-17 Jacob Lifshayrename js_toint -> toint in preparation for adding...
2023-05-17 Jacob Lifshayexpand fcvttg js tests to also test conversion to u32...
2023-05-17 Jacob Lifshayrename js_toint32 -> js_toint in preparation for adding...
2023-05-16 Jacob Lifshayfcvttg*: test FPSCR output
2023-05-13 Jacob Lifshayignore FPSCR in fcvt js test
2023-05-05 Jacob Lifshayadd initial fmv/fcvt tests, though they're broken due...