[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)
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

index e9379ddc4901195ac5aae5ac4d03e7c2c7a1d83f..f1aea782221b64c0beae3e5a2a21ad7aff340c55 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2015-10-30  Tom de Vries  <tom@codesourcery.com>
 
        * tree-ssa-structalias.c (ipa_pta_execute): Declare variable from as
index 82438f23c14186b2fc8a447f20f421c696b9ac04..42c9b5e72e59af24b678f582ddb1d430afd46165 100644 (file)
    ldrh\\t%w0, %1
    strh\\t%w1, %0
    mov\\t%w0, %w1"
-  [(set_attr "type" "neon_from_gp,neon_to_gp,fmov,\
+  [(set_attr "type" "neon_from_gp,neon_to_gp,neon_move,\
                      f_loads,f_stores,load1,store1,mov_reg")
    (set_attr "simd" "yes,yes,yes,*,*,*,*,*")
    (set_attr "fp"   "*,*,*,yes,yes,*,*,*")]
    ldp\\t%0, %H0, %1
    stp\\t%1, %H1, %0
    stp\\txzr, xzr, %0"
-  [(set_attr "type" "logic_reg,multiple,f_mcr,f_mrc,neon_move_q,fconstd,\
+  [(set_attr "type" "logic_reg,multiple,f_mcr,f_mrc,neon_move_q,f_mcr,\
                      f_loadd,f_stored,load2,store2,store2")
    (set_attr "length" "4,8,8,8,4,4,4,4,4,4,4")
    (set_attr "fp" "*,*,yes,yes,*,yes,yes,yes,*,*,*")
    csinc\\t%<w>0, %<w>4, <w>zr, %M1
    mov\\t%<w>0, -1
    mov\\t%<w>0, 1"
-  [(set_attr "type" "csel")]
+  [(set_attr "type" "csel, csel, csel, csel, csel, mov_imm, mov_imm")]
 )
 
 ;; zero_extend version of above
    csinc\\t%w0, %w4, wzr, %M1
    mov\\t%w0, -1
    mov\\t%w0, 1"
-  [(set_attr "type" "csel")]
+  [(set_attr "type" "csel, csel, csel, csel, csel, mov_imm, mov_imm")]
 )
 
 (define_insn "*cmovdi_insn_uxtw"