IA64 is a VLIW architecture, which is different from what most people think of as RISC or CISC. Because IA64 tries to move complexity from the hardware to the compiler, it is more RISC than CISC. SPARC is a RISC architecture.
The number of pipeline stages is a attribute of the micro-architecture (implementation), not the architecture. So it varies from design to design. Both the Pentium and Pentium Pro implemented the x86 architecture but have different number of pipe stages.
You can get the instruction set formats on the Web (SPARC) (IA-64).
hello sir i do not think so that IA64 is VLIW i think it is EPIC what do you say sir?
– vickyOct 27 '14 at 13:16
I think this excerpt from Wikipedia says it best: "However, EPIC architecture is sometimes distinguished from a pure VLIW architecture, since EPIC advocates full instruction predication, rotating register files, and a very long instruction word that can encode non-parallel instruction groups. [http://en.wikipedia.org/wiki/Very_long_instruction_word]
– Craig S. AndersonOct 27 '14 at 16:00