diff options
Diffstat (limited to 'test/MC/PowerPC/ppc64-encoding.s')
-rw-r--r-- | test/MC/PowerPC/ppc64-encoding.s | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/MC/PowerPC/ppc64-encoding.s b/test/MC/PowerPC/ppc64-encoding.s index 002bb51..eac039a 100644 --- a/test/MC/PowerPC/ppc64-encoding.s +++ b/test/MC/PowerPC/ppc64-encoding.s @@ -346,7 +346,16 @@ # FIXME: Fixed-point compare instructions -# FIXME: Fixed-point trap instructions +# Fixed-point trap instructions + +# CHECK: twi 2, 3, 4 # encoding: [0x0c,0x43,0x00,0x04] + twi 2, 3, 4 +# CHECK: tw 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x08] + tw 2, 3, 4 +# CHECK: tdi 2, 3, 4 # encoding: [0x08,0x43,0x00,0x04] + tdi 2, 3, 4 +# CHECK: td 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x88] + td 2, 3, 4 # Fixed-point select |