mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Fix Itineray class of rfi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46a750b1a0
commit
619bacb039
@ -3168,7 +3168,7 @@ def TLBSX2D : XForm_base_r3xo<31, 914, (outs),
|
|||||||
"tlbsx. $RST, $A, $B", IIC_LdStLoad, []>,
|
"tlbsx. $RST, $A, $B", IIC_LdStLoad, []>,
|
||||||
Requires<[IsPPC4xx]>, isDOT;
|
Requires<[IsPPC4xx]>, isDOT;
|
||||||
|
|
||||||
def RFI : XForm_0<19, 50, (outs), (ins), "rfi", IIC_BrB, []>,
|
def RFI : XForm_0<19, 50, (outs), (ins), "rfi", IIC_SprRFI, []>,
|
||||||
Requires<[IsBookE]>;
|
Requires<[IsBookE]>;
|
||||||
def RFCI : XForm_0<19, 51, (outs), (ins), "rfci", IIC_BrB, []>,
|
def RFCI : XForm_0<19, 51, (outs), (ins), "rfci", IIC_BrB, []>,
|
||||||
Requires<[IsBookE]>;
|
Requires<[IsBookE]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user