Difference between revisions of "Instruction Set/rotate"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:rotate}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing exu stream Decode|reader bl...") | |||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rotate}} | {{DISPLAYTITLE:rotate}} | ||
− | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation| | + | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]] [[Encoding|exu stream]] [[Decode|reader block]] [[Phasing|compute phase]] operation [[Domains|in the logical value domain]] <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
Line 14: | Line 14: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#rotate|Tin]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#rotate|Copper]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#rotate|Silver]] || R0 R1 R2 R3 R4 R5 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#rotate|Gold]] || R0 R1 R2 R3 R4 R5 R6 R7 || 1 |
|- | |- | ||
− | | [[Cores/Decimal8/Encoding# | + | | [[Cores/Decimal8/Encoding#rotate|Decimal8]] || R0 R1 R2 R3 R4 R5 || 1 |
|- | |- | ||
− | | [[Cores/Decimal16/Encoding# | + | | [[Cores/Decimal16/Encoding#rotate|Decimal16]] || R0 R1 R2 R3 R4 R5 || 1 |
|} | |} | ||
+ | |||
+ | |||
+ | [[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable] |
Latest revision as of 09:29, 9 February 2015
speculable exu stream reader block compute phase operation in the logical value domain
native on: all
bitwise rotate
rotate(scratch id)
operands: like NoArgs :[x]
Core | In Slots | Latencies |
---|---|---|
Tin | R0 R1 | 1 |
Copper | R0 R1 | 1 |
Silver | R0 R1 R2 R3 R4 R5 | 1 |
Gold | R0 R1 R2 R3 R4 R5 R6 R7 | 1 |
Decimal8 | R0 R1 R2 R3 R4 R5 | 1 |
Decimal16 | R0 R1 R2 R3 R4 R5 | 1 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable