[AArch64] Fix insn types.
authorEvandro Menezes <e.menezes@samsung.com>
Fri, 30 Oct 2015 09:54:38 +0000 (09:54 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Fri, 30 Oct 2015 09:54:38 +0000 (09:54 +0000)
commit04e3481107705d98ecd442657ee0b6b594e53b78
treeb77ebfb0549abc62e236adb2c7c3bbe7e9b4a5a2
parentbf74904272f65550e2741344ab6d94854af2fc6e
[AArch64] Fix insn types.

2015-10-30  Evandro Menezes  <e.menezes@samsung.com>

* config/aarch64/aarch64.md (*movhf_aarch64): Change the type of
"mov %0.h[0], %1.h[0] to "neon_move".
(*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".
(*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to
"mov_imm".
(*cmovsi_insn_uxtw): Likewise.

From-SVN: r229572
gcc/ChangeLog
gcc/config/aarch64/aarch64.md