VIS Instructions
- VIS enhancement represents an increase of 64 instructions.
- They include data formatting instructions, parallel arithmetic
and logic instructions, and load and store instructions.
- Some Observations.
- VIS code is somewhere between C and assembly.
- For each VIS instruction, assembly code is inlined during compile time.
- VIS instructions are similar to function calls except some instructions depend on the value of internal registers.
Next