Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 385 Bytes

vliw.md

File metadata and controls

9 lines (5 loc) · 385 Bytes

VLIW

Wiki has the perfect example:

For example, the following is an instruction for the Super Harvard Architecture Single-Chip Computer (SHARC). In one cycle, it does a floating-point multiply, a floating-point add, and two autoincrement loads. All of this fits in one 48-bit instruction:

f12 = f0 * f4, f8 = f8 + f12, f0 = dm(i0, m3), f4 = pm(i8, m9);

TODO implementations?