Commit 9e811ecd by Jim Tison Committed by Ulrich Weigand

s390.md ("prologue_tpf", [...]): Alter trace hooks calls to improve performance.

2005-04-29  Jim Tison  <jtison@us.ibm.com>

        * config/s390/s390.md ("prologue_tpf", "epilogue_tpf"): Alter
        trace hooks calls to improve performance.

From-SVN: r98987
parent 7abc66b1
2005-04-29 Jim Tison <jtison@us.ibm.com>
* config/s390/s390.md ("prologue_tpf", "epilogue_tpf"): Alter
trace hooks calls to improve performance.
2005-04-29 Julian Brown <julian@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
Paul Brook <paul@codesourcery.com>
......
......@@ -8103,9 +8103,8 @@
[(unspec_volatile [(const_int 0)] UNSPECV_TPF_PROLOGUE)
(clobber (reg:DI 1))]
"TARGET_TPF_PROFILING"
"bas\t%%r1,4064"
[(set_attr "type" "jsr")
(set_attr "op_type" "RX")])
"larl\t%%r1,.+14\;tm\t4065,255\;bnz\t4064"
[(set_attr "length" "14")])
(define_expand "epilogue"
[(use (const_int 1))]
......@@ -8116,10 +8115,8 @@
[(unspec_volatile [(const_int 0)] UNSPECV_TPF_EPILOGUE)
(clobber (reg:DI 1))]
"TARGET_TPF_PROFILING"
"bas\t%%r1,4070"
[(set_attr "type" "jsr")
(set_attr "op_type" "RX")])
"larl\t%%r1,.+14\;tm\t4071,255\;bnz\t4070"
[(set_attr "length" "14")])
(define_expand "sibcall_epilogue"
[(use (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