Difference between revisions of "Instruction Set/divu"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/divu": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
Line 5:Line 5:
  
 
Unsigned integer division for quotient.
 
Unsigned integer division for quotient.
 +
 +
<b>related operations:</b> [[Instruction_Set/remu|remu]], [[Instruction_Set/divRemu|divRemu]], [[Instruction_Set/rdivu|rdivu]], [[Instruction_Set/rootu|rootu]], [[Instruction_Set/rrootu|rrootu]]
  
 
----
 
----

Revision as of 10:48, 19 January 2015

realizing  exu stream  exu block  compute phase   operation   in the unsigned integer value domain   that produces condition codes

native on: none

Unsigned integer division for quotient.

related operations: remu, divRemu, rdivu, rootu, rrootu


divu(u x, u y) → u r0

operands: like Identity [xx:x]



divu(u x, imm y) → u r0

operands: like Identity [xx:x]



Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable