mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
tlbia support
llvm-svn: 214640
This commit is contained in:
parent
e208527e31
commit
1253396c1a
@ -3094,6 +3094,9 @@ def SLBMFEE : XForm_26<31, 915, (outs gprc:$RT), (ins gprc:$RB),
|
||||
|
||||
def SLBIA : XForm_0<31, 498, (outs), (ins), "slbia", IIC_SprSLBIA, []>;
|
||||
|
||||
def TLBIA : XForm_0<31, 370, (outs), (ins),
|
||||
"tlbia", IIC_SprTLBIA, []>;
|
||||
|
||||
def TLBSYNC : XForm_0<31, 566, (outs), (ins),
|
||||
"tlbsync", IIC_SprTLBSYNC, []>;
|
||||
|
||||
|
@ -106,6 +106,7 @@ def IIC_SprSLBIE : InstrItinClass;
|
||||
def IIC_SprSLBMTE : InstrItinClass;
|
||||
def IIC_SprSLBMFEE : InstrItinClass;
|
||||
def IIC_SprSLBIA : InstrItinClass;
|
||||
def IIC_SprTLBIA : InstrItinClass;
|
||||
def IIC_SprTLBIEL : InstrItinClass;
|
||||
def IIC_SprTLBIE : InstrItinClass;
|
||||
|
||||
|
@ -2273,3 +2273,6 @@
|
||||
0x7c 0x72 0x2a 0x86
|
||||
# CHECK: mtdcr 178, 3
|
||||
0x7c 0x72 0x2b 0x86
|
||||
|
||||
# CHECK: tlbia
|
||||
0x7c 0x00 0x02 0xe4
|
||||
|
@ -3621,3 +3621,7 @@
|
||||
# CHECK-BE: mtdcr 178, 3 # encoding: [0x7c,0x72,0x2b,0x86]
|
||||
# CHECK-LE: mtdcr 178, 3 # encoding: [0x86,0x2b,0x72,0x7c]
|
||||
mtdcr 178,3
|
||||
|
||||
# CHECK-BE: tlbia # encoding: [0x7c,0x00,0x02,0xe4]
|
||||
# CHECK-LE: tlbia # encoding: [0xe4,0x02,0x00,0x7c]
|
||||
tlbia
|
||||
|
Loading…
Reference in New Issue
Block a user