1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-06 10:38:16 +00:00

Document dozx and dozi.

This commit is contained in:
Thomas Harte 2022-03-21 10:49:01 -04:00
parent 77bdaf3c78
commit 8e019f01ab

View File

@ -72,7 +72,15 @@ enum class Operation: uint8_t {
///
/// rc() != 0 => the LT, GT and EQ bits in CR are set as per the remainder.
/// oe() != 0 => SO and OV are set if the quotient exceeds 32 bits.
divsx, dozx, dozi, lscbxx, maskgx, maskirx, mulx,
divsx,
/// if rA > rB then rD = 0; else rD = NOT(rA) + rB + 1.
dozx,
/// if rA > simm() then rD = 0; else rD = NOT(rA) + simm() + 1.
dozi,
lscbxx, maskgx, maskirx, mulx,
nabsx, rlmix, rribx, slex, sleqx, sliqx, slliqx, sllqx, slqx,
sraiqx, sraqx, srex, sreax, sreqx, sriqx, srliqx, srlqx, srqx,