Commit c785c660 by James Van Artsdalen

*** empty log message ***

From-SVN: r825
parent c4c120b4
...@@ -2977,7 +2977,14 @@ ...@@ -2977,7 +2977,14 @@
OUTPUT_JUMP (\"setle %0\", \"setbe %0\", 0); OUTPUT_JUMP (\"setle %0\", \"setbe %0\", 0);
}") }")
(define_insn "sleu" (define_expand "sleu"
[(match_dup 1)
(set (match_operand:QI 0 "general_operand" "")
(leu:QI (cc0) (const_int 0)))]
""
"operands[1] = (*i386_compare_gen)(i386_compare_op0, i386_compare_op1);")
(define_insn ""
[(set (match_operand:QI 0 "general_operand" "=qm") [(set (match_operand:QI 0 "general_operand" "=qm")
(leu:QI (cc0) (const_int 0)))] (leu:QI (cc0) (const_int 0)))]
"" ""
......
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