I asked a general question on Law SE with one example (ARM) and for that example, I was directed to What exactly does ARM sell to vendors?. I've read that QA that ARM sells actual core designs.
I've read about RISC-V and ARM on Wikipedia and some other "blogs". "Experts" claim RISC-V is royalty-free architecture, but ARM is not. Can anybody "freely" build a chip to process e.g. ARM v9 instruction sets? If not, are instruction sets patented and/or maybe copyrighted too?
From one point of view, I see instruction sets descriptions as computer language (as Python) and Python use is royalty-free. However, in The never-ending story of X86 patents expiration:
Some of the old pieces of the x86 architecture patent already expired. Virtually every chip that’s been sold over the last decade or more will include SSE2 support as AMD made SSE2 a mandatory part of its 64-bit AMD64 extension. That’s a problem because the SSE family is also new enough—the various SSE extensions were introduced around 2001. Any patents covering SSE2 will still be in force. SSE3 is even more recent. Not to mention the fused multiply and add operation used on by all current OS which has an Intel patent valid until 2026.
"fused multiply and add operation used on by all current OS" - operations look to me as part instruction set, so looks as they can be patented.