From 9e524ef1f78556c24a1d31489aaf4c9b7a74db56 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Wed, 13 May 2020 10:07:56 -0400 Subject: [PATCH] Update TODO --- src/soc/decoder/isa/caller.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index e2a4f89d..2dc6205e 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -178,10 +178,11 @@ class ISACaller: # note that mffs, mcrfs, mtfsf "manage" this FPSCR # 2.3.1 CR (and sub-fields CR0..CR6 - CR0 SO comes from XER.SO) # note that mfocrf, mfcr, mtcr, mtocrf, mcrxrx "manage" CRs - # 2.3.2 LR (actually SPR #8) - # 2.3.3 CTR (actually SPR #9) + # -- Done + # 2.3.2 LR (actually SPR #8) -- Done + # 2.3.3 CTR (actually SPR #9) -- Done # 2.3.4 TAR (actually SPR #815) - # 3.2.2 p45 XER (actually SPR #0) + # 3.2.2 p45 XER (actually SPR #1) -- Done # 3.2.3 p46 p232 VRSAVE (actually SPR #256) # create CR then allow portions of it to be "selectable" (below) -- 2.30.2