diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2007-09-19 15:13:18 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2007-09-19 15:13:18 +0000 |
commit | 4ceb424220b30f4634cf61f10eb543f320129cf9 (patch) | |
tree | 0b8720fd6629b35738a5c8cc36cac0ecdb9b7eb9 /gcc/config/bfin | |
parent | 980d88824772f4e5732e7a8722521896bb57b7d2 (diff) | |
download | gcc-4ceb424220b30f4634cf61f10eb543f320129cf9.zip gcc-4ceb424220b30f4634cf61f10eb543f320129cf9.tar.gz gcc-4ceb424220b30f4634cf61f10eb543f320129cf9.tar.bz2 |
bfin.md (define_asm_attributes): New.
* config/bfin/bfin.md (define_asm_attributes): New.
From-SVN: r128600
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r-- | gcc/config/bfin/bfin.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/bfin/bfin.md b/gcc/config/bfin/bfin.md index b2a73f1..2a4631d 100644 --- a/gcc/config/bfin/bfin.md +++ b/gcc/config/bfin/bfin.md @@ -330,6 +330,12 @@ (define_attr "seq_insns" "single,multi" (const_string "single")) +;; Describe a user's asm statement. +(define_asm_attributes + [(set_attr "type" "misc") + (set_attr "seq_insns" "multi") + (set_attr "length" "4")]) + ;; Conditional moves (define_expand "movsicc" |