pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / decoder / isa / caller.py
2024-02-03 Luke Kenneth Casso... sigh, when maddsubrs (etc) moved to PO5, PowerDecoder2...
2024-02-03 Luke Kenneth Casso... missing BC in get_cr_in
2024-02-03 Luke Kenneth Casso... fix merge
2024-01-31 Luke Kenneth Casso... bug 1034: redo BFB field lookup for namespace
2024-01-31 Luke Kenneth Casso... bug 1034: sigh undo damage caused by rebase merge
2024-01-31 Luke Kenneth Casso... bug 1034: add crternlogi. involved adding a new CR...
2024-01-30 Luke Kenneth Casso... fix ISACaller BA/BB vector read
2024-01-30 Luke Kenneth Casso... enforce scalar offset in ISACaller when is_vec is false
2024-01-30 Luke Kenneth Casso... bug 676: use dest-mask on sv.addi to get scalar max...
2024-01-30 Luke Kenneth Casso... add heading option to GPR dump
2024-01-30 Luke Kenneth Casso... improve debug output in ISACaller, for ".long xyzabcdef"
2024-01-30 Luke Kenneth Casso... whitespace
2024-01-30 Luke Kenneth Casso... grrrr
2024-01-30 Luke Kenneth Casso... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth Casso... bug 1248: add a stack of missing CR 3/5-bit operand...
2024-01-30 Luke Kenneth Casso... bug 676: sorting out maxloc assembler, found bug in...
2024-01-30 Luke Kenneth Casso... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth Casso... bug 1236: add extra argument to svstep: RA.
2024-01-30 Luke Kenneth Casso... fix ISACaller BA/BB vector read
2024-01-30 Luke Kenneth Casso... enforce scalar offset in ISACaller when is_vec is false
2024-01-30 Luke Kenneth Casso... bug 676: use dest-mask on sv.addi to get scalar max...
2024-01-30 Luke Kenneth Casso... add heading option to GPR dump
2024-01-30 Luke Kenneth Casso... improve debug output in ISACaller, for ".long xyzabcdef"
2024-01-30 Luke Kenneth Casso... whitespace
2024-01-30 Luke Kenneth Casso... grrrr
2024-01-30 Luke Kenneth Casso... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth Casso... bug 1248: add a stack of missing CR 3/5-bit operand...
2024-01-30 Luke Kenneth Casso... bug 676: sorting out maxloc assembler, found bug in...
2024-01-30 Luke Kenneth Casso... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth Casso... bug 1236: add extra argument to svstep: RA.
2024-01-29 Luke Kenneth Casso... shorten call to ISACaller.prep_namespace
2024-01-25 Luke Kenneth Casso... bug 1034: add crbinlog and crternlogi, rename crbinlog...
2024-01-20 Luke Kenneth Casso... bug 1034: add crbinlog and binlog, unit test binlog...
2024-01-17 Luke Kenneth Casso... bug 1034: add crternlogi. involved adding a new CR...
2023-12-13 Jacob Lifshayload_elf: copy linux's auxv, argv, and env layout
2023-12-13 Jacob Lifshaycaller.py: don't try to make zero-sized memory accesses...
2023-12-13 Jacob Lifshaycaller.py: implement writev syscall
2023-12-13 Jacob LifshayISACaller: add PowerISA spec. reference for real_page_size
2023-12-13 Jacob LifshayISACaller: implement real_addr pseudo-code helper
2023-12-13 Luke Kenneth Casso... add initial lwarx unit test and pseudocode
2023-12-13 Luke Kenneth Casso... take every opportunity *not* to go onto a separate...
2023-12-13 Jacob Lifshaycaller.py: implement readlink/readlinkat syscalls
2023-12-13 Jacob Lifshaycaller.py: implement a pile of syscalls
2023-12-13 Jacob Lifshaycaller.py: use yield from on is_ffirst_mode since it...
2023-12-13 Jacob Lifshaycaller.py: fix undefined ffirst, hope I guessed the...
2023-12-13 Jacob Lifshaycaller.py: XLEN must be accessed as self.XLEN
2023-12-09 Luke Kenneth Casso... bug #672: fix sv.minmax dd-ffirst-single unit test
2023-12-09 Luke Kenneth Casso... bug #1183: attempt first ddffirst mapreduce mode
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount using sv.lbzu/pi/dw=8 error
2023-12-07 Jacob LifshayISACaller/parser: kludge: support (RA|0) when elwidth...
2023-12-07 Luke Kenneth Casso... fix elwidth overrides when sw=8
2023-12-07 Luke Kenneth Casso... add gbbd (bmatflip) test case - just the one for now
2023-12-03 Luke Kenneth Casso... bug 1228: dcbt* to match against nop, not dc* in ISACaller
2023-12-03 Luke Kenneth Casso... bug 1231: all dc* instructions to be treated as nop
2023-12-01 Jacob LifshayISACaller: support loading an ELFFile
2023-12-01 Jacob Lifshaycaller.py: implement write syscall
2023-12-01 Jacob Lifshaycaller.py: implement exit_group syscall
2023-12-01 Jacob LifshayISACaller: fix syscall emulation
2023-11-30 Jacob Lifshaycall log, not print
2023-11-30 Jacob Lifshayconvert assigned values to SVSHAPE when writing to...
2023-11-27 Luke Kenneth Casso... got sv.bc working for pospopcount
2023-11-27 Luke Kenneth Casso... try ctrtest mode in pospopcount
2023-11-23 Luke Kenneth Casso... reduce indentation
2023-11-21 Jacob Lifshayfix vertical-first sv.bc 1210-attempt-to-fix-vf-sv.bc
2023-11-14 Jacob Lifshayadd TRAP docs programmerjake/bug-1177
2023-11-14 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-14 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-11-14 Jacob Lifshayonly write outputs that have .ok == True
2023-11-14 Jacob Lifshayuse create_full_args to generate insn arg list
2023-11-14 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-11-14 Jacob Lifshayformat code
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
2023-11-02 Luke Kenneth Casso... comment on rfid doing a swap-backup of the program...
2023-10-26 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-25 Dmitry Selyutinsyscall: improve architecture detection
2023-10-22 Dmitry Selyutinisa/caller: return from interrupt upon syscall emulation
2023-10-22 Dmitry Selyutinisa/caller: refactor sc logic
2023-10-22 Dmitry Selyutinisa/caller: enable host-backed memory for scemu
2023-10-22 Dmitry Selyutinisa/caller: introduce use_syscall_emu parameter
2023-10-22 Dmitry Selyutinisa/caller: remove redundant check
2023-10-22 Dmitry Selyutinisa/caller: provide sc and scv instructions wrapper
2023-10-18 Luke Kenneth Casso... annoying - call the TRAP() function in system.mdwn...
2023-09-28 Jacob Lifshaylog asmop to LogKind.InstrInOuts too since only printin...
2023-09-27 Jacob Lifshaylog writing CA[32]/OV[32] for OP_ADD
2023-09-23 Jacob Lifshayadd MemMMap class
2023-09-15 Jacob Lifshaylog more register read/writes to LogKind.InstrInOuts
2023-09-12 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-09-11 Jacob Lifshaymake soc test_pipe_caller tests pass again
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-22 Jacob Lifshayadd pdepd/pextd
2023-07-22 Jacob Lifshayadd cfuged
2023-07-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-07-21 Konstantinos Marga... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-07-20 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-06-24 Luke Kenneth Casso... leeetle bit excessive on the log of SPRs...
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-23 Jacob Lifshayuse the CSV "CR out" column to compute which mode to...
2023-06-14 Jacob Lifshaycache SVP64Instruction.Prefix instance since it's slow...
2023-06-13 Jacob Lifshayremove fcvttgs since it's redundant
2023-06-03 Dmitry Selyutininsndb: rename types into core
next