comparison gcc/config/frv/frv.md @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ;; Frv Machine Description 1 ;; Frv Machine Description
2 ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. 2 ;; Copyright (C) 1999-2020 Free Software Foundation, Inc.
3 ;; Contributed by Red Hat, Inc. 3 ;; Contributed by Red Hat, Inc.
4 4
5 ;; This file is part of GCC. 5 ;; This file is part of GCC.
6 6
7 ;; GCC is free software; you can redistribute it and/or modify 7 ;; GCC is free software; you can redistribute it and/or modify
1885 ;; Argument 0 is the destination 1885 ;; Argument 0 is the destination
1886 ;; Argument 1 is the source 1886 ;; Argument 1 is the source
1887 ;; Argument 2 is the length 1887 ;; Argument 2 is the length
1888 ;; Argument 3 is the alignment 1888 ;; Argument 3 is the alignment
1889 1889
1890 (define_expand "movmemsi" 1890 (define_expand "cpymemsi"
1891 [(parallel [(set (match_operand:BLK 0 "" "") 1891 [(parallel [(set (match_operand:BLK 0 "" "")
1892 (match_operand:BLK 1 "" "")) 1892 (match_operand:BLK 1 "" ""))
1893 (use (match_operand:SI 2 "" "")) 1893 (use (match_operand:SI 2 "" ""))
1894 (use (match_operand:SI 3 "" ""))])] 1894 (use (match_operand:SI 3 "" ""))])]
1895 "" 1895 ""