mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Remove extraneous commit garbage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d11bd850f
commit
2dafe200ca
@ -3942,8 +3942,6 @@ def : t2InstAlias<"sxtb16${p} $Rd, $Rm",
|
|||||||
(t2SXTB16 rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
|
(t2SXTB16 rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
|
||||||
def : t2InstAlias<"sxth${p} $Rd, $Rm",
|
def : t2InstAlias<"sxth${p} $Rd, $Rm",
|
||||||
(t2SXTH rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
|
(t2SXTH rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
|
||||||
def : t2InstAlias<"sxth${p} $Rd, $Rm",
|
|
||||||
(t2SXTH rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
|
|
||||||
|
|
||||||
def : t2InstAlias<"uxtab${p} $Rd, $Rn, $Rm",
|
def : t2InstAlias<"uxtab${p} $Rd, $Rn, $Rm",
|
||||||
(t2UXTAB rGPR:$Rd, rGPR:$Rn, rGPR:$Rm, 0, pred:$p)>;
|
(t2UXTAB rGPR:$Rd, rGPR:$Rn, rGPR:$Rm, 0, pred:$p)>;
|
||||||
|
Loading…
Reference in New Issue
Block a user