(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jan 2021 19:02:40 +0000 (19:02 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jan 2021 19:02:40 +0000 (19:02 +0000)
openpower/sv/svp64.mdwn

index 2ab0967f3b53b3164559179c28b63c2939ffec78..9f3582b1bede880085d18c3a8a1dc33852c7151b 100644 (file)
@@ -337,6 +337,8 @@ Twin predication has an identical 3 bit field similarly encoded.
 | 110   | R30      | `R30 & (1 << i)` is non-zero |
 | 111   | ~R30     | `R30 & (1 << i)` is zero     |
 
+r10 and r30 are at the high end of temporary and unused registers, so as not to interfere with register allocation from ABIs.
+
 ## CR-based Predication (MASKMODE=1)
 
 When the predicate mode bit is one the 3 bits are interpreted as below.