pysvp64db: fix traversal
[openpower-isa.git] / openpower / isa / av.mdwn
2023-12-09 Luke Kenneth Casso... bug #672: fix sv.minmax dd-ffirst-single unit test
2023-11-30 Luke Kenneth Casso... whitespace in pseudocode to aid clarity
2023-10-01 Luke Kenneth Casso... Revert "demo moving pseudocode to separate file"
2023-08-01 Jacob Lifshaydemo moving pseudocode to separate file
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2022-10-24 Luke Kenneth Casso... add maxs. combined with cmp capability
2022-10-19 Dmitry Selyutinav.mdwn: fix missing bmask operand
2022-10-17 Dmitry Selyutinav.mdwn: fix Rc-augmented cprop instruction
2022-07-27 Jacob Lifshayadd another test and fix broken fishmv pseudocode
2022-07-27 Konstantinos Marga... Add fishmv instruction (bug #887)
2022-07-26 Luke Kenneth Casso... use DOUBLE helper function in fmvis
2022-07-26 Konstantinos Marga... fix form and pseudo-code for fmvis, tests in 64-bit...
2022-07-26 Luke Kenneth Casso... whitespace cleanup
2022-07-26 Konstantinos Marga... fix fmvis decoder, it's now a 2-operand instruction
2022-07-26 Konstantinos Marga... Add fmvis instruction + tests, bug #887
2022-06-25 Luke Kenneth Casso... correct undefined in av.mdwn bmask
2022-06-24 Luke Kenneth Casso... invert mode-bits in bmask bm field
2022-06-24 Luke Kenneth Casso... sigh, bm not mode argument to bmask
2022-06-23 Luke Kenneth Casso... else must be on separate line in pseudocode av.mdwn
2022-06-23 Luke Kenneth Casso... missing "Special Registers Altered" on av.mdwn
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-22 Andrey MiroshnikovModified cprop pseudo-code due to parser bug
2022-06-22 Andrey MiroshnikovAdded entries for cprop, not sure if correct
2022-06-20 Luke Kenneth Casso... add absolute-signed-diff next to absolute-unsigned...
2022-06-20 Luke Kenneth Casso... rename absadd[us] to absdac[ud]
2022-06-19 Jacob Lifshayfix minu[.] to be unsigned
2022-06-19 Luke Kenneth Casso... add absadds - signed accumulating add. DRAFT
2022-06-19 Luke Kenneth Casso... add absadd (unsigned) DRAFT
2022-06-19 Luke Kenneth Casso... add absolute-difference DRAFT
2022-06-19 Luke Kenneth Casso... add average-add DRAFT pseudocode and CSV
2022-06-19 Luke Kenneth Casso... add the rest of min/max DRAFT av opcodes
2022-06-19 Luke Kenneth Casso... add maxs DRAFT instruction