mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 15:53:42 +00:00
fix broken encoding
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e01eaa09c6
commit
0403862158
@ -537,7 +537,7 @@ def STBU : DForm_1<39, (ops ptr_rc:$ea_res, GPRC:$rS,
|
||||
(pre_truncsti8 GPRC:$rS, ptr_rc:$ptrreg,
|
||||
iaddroff:$ptroff))]>,
|
||||
RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
|
||||
def STHU : DForm_1<37, (ops ptr_rc:$ea_res, GPRC:$rS,
|
||||
def STHU : DForm_1<45, (ops ptr_rc:$ea_res, GPRC:$rS,
|
||||
symbolLo:$ptroff, ptr_rc:$ptrreg),
|
||||
"sthu $rS, $ptroff($ptrreg)", LdStGeneral,
|
||||
[(set ptr_rc:$ea_res,
|
||||
|
Loading…
x
Reference in New Issue
Block a user