Barebit / x86reference

X86 Opcode and Instruction Reference
http://ref.x86asm.net
GNU Lesser General Public License v3.0
238 stars 54 forks source link

PEXTRQ not specified for 64 bit mode #34

Closed Kashio closed 5 months ago

Kashio commented 1 year ago

Right now PEXTRQ entry isn't specified with the mode="e" attribute for 64 bit mode.

PEXTRQ is not encodable in non-64-bit modes and requires REX.W in 64-bit mode.

We need to add another separate entry with the mode="e" attribute for 64 bit mode for it.

BarebitOpenSource commented 10 months ago

Good catch.

BarebitOpenSource commented 5 months ago

Fixed.