loadd
Schedule decimal float data load from memory address into belt.
There is an internal and a storage format for decimal float values. Because of this there are special operations needed for loading and storing them to convert between the formats. Other than that these operations work like a normal load.
related operations: , load, loadf, store
loadd(base b, off o, s i, scale s, width w) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(base b, off o, s i, scale s, width w, lit delay) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(base b, off o, s i, scale s, width w, tag tag) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(base b, off o, width w) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(base b, off o, width w, lit delay) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(base b, off o, width w, tag tag) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, s i, scale s, width w) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, s i, scale s, width w, lit delay) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, s i, scale s, width w, tag tag) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, width w) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, width w, lit delay) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, off o, width w, tag tag) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, width w, memAttr m) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, width w, memAttr m, lit delay) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
loadd(p b, width w, memAttr m, tag tag) → d r0
Core | In Slots | Latencies |
---|---|---|
Decimal8 | F0 F1 F2 F3 | 3 |
Decimal16 | F0 F1 F2 F3 | 3 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable