diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2015-05-04 17:05:11 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-05-04 17:05:11 +0200 |
commit | 44d0de8d701ab3b7452de0ec5d29e5878fad4b13 (patch) | |
tree | 97b9c92480587e403af8743e13403c9a1c046ff9 /libobjc/class.c | |
parent | a982bcf962c4b72371642a9369d6dea4ac05a979 (diff) | |
download | gcc-44d0de8d701ab3b7452de0ec5d29e5878fad4b13.zip gcc-44d0de8d701ab3b7452de0ec5d29e5878fad4b13.tar.gz gcc-44d0de8d701ab3b7452de0ec5d29e5878fad4b13.tar.bz2 |
i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
* config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
* config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
as CONST_WIDE_INT, not CONST_DOUBLE.
(ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
(output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
(ix86_find_base_term): Do not check for CONST_DOUBLE.
(ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
(ix86_build_signbit_mask): Rewrite using wide ints.
(ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
(ix86_rtx_costs): Handle CONST_WIDE_INT.
(find_constant): Ditto.
* config/i386/i386.md (bts, btr, btc peepholes): Rewrite
using gen_int_mode.
* config/i386/predicates.md (x86_64_immediate_operand)
<case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
(x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
<case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
(const0_operand): Also match const_wide_int.
(constm1_operand): Ditto.
(const1_operand): Ditto.
From-SVN: r222767
Diffstat (limited to 'libobjc/class.c')
0 files changed, 0 insertions, 0 deletions