tcg-sparc: Tidy check_fit_* tests
commit425532d71d5d295cc9c649500e4969ac621ce51d
authorRichard Henderson <rth@twiddle.net>
Thu, 6 Mar 2014 21:44:15 +0000 (6 13:44 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 28 Apr 2014 18:06:35 +0000 (28 11:06 -0700)
tree1d4346ab0d5b9094c33a093e58caa4d2ff57c481
parentf4c166619ed433e43bdc77ceeb0fbc2832915725
tcg-sparc: Tidy check_fit_* tests

Use sextract instead of raw bit shifting for the tests.  Introduce
a new check_fit_ptr macro to make it clear we're looking at pointers.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c