diff options
Diffstat (limited to 'gcc/config/moxie/constraints.md')
-rw-r--r-- | gcc/config/moxie/constraints.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/moxie/constraints.md b/gcc/config/moxie/constraints.md index 16c64b2..78e8e98 100644 --- a/gcc/config/moxie/constraints.md +++ b/gcc/config/moxie/constraints.md @@ -22,19 +22,19 @@ ;; Constraints ;; ------------------------------------------------------------------------- -(define_constraint "A" +(define_memory_constraint "A" "An absolute address." (and (match_code "mem") (ior (match_test "GET_CODE (XEXP (op, 0)) == SYMBOL_REF") (match_test "GET_CODE (XEXP (op, 0)) == LABEL_REF") (match_test "GET_CODE (XEXP (op, 0)) == CONST")))) -(define_constraint "B" +(define_memory_constraint "B" "An offset address." (and (match_code "mem") (match_test "moxie_offset_address_p (op)"))) -(define_constraint "W" +(define_memory_constraint "W" "A register indirect memory operand." (and (match_code "mem") (match_test "REG_P (XEXP (op, 0)) |