* src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 08:04:52 +0000 (08:04 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 08:04:52 +0000 (08:04 +0000)
commitcb99d24eddf0247afc0f83d19d8d82f21bd4cdff
tree416e28c3fd82ee7afda8b60e3c1b9cb322ccff20
parent6d657374dcadc67f4fedadb978cc2eab21a2eb0c
* src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
instead do the shifting inline.
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't compute %r5
shift count unconditionally.  Simplify load sequences for 1, 2, 3, 4
and 8 byte structs, for the remaining struct sizes don't call
__lshrdi3, instead do the shifting inline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109879 138bc75d-0d04-0410-961f-82ee72b054a4
libffi/ChangeLog
libffi/src/powerpc/ppc_closure.S
libffi/src/powerpc/sysv.S