openpower-isa.git
2023-11-29 Shriya SharmaAdded English language description for Negate instruction shriya_add_descriptions
2023-11-29 Shriya SharmaAdded English language description for addze instruction
2023-11-29 Shriya SharmaAdded English language description for subfze instruction
2023-11-29 Shriya SharmaAdded English language description for addex instruction
2023-11-24 Shriya Sharmaadded english language description for Subtract from...
2023-11-24 Shriya Sharmaadded english language description for Add to Minus...
2023-11-24 Shriya Sharmaadded english language description for Subtract From...
2023-11-24 Shriya Sharmaadded english language description for Add Extended...
2023-11-22 Shriya SharmaAdded English language description for sub from carryin...
2023-11-22 Shriya SharmaAdded English language description for add carrying...
2023-11-22 Shriya SharmaAdded English language description for subfic instruction
2023-11-22 Shriya SharmaAdded English language description for addic instruction
2023-11-22 Shriya SharmaAdded English language description for addic instruction
2023-11-22 Shriya SharmaAdded English language description for add, subtract...
2023-11-22 Shriya SharmaAdded English language description for addi, addis...
2023-11-22 Shriya SharmaAdded English language description for cbsdtd instruction
2023-11-22 Shriya SharmaAdded English language description for addg6s instruction
2023-11-22 Shriya SharmaAdded English language description for cdtbcd instruction
2023-11-22 Shriya Sharmaparanthesized the instructions in pifpstore files
2023-11-22 Shriya Sharmaparanthesized lfsupsx and lfdupsx instructions
2023-11-21 Shriya SharmaAdded brackets for lwasux instruction in the fixedloads...
2023-11-21 Shriya SharmaAdded brackets for stdsux instruction in the fixedloads...
2023-11-21 Shriya SharmaAdded brackets for fixedloadshift.mdwm file
2023-11-21 Shriya SharmaAdded brackets for fixedloadshift.mdwm file
2023-11-21 Shriya SharmaAdded brackets for fixedstoreshift.mdwm file
2023-11-21 Shriya SharmaAdded brackets for pifploadshift.mdwm file
2023-11-21 Shriya SharmaAdded brackets for pifixedloadshift.mdwm file
2023-11-21 Shriya SharmaAdded brackets for pifixedstoreshift.mdwm file
2023-11-20 Luke Kenneth... sum RA+RB<<sh not RA<<sh+RB
2023-11-17 Luke Kenneth... add Z-23 to RT FRS FRT
2023-11-17 Shriya SharmaAdded English language description for stdupsx instruction
2023-11-17 Shriya SharmaAdded English language description for sthupsx instruction
2023-11-17 Shriya SharmaAdded English language description for sthupsx instruction
2023-11-17 Shriya SharmaAdded English language description for stbupsx instruction
2023-11-17 Shriya SharmaAdded English language description for ldupsx instruction
2023-11-17 Luke Kenneth... add RS/FRT/FRS to Z-23 Form for ls004
2023-11-17 Shriya SharmaAdded English language description for lwaupsx instruction
2023-11-17 Shriya SharmaAdded English language description for lwzupsx instruction
2023-11-17 Shriya SharmaAdded English language description for lhaupsx instruction
2023-11-17 Shriya SharmaAdded English language description for lhzupsx instruction
2023-11-17 Luke Kenneth... change ld/st shift to Z23-Form
2023-11-17 Shriya SharmaAdded English language description for lfdupsx instruction
2023-11-17 Shriya SharmaAdded English language description for lbzupsx instruction
2023-11-17 Shriya SharmaAdded English language description for stfdux instruction
2023-11-17 Luke Kenneth... add comment/header on ld/st shift instructions
2023-11-17 Shriya SharmaTest case (all same nos) for maxloc
2023-11-17 Luke Kenneth... add asserts to check results
2023-11-17 Luke Kenneth... whitespace
2023-11-17 Shriya SharmaTest case (all zeroes) for maxloc
2023-11-17 Jacob Lifshaymsr and svstate default to None in TestCase, they're...
2023-11-17 Luke Kenneth... no point defining nm=-1
2023-11-17 Luke Kenneth... add 2nd maxloc case
2023-11-17 Luke Kenneth... move maxloc to isacaller directory
2023-11-17 Luke Kenneth... python conversion of maxloc.c
2023-11-17 Jacob Lifshayadd TRAP docs
2023-11-17 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-17 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-11-17 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-11-17 Jacob Lifshayonly write outputs that have .ok == True
2023-11-17 Jacob Lifshayuse create_full_args to generate insn arg list
2023-11-17 Jacob Lifshayadd SelectableInt.ok
2023-11-17 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-11-17 Jacob Lifshaycopy_assign_rhs must retain subclasses of SelectableInt
2023-11-17 Jacob Lifshaylog load/stores to InstrInOuts
2023-11-17 Jacob Lifshayformat code
2023-11-17 Jacob Lifshaymisc AST correctness fixes
2023-11-17 Luke Kenneth... fix maxloc
2023-11-17 Luke Kenneth... add debug print
2023-11-17 Luke Kenneth... whoole stack of whitespace corrections
2023-11-17 Luke Kenneth... more crap removed
2023-11-17 Luke Kenneth... remove unnecessary cruft from Makefile
2023-11-17 Andrey MiroshnikovRemoved unused include: bug #676
2023-11-17 Andrey MiroshnikovAdding fortran C example for Shriya, bug #676
2023-11-17 Jacob Lifshayrename all load/store update-shifted-post-increment...
2023-11-17 Jacob Lifshayfix instruction name conflicts
2023-11-17 Jacob Lifshayremove lhaup from pifixedloadshift -- all pi-shift...
2023-11-17 Jacob Lifshaydetect duplicate instructions
2023-11-06 Luke Kenneth... rename pifpstore instructions, add "p" into names
2023-11-06 Luke Kenneth... use of the word "Kind" is too irritating. replace all...
2023-11-06 Luke Kenneth... comment on rfid doing a swap-backup of the program...
2023-10-27 Luke Kenneth... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-10-27 Luke Kenneth... look for and allow blank lines in pseudocode as well
2023-10-27 Luke Kenneth... missing colon on end of "Description"
2023-10-27 Luke Kenneth... remove use of regex (this code is REQUIRED to be SIMPLE)
2023-10-27 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-27 Dmitry Selyutinsyscall: improve architecture detection
2023-10-27 Jacob Lifshayinstall pytest-subtests==0.11.0
2023-10-27 Jacob Lifshaygenerate syscalls.json
2023-10-27 Luke Kenneth... whitespace cleanup
2023-10-27 Jacob LifshayRevert "skip broken test"
2023-10-27 Jacob LifshayRevert "Revert "fix bug where pseudo-code assignments...
2023-10-27 Jacob LifshayRevert "fix bug introduced by having to revert unauthor...
2023-10-27 Jacob Lifshayskip broken test
2023-10-27 Jacob Lifshayfill in manually verified expected state for TrapTestCa...
2023-10-27 Jacob Lifshayformat code
2023-10-27 Jacob Lifshayreduce mmap BLOCK_SIZE to 1 << 28 so it works on armv7a
2023-10-27 Dmitry Selyutinsyscall: handle architecture aliases
2023-10-27 Dmitry Selyutinsyscall: handle arm and aarch64 architectures
2023-10-27 Dmitry Selyutintest_syscall: hardcode MSR validation
2023-10-27 Dmitry Selyutintest_syscall: check MSR; update expected PC
next