x86: immediate operands don't allow for vector operations
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:00:38 +0000 (12:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:00:38 +0000 (12:00 +0200)
commit4e014f6ac0a2420f615a902af4370b1a45087bb6
tree4104c01fdb7faf0503f48f77308052907386d8c0
parenta442cac5084e97d47223bac61cfc4d168c568ba4
x86: immediate operands don't allow for vector operations

Neither masking nor broadcast are possible here, and RC/SAE get dealt
with elsewhere.

This also fixes gas crashes (i.e. "Fatal error: unable to continue with
assembly"), since the return path being removed failed to restore
input_line_pointer from save_input_line_pointer.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.026224 seconds and 4 git commands to generate.