OSDN Git Service

target-sparc: Implement ALIGNADDR* inline.
authorRichard Henderson <rth@twiddle.net>
Tue, 18 Oct 2011 15:35:58 +0000 (08:35 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2011 21:00:19 +0000 (14:00 -0700)
commitadd545ab11450c7049468fccdcd362b47740d9fe
tree66c307d6aed44f6fb9a88b2ac6c1bd3e02ef8c39
parent6c07355325b7622c595b961b53755ad5450db0c4
target-sparc: Implement ALIGNADDR* inline.

While ALIGNADDR was implemented out-of-line, ALIGNADDRL was not
implemeneted at all.  However, this is a very simple operation
so we're better off doing this inline.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/helper.h
target-sparc/translate.c
target-sparc/vis_helper.c