OSDN Git Service

* config/mips/mips.md (*branch_fp): Use %Z2 for the condition.
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / mips.md
index 01653d6..cc327f9 100644 (file)
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
-                                        MIPS_BRANCH ("b%F0", "%2,%1"),
-                                        MIPS_BRANCH ("b%W0", "%2,%1"));
+                                        MIPS_BRANCH ("b%F0", "%Z2%1"),
+                                        MIPS_BRANCH ("b%W0", "%Z2%1"));
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
-                                        MIPS_BRANCH ("b%W0", "%2,%1"),
-                                        MIPS_BRANCH ("b%F0", "%2,%1"));
+                                        MIPS_BRANCH ("b%W0", "%Z2%1"),
+                                        MIPS_BRANCH ("b%F0", "%Z2%1"));
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])