Commit cf48cabb by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r72264
parent a6d6455e
2003-10-09 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (define_asm_attributes): New.
2003-10-09 Roger Sayle <roger@eyesopen.com>
* optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
......
......@@ -101,6 +101,12 @@
(define_attr "cc" "none,none_0hit,set_znv,set_zn,compare,clobber"
(const_string "clobber"))
;; Provide the maximum length of an assembly instruction in an asm
;; statement. The maximum length of 14 bytes is achieved on H8SX.
(define_asm_attributes
[(set_attr "length" "14")])
;; ----------------------------------------------------------------------
;; MOVE INSTRUCTIONS
......
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