comparison gcc/config/rx/constraints.md @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ;; Constraint definitions for Renesas RX. 1 ;; Constraint definitions for Renesas RX.
2 ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. 2 ;; Copyright (C) 2008-2018 Free Software Foundation, Inc.
3 ;; Contributed by Red Hat. 3 ;; Contributed by Red Hat.
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
104 (and (match_code "reg,subreg" "0") 104 (and (match_code "reg,subreg" "0")
105 (match_code "unspec" "1") 105 (match_code "unspec" "1")
106 ) 106 )
107 ) 107 )
108 ) 108 )
109
110 (define_constraint "CALL_OP_SYMBOL_REF"
111 "constraint for call instructions using symbol ref"
112 (and (match_test "!TARGET_JSR")
113 (match_code "symbol_ref"))
114 )