Closed Kashio closed 1 year ago
I missed this part:
Specification of the instruction's opcode above indicates a ModR/M byte of E8. For this instruction, the processor ignores the r/m field of the ModR/M byte. Thus, LFENCE is encoded by any opcode of the form 0F AE Ex, where x is in the range 8-F.
Right now
LFENCE
encoded with opcode0F AE
use opcode extension of5
which according to the intel docs it should only be encoded with: