Is there any architecture that uses the same register space for scalar integer and floating point operations?

前端 未结 4 893
情深已故
情深已故 2020-12-11 18:04

Most architectures I\'ve seen that support native scalar hardware FP support shove them off into a completely separate register space, separate from the main set of register

4条回答
  •  粉色の甜心
    2020-12-11 19:02

    Just bumped across this from a search, but I'll add that the Digital VAX architecture used general registers for floating point.

提交回复
热议问题