Commit 9de187a0999a82b0ed987bd2a4df18f60a53b6ca
1 parent
e23f2f36
Whack [LS]MW
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7081 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
0 additions
and
6 deletions
tcg/ppc/tcg-target.c
| @@ -372,9 +372,6 @@ static int tcg_target_const_match(tcg_target_long val, | @@ -372,9 +372,6 @@ static int tcg_target_const_match(tcg_target_long val, | ||
| 372 | #define SRW XO31(536) | 372 | #define SRW XO31(536) |
| 373 | #define SRAW XO31(792) | 373 | #define SRAW XO31(792) |
| 374 | 374 | ||
| 375 | -#define LMW OPCD(46) | ||
| 376 | -#define STMW OPCD(47) | ||
| 377 | - | ||
| 378 | #define TW XO31(4) | 375 | #define TW XO31(4) |
| 379 | #define TRAP (TW | TO (31)) | 376 | #define TRAP (TW | TO (31)) |
| 380 | 377 |
tcg/ppc64/tcg-target.c
| @@ -373,9 +373,6 @@ static int tcg_target_const_match (tcg_target_long val, | @@ -373,9 +373,6 @@ static int tcg_target_const_match (tcg_target_long val, | ||
| 373 | #define SRAD XO31(794) | 373 | #define SRAD XO31(794) |
| 374 | #define SRADI XO31(413<<1) | 374 | #define SRADI XO31(413<<1) |
| 375 | 375 | ||
| 376 | -#define LMW OPCD( 46) | ||
| 377 | -#define STMW OPCD( 47) | ||
| 378 | - | ||
| 379 | #define TW XO31( 4) | 376 | #define TW XO31( 4) |
| 380 | #define TRAP (TW | TO (31)) | 377 | #define TRAP (TW | TO (31)) |
| 381 | 378 |