Difference between revisions of "Instruction Set/divRemu"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:divRemu}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing exu stream Decode|exu bloc...") |
(No difference) |
Revision as of 06:57, 2 October 2014
realizing exu stream exu block compute phase operation in the unsigned integer value domain that produces condition codes
native on: none
divide for quotient and remainder
divRemu(u x, u y) → u r0, u r1
operands: like DivRem [xx:xx]
divRemu(u x, imm y) → u r0, u r1
operands: like DivRem [xx:xx]