https://bugs.kde.org/show_bug.cgi?id=432809
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Mark Wielaard <m...@klomp.org> --- commit e2e830f61271c28dddfa6b478044870d2188cf57 Author: Mark Wielaard <m...@klomp.org> Date: Fri Feb 12 20:42:00 2021 +0100 PR432809 VEX should support REX.W + POPF It seems a REX.W prefix simply explicitly sets the operant size to 8, and so can/must be ignored as redundant. This is what we already do for PUSH, POP and PUSHF. All instructions are described as "When in 64-bit mode, instruction defaults to 64-bit operand size and cannot encode 32-bit operand size." in the instruction manual. Original patch and analysis by Mike Dalessio <mike.dales...@gmail.com> https://bugs.kde.org/show_bug.cgi?id=432809 -- You are receiving this mail because: You are watching all bug changes.