From: Jacob Lifshay Date: Thu, 9 Nov 2023 02:27:34 +0000 (-0800) Subject: add TRAP docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22970a2dd5e9dadd01256410e0c1d2b6854f3931;p=openpower-isa.git add TRAP docs --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 06d66626..735252c7 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -1357,6 +1357,11 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop): TRAP function is callable from inside the pseudocode itself, hence the default arguments. when calling from inside ISACaller it is best to use call_trap() + + trap_addr: int | SelectableInt + the address to go to (before any modifications from `KAIVB`) + trap_bit: int | None + the bit in `SRR1` to set, `None` means don't set any bits. """ if isinstance(trap_addr, SelectableInt): trap_addr = trap_addr.value