and it neatly illustrates a counter-example to trying to make one
instruction do too much.
+Another good example is the Integer Twin-butterfly instructions,
+`((a +/- b) * c) >> sh` which require **eight** instructions and
+temporary registers. Although expensive they save so many other
+instructions it is hard to disregard them.
+
**Summary**
There are many tradeoffs here, it is a huge list of considerations: any