]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/frv/frv.md
builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to clrmem*.
[thirdparty/gcc.git] / gcc / config / frv / frv.md
index 92329cc443d3c4d4ceacadccb42722c8e35bd19d..490e6e0c19aad3aa7664a887873fa3d7edef5f91 100644 (file)
 ;; Argument 2 is the length
 ;; Argument 3 is the alignment
 
-(define_expand "movstrsi"
+(define_expand "movmemsi"
   [(parallel [(set (match_operand:BLK 0 "" "")
                   (match_operand:BLK 1 "" ""))
              (use (match_operand:SI 2 "" ""))
 ;; Argument 1 is the length
 ;; Argument 2 is the alignment
 
-(define_expand "clrstrsi"
+(define_expand "clrmemsi"
   [(parallel [(set (match_operand:BLK 0 "" "")
                   (const_int 0))
              (use (match_operand:SI 1 "" ""))