Commit 4ceb4242 by Bernd Schmidt Committed by Bernd Schmidt

bfin.md (define_asm_attributes): New.

	* config/bfin/bfin.md (define_asm_attributes): New.

From-SVN: r128600
parent 980d8882
......@@ -12,6 +12,8 @@
(sh_insn_length_adjustment): Pass template as second argument to it.
* config/bfin/bfin.h (IS_ASM_LOGICAL_LINE_SEPARATOR): New macro.
* config/bfin/bfin.md (define_asm_attributes): New.
2007-09-19 Jie Zhang <jie.zhang@analog.com>
* config.gcc (bfin*-linux-uclibc*): Add ./linux-sysroot-suffix.h
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment