mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-03 20:07:21 +00:00
ppc: fix suite/MC/PowerPC/ppc64-encoding.s.cs
This commit is contained in:
parent
1cf177d32e
commit
40cec60f5f
@ -7,14 +7,14 @@
|
||||
// 0x4c,0x8a,0x04,0x20 = bcctr 4, 10, 0
|
||||
// 0x4c,0x8a,0x1c,0x21 = bcctrl 4, 10, 3
|
||||
// 0x4c,0x8a,0x04,0x21 = bcctrl 4, 10, 0
|
||||
0x4c,0x43,0x22,0x02 = crand 2, 3, 4
|
||||
0x4c,0x43,0x21,0xc2 = crnand 2, 3, 4
|
||||
0x4c,0x43,0x23,0x82 = cror 2, 3, 4
|
||||
0x4c,0x43,0x21,0x82 = crxor 2, 3, 4
|
||||
0x4c,0x43,0x20,0x42 = crnor 2, 3, 4
|
||||
0x4c,0x43,0x22,0x42 = creqv 2, 3, 4
|
||||
0x4c,0x43,0x21,0x02 = crandc 2, 3, 4
|
||||
0x4c,0x43,0x23,0x42 = crorc 2, 3, 4
|
||||
0x4c,0x43,0x22,0x02 = crand cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x21,0xc2 = crnand cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x23,0x82 = cror cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x21,0x82 = crxor cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x20,0x42 = crnor cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x22,0x42 = creqv cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x21,0x02 = crandc cr0eq, cr0un, cr1lt
|
||||
0x4c,0x43,0x23,0x42 = crorc cr0eq, cr0un, cr1lt
|
||||
0x4d,0x0c,0x00,0x00 = mcrf 2, 3
|
||||
0x44,0x00,0x00,0x22 = sc 1
|
||||
// 0x44,0x00,0x00,0x02 = sc 0
|
||||
@ -125,7 +125,7 @@
|
||||
// 0x7c,0x43,0x20,0x08 = tw 2, 3, 4
|
||||
// 0x08,0x43,0x00,0x04 = tdi 2, 3, 4
|
||||
// 0x7c,0x43,0x20,0x88 = td 2, 3, 4
|
||||
0x7c,0x43,0x21,0x5e = isel 2, 3, 4, 5
|
||||
0x7c,0x43,0x21,0x5e = isel r2, r3, r4, cr1gt
|
||||
0x70,0x62,0x00,0x80 = andi. 2, 3, 128
|
||||
0x74,0x62,0x00,0x80 = andis. 2, 3, 128
|
||||
0x60,0x62,0x00,0x80 = ori 2, 3, 128
|
||||
|
Loading…
x
Reference in New Issue
Block a user