Difference between revisions of "Instruction Set/remu"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/remu": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
Line 4:Line 4:
 
</div>
 
</div>
  
divide for remainder
+
Unsigned integer modulo for remainder.
 +
 
 +
<b>related operations:</b> [[Instruction_Set/divu|divu]], [[Instruction_Set/divRemu|divRemu]], [[Instruction_Set/rdivu|rdivu]], [[Instruction_Set/rootu|rootu]], [[Instruction_Set/rrootu|rrootu]]
 +
 
 
----
 
----
 
<code style="font-size:130%"><b style="color:#050">remu</b>(<span style="color:#009">[[Domains#u|u]]</span> <span title="belt operand from ops window">x</span>, <span style="color:#009">[[Domains#u|u]]</span> <span title="belt operand from ops window">y</span>) &#8594; [[Domains#u|u]] r<sub>0</sub></code>
 
<code style="font-size:130%"><b style="color:#050">remu</b>(<span style="color:#009">[[Domains#u|u]]</span> <span title="belt operand from ops window">x</span>, <span style="color:#009">[[Domains#u|u]]</span> <span title="belt operand from ops window">y</span>) &#8594; [[Domains#u|u]] r<sub>0</sub></code>

Revision as of 10:49, 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 modulo for remainder.

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


remu(u x, u y) → u r0

operands: like Identity [xx:x]



remu(u x, imm y) → u r0

operands: like Identity [xx:x]



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