]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Add type attribute for atomic instructions.
authorMonk Chiang <monk.chiang@sifive.com>
Fri, 21 Oct 2022 05:01:59 +0000 (13:01 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Fri, 21 Oct 2022 07:31:14 +0000 (15:31 +0800)
gcc/ChangeLog:

* config/riscv/riscv.md: Add atomic type attribute.
* config/riscv/sync.md: Add atomic type for atomic instructions.

gcc/config/riscv/riscv.md
gcc/config/riscv/sync.md

index b3654915fde0e970f77eba9589914a767260ab31..9384ced0447ba160ca0cf079311b18c8a80122c6 100644 (file)
   "unknown,branch,jump,call,load,fpload,store,fpstore,
    mtc,mfc,const,arith,logical,shift,slt,imul,idiv,move,fmove,fadd,fmul,
    fmadd,fdiv,fcmp,fcvt,fsqrt,multi,auipc,sfb_alu,nop,ghost,bitmanip,rotate,
-   rdvlenb,rdvl,vsetvl,vlde,vste,vldm,vstm,vlds,vsts,
+   atomic,rdvlenb,rdvl,vsetvl,vlde,vste,vldm,vstm,vlds,vsts,
    vldux,vldox,vstux,vstox,vldff,vldr,vstr,
    vialu,viwalu,vext,vicalu,vshift,vnshift,vicmp,
    vimul,vidiv,viwmul,vimuladd,viwmuladd,vimerge,vimov,
index 7deb290d9dc0dadf374a295fb9133b144e94f4b7..449f275e6a2512ce8d3563999ad921fd20dcc371 100644 (file)
@@ -62,7 +62,8 @@
       UNSPEC_ATOMIC_STORE))]
   "TARGET_ATOMIC"
   "%F2amoswap.<amo>%A2 zero,%z1,%0"
-  [(set (attr "length") (const_int 8))])
+  [(set_attr "type" "atomic")
+   (set (attr "length") (const_int 8))])
 
 (define_insn "atomic_<atomic_optab><mode>"
   [(set (match_operand:GPR 0 "memory_operand" "+A")
@@ -73,7 +74,8 @@
         UNSPEC_SYNC_OLD_OP))]
   "TARGET_ATOMIC"
   "%F2amo<insn>.<amo>%A2 zero,%z1,%0"
-  [(set (attr "length") (const_int 8))])
+  [(set_attr "type" "atomic")
+   (set (attr "length") (const_int 8))])
 
 (define_insn "atomic_fetch_<atomic_optab><mode>"
   [(set (match_operand:GPR 0 "register_operand" "=&r")
@@ -86,7 +88,8 @@
         UNSPEC_SYNC_OLD_OP))]
   "TARGET_ATOMIC"
   "%F3amo<insn>.<amo>%A3 %0,%z2,%1"
-  [(set (attr "length") (const_int 8))])
+  [(set_attr "type" "atomic")
+   (set (attr "length") (const_int 8))])
 
 (define_insn "atomic_exchange<mode>"
   [(set (match_operand:GPR 0 "register_operand" "=&r")
        (match_operand:GPR 2 "register_operand" "0"))]
   "TARGET_ATOMIC"
   "%F3amoswap.<amo>%A3 %0,%z2,%1"
-  [(set (attr "length") (const_int 8))])
+  [(set_attr "type" "atomic")
+   (set (attr "length") (const_int 8))])
 
 (define_insn "atomic_cas_value_strong<mode>"
   [(set (match_operand:GPR 0 "register_operand" "=&r")
    (clobber (match_scratch:GPR 6 "=&r"))]
   "TARGET_ATOMIC"
   "%F5 1: lr.<amo>%A5 %0,%1; bne %0,%z2,1f; sc.<amo>%A4 %6,%z3,%1; bnez %6,1b; 1:"
-  [(set (attr "length") (const_int 20))])
+  [(set_attr "type" "atomic")
+   (set (attr "length") (const_int 20))])
 
 (define_expand "atomic_compare_and_swap<mode>"
   [(match_operand:SI 0 "register_operand" "")   ;; bool output