i386.c (ix86_print_operand): Handle %~.
authorJakub Jelinek <jakub@redhat.com>
Fri, 23 Sep 2011 17:10:39 +0000 (19:10 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 23 Sep 2011 17:10:39 +0000 (19:10 +0200)
commit1db4406e7799ff4e71bfb4e621f5c7e1f6bdd151
tree241dc9484e6f7bb99e293af4aac910cc521038c6
parenta7c0acd01953a277a4bb42d03de572c586a42b5e
i386.c (ix86_print_operand): Handle %~.

* config/i386/i386.c (ix86_print_operand): Handle %~.
(ix86_print_operand_punct_valid_p): Return true also for '~'.
* config/i386/sse.md (i128): New mode_attr.
(vec_extract_hi_<mode>, vec_extract_hi_<mode>,
avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
*avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
patterns, use "<sseinsnmode>" for "mode" attribute.
(vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
%~128 in the patterns, use "OI" for "mode" attribute.

From-SVN: r179125
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sse.md