Difference between revisions of "Instruction Set/divRems"
From Mill Computing Wiki
Line 17: | Line 17: | ||
</div> | </div> | ||
<br /> | <br /> | ||
+ | |||
+ | |||
+ | [[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable] |
Revision as of 02:38, 16 December 2014
realizing exu stream exu block compute phase operation in the signed integer value domain that produces condition codes
native on: none
Signed integer division for quotient and remainder.
divRems(s x, s y) → s r0, s r1
operands: like DivRem [xx:xx]
divRems(s x, imm y) → s r0, s r1
operands: like DivRem [xx:xx]
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable