Commit 9de187a0999a82b0ed987bd2a4df18f60a53b6ca

Authored by malc
1 parent e23f2f36

Whack [LS]MW

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7081 c046a42c-6fe2-441c-8c8c-71466251a162
tcg/ppc/tcg-target.c
... ... @@ -372,9 +372,6 @@ static int tcg_target_const_match(tcg_target_long val,
372 372 #define SRW XO31(536)
373 373 #define SRAW XO31(792)
374 374  
375   -#define LMW OPCD(46)
376   -#define STMW OPCD(47)
377   -
378 375 #define TW XO31(4)
379 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 373 #define SRAD XO31(794)
374 374 #define SRADI XO31(413<<1)
375 375  
376   -#define LMW OPCD( 46)
377   -#define STMW OPCD( 47)
378   -
379 376 #define TW XO31( 4)
380 377 #define TRAP (TW | TO (31))
381 378  
... ...