mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Remove some instructions we no longer generate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f24df6324
commit
354df0ae6d
@ -330,30 +330,6 @@ def STFDX : XForm_28<31, 727, (ops FPRC:$frS, GPRC:$rA, GPRC:$rB),
|
||||
|
||||
// XL-Form instructions. condition register logical ops.
|
||||
//
|
||||
def CRAND : XLForm_1<19, 257, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crand $Db, $Ab, $Bb">;
|
||||
def CRANDC : XLForm_1<19, 129, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crandc $Db, $Ab, $Bb">;
|
||||
def CREQV : XLForm_1<19, 289, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"creqv $Db, $Ab, $Bb">;
|
||||
def CRNAND : XLForm_1<19, 225, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crnand $Db, $Ab, $Bb">;
|
||||
def CRNOR : XLForm_1<19, 33, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crnor $Db, $Ab, $Bb">;
|
||||
def CROR : XLForm_1<19, 449, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"cror $Db, $Ab, $Bb">;
|
||||
def CRORC : XLForm_1<19, 417, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crorc $Db, $Ab, $Bb">;
|
||||
def CRXOR : XLForm_1<19, 193, (ops CRRC:$D, crbit:$Db,
|
||||
CRRC:$A, crbit:$Ab, CRRC:$B, crbit:$Bb),
|
||||
"crxor $Db, $Ab, $Bb">;
|
||||
def MCRF : XLForm_3<19, 0, (ops CRRC:$BF, CRRC:$BFA),
|
||||
"mcrf $BF, $BFA">;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user