-
- Downloads
i386-protos.h (standard_sse_constant_opcode): Change last argument to rtx pointer.
* config/i386/i386-protos.h (standard_sse_constant_opcode): Change last argument to rtx pointer. * config/i386/i386.c (standard_sse_constant_opcode): Replace X argument with OPERANDS. For AVX+ 128-bit VEX encoded instructions over 256-bit or 512-bit. If setting EXT_REX_SSE_REG_P, use EVEX encoded insn depending on the chosen ISAs. * config/i386/i386.md (*movxi_internal_avx512f, *movoi_internal_avx, *movti_internal, *movdi_internal, *movsi_internal, *movtf_internal, *movdf_internal, *movsf_internal): Adjust standard_sse_constant_opcode callers. * config/i386/sse.md (mov<mode>_internal): Likewise. * config/i386/mmx.md (*mov<mode>_internal): Likewise. From-SVN: r255352
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/config/i386/i386-protos.h 1 addition, 1 deletiongcc/config/i386/i386-protos.h
- gcc/config/i386/i386.c 46 additions, 25 deletionsgcc/config/i386/i386.c
- gcc/config/i386/i386.md 8 additions, 8 deletionsgcc/config/i386/i386.md
- gcc/config/i386/mmx.md 1 addition, 1 deletiongcc/config/i386/mmx.md
- gcc/config/i386/sse.md 1 addition, 1 deletiongcc/config/i386/sse.md
Loading
Please register or sign in to comment