Difference between revisions of "Instruction Set/subp"
From Mill Computing Wiki
Line 16: | Line 16: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#subp|Tin]] || E0 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#subp|Copper]] || E0 E1 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#subp|Silver]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#subp|Gold]] || E0 E1 E2 E3 E4 E5 E6 E7 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Decimal8/Encoding# | + | | [[Cores/Decimal8/Encoding#subp|Decimal8]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Decimal16/Encoding# | + | | [[Cores/Decimal16/Encoding#subp|Decimal16]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|} | |} | ||
Line 38: | Line 38: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#subp|Tin]] || E0 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#subp|Copper]] || E0 E1 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#subp|Silver]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#subp|Gold]] || E0 E1 E2 E3 E4 E5 E6 E7 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Decimal8/Encoding# | + | | [[Cores/Decimal8/Encoding#subp|Decimal8]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|- | |- | ||
− | | [[Cores/Decimal16/Encoding# | + | | [[Cores/Decimal16/Encoding#subp|Decimal16]] || E0 E1 E2 E3 || d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
|} | |} | ||
+ | |||
+ | |||
+ | [[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:37, 16 December 2014
Pointer subtraction. Protects the upper 4 reserved bits, can be scaled for indexing.
subp(p x, p y, scale s) → p r0
operands: like Addp [px:p]
Core | In Slots | Latencies |
---|---|---|
Tin | E0 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Copper | E0 E1 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Silver | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Gold | E0 E1 E2 E3 E4 E5 E6 E7 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Decimal8 | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Decimal16 | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
subp(p x, imm y, scale s) → p r0
operands: like Addp [px:p]
Core | In Slots | Latencies |
---|---|---|
Tin | E0 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Copper | E0 E1 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Silver | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Gold | E0 E1 E2 E3 E4 E5 E6 E7 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Decimal8 | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Decimal16 | E0 E1 E2 E3 | d,b:d=1 d,h:d=1 d,w:d=1 d,d:d=2 d,q:d=2 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable