Hello Jakub! On 09 апр 20:29, Jakub Jelinek wrote: > Hi! > > As the following testcase shows, we emit an incorrect PTR prefix in a > vpbroadcastb instruction in -masm=intel mode; gas accepts and the manual > documents that the input operand is xmm2/m8 for vpbroadcastb and > xmm2/m16 for vpbroadcastw, so we need to use BYTE PTR and WORD PTR instead > of XMMWORD PTR. > > The first two hunks are just a simplification, the only reason we couldn't > use <iptr> used in many other spots is that it wasn't covering the 512-bit > floating point vectors. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? LGTM. Sorry for delay.
-- Thanks, K