Difference between revisions of "Instruction Set/divRems"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/divRems": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
Line 5:Line 5:
  
 
Signed integer division for quotient and remainder.
 
Signed integer division for quotient and remainder.
 +
 +
<b>related operations:</b> [[Instruction_Set/divs|divs]], [[Instruction_Set/rems|rems]], [[Instruction_Set/rdivs|rdivs]], [[Instruction_Set/roots|roots]], [[Instruction_Set/rroots|rroots]]
  
 
----
 
----

Revision as of 10:47, 19 January 2015

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.

related operations: divs, rems, rdivs, roots, rroots


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