* config/i386/i386.md (*load_tp_<mode>): Redefine as
commitc352171f7ba9124a55d2bbe1a231711208edd779
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Aug 2017 16:08:25 +0000 (13 16:08 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Aug 2017 16:08:25 +0000 (13 16:08 +0000)
tree836393741f223a3d1919bae5f9ce938f980094a1
parent6fc8fd8453d843c855c90e9ecfd7c75f5cf17981
* config/i386/i386.md (*load_tp_<mode>): Redefine as
define_insn_and_split.  Split to a memory load from 0 in
DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
using PTR mode iterator.
(*load_tp_x32_zext"): Redefine as define_insn_and_split.
Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
(*add_tp_<mode>): Redefine as define_insn_and_split.
Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
address space.  Merge with *add_tp_x32 using PTR mode iterator.
(*add_tp_x32_zext"): Redefine as define_insn_and_split.
Split to an add with a  memory load from 0 in
DEFAULT_TLS_SEG_REG address space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251075 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md