Commit 3d33a056 by Jie Zhang Committed by Jie Zhang

* config/bfin/bfin.md (trap): New pattern.

From-SVN: r107184
parent 4d14c1f4
2005-11-18 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.md (trap): New pattern.
2005-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds
......
......@@ -2001,6 +2001,13 @@
"ssync;"
[(set_attr "type" "sync")])
(define_insn "trap"
[(trap_if (const_int 1) (const_int 3))]
""
"excpt 3;"
[(set_attr "type" "misc")
(set_attr "length" "2")])
(define_insn "trapifcc"
[(trap_if (reg:BI REG_CC) (const_int 3))]
""
......
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