https://sourceware.org/bugzilla/show_bug.cgi?id=32171
Bug ID: 32171 Summary: The assembler should report errors for illegal uses of egpr instructions. Product: binutils Version: 2.44 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: lili.cui at intel dot com Target Milestone: --- We should report errors for the following instructions, since APX spec doesn't promote them. -------------------------------- vbroadcastf128 (%r16),%ymm3 vbroadcasti128 (%r16),%ymm3 vextractf128 $1,%ymm3,(%r16) vextracti128 $1,%ymm3,(%r16) vinsertf128 $1,(%r16),%ymm3,%ymm8 vinserti128 $1,(%r16),%ymm3,%ymm8 vroundpd $1,(%r24),%xmm6 vroundps $2,(%r24),%xmm6 vroundsd $3,(%r24),%xmm6,%xmm3 vroundss $4,(%r24),%xmm6,%xmm3 --------------------------------- -- You are receiving this mail because: You are on the CC list for the bug.