What does 'REX' stand for in an x86-64 REX prefix?

▼魔方 西西 提交于 2020-01-21 12:05:12

问题


From Intel's SDM, section 2.2.1 specifies that the REX prefix is used to:

  • Specify GPRs and SSE registers.
  • Specify 64-bit operand size.
  • Specify extended control registers

But what do the letters REX stand for in the acronym?


回答1:


This 2002 Hot Chips presentation by AMD expands the acronym on slide 10: "REX (Register Extension)".

Kevin McGrath and Dave Christie, "The AMD x86-64 Architecture: Extending the x86 to 64 bits", Hot Chips 14, August 2002.



来源:https://stackoverflow.com/questions/59164978/what-does-rex-stand-for-in-an-x86-64-rex-prefix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!