What is “=qm” in extended assembler

后端 未结 3 1182
小蘑菇
小蘑菇 2020-12-21 15:53

I was looking through an Intel provided reference implementation of RDRAND instruction. The page is Intel Digital Random Number Generator (DRNG) Software Implem

3条回答
  •  离开以前
    2020-12-21 16:43

    Wow that stumped me at first but I searched around a bit and found out that it is a reference to the model of the processor this peice of code is meant for.

    Spicically I read that it is for the i7 Quadcore.

    Is that where you got this code from?

    It is a simple value indicator for a variable syntax.

提交回复
热议问题