diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/ppc/476.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/power6.d | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/gas/ppc/476.d b/gas/testsuite/gas/ppc/476.d index d9df9ca..7818b86 100644 --- a/gas/testsuite/gas/ppc/476.d +++ b/gas/testsuite/gas/ppc/476.d @@ -322,11 +322,11 @@ Disassembly of section \.text: 4e0: (fc 0c 55 8e|8e 55 0c fc) mtfsf 6,f10 4e4: (fc 0c 55 8e|8e 55 0c fc) mtfsf 6,f10 4e8: (fc 0d 55 8e|8e 55 0d fc) mtfsf 6,f10,0,1 - 4ec: (fe 0c 55 8e|8e 55 0c fe) mtfsf 6,f10,1,0 + 4ec: (fe 0c 55 8e|8e 55 0c fe) mtfsf 6,f10,1 4f0: (fc 0c 5d 8f|8f 5d 0c fc) mtfsf\. 6,f11 4f4: (fc 0c 5d 8f|8f 5d 0c fc) mtfsf\. 6,f11 4f8: (fc 0d 5d 8f|8f 5d 0d fc) mtfsf\. 6,f11,0,1 - 4fc: (fe 0c 5d 8f|8f 5d 0c fe) mtfsf\. 6,f11,1,0 + 4fc: (fe 0c 5d 8f|8f 5d 0c fe) mtfsf\. 6,f11,1 500: (ff 00 01 0c|0c 01 00 ff) mtfsfi 6,0 504: (ff 00 01 0c|0c 01 00 ff) mtfsfi 6,0 508: (ff 00 01 0c|0c 01 00 ff) mtfsfi 6,0 diff --git a/gas/testsuite/gas/ppc/power6.d b/gas/testsuite/gas/ppc/power6.d index 2397861..8f74265 100644 --- a/gas/testsuite/gas/ppc/power6.d +++ b/gas/testsuite/gas/ppc/power6.d @@ -58,8 +58,8 @@ Disassembly of section \.text: c0: (fc 0c 5d 8f|8f 5d 0c fc) mtfsf. 6,f11 c4: (fc 0d 55 8e|8e 55 0d fc) mtfsf 6,f10,0,1 c8: (fc 0d 5d 8f|8f 5d 0d fc) mtfsf. 6,f11,0,1 - cc: (fe 0c 55 8e|8e 55 0c fe) mtfsf 6,f10,1,0 - d0: (fe 0c 5d 8f|8f 5d 0c fe) mtfsf. 6,f11,1,0 + cc: (fe 0c 55 8e|8e 55 0c fe) mtfsf 6,f10,1 + d0: (fe 0c 5d 8f|8f 5d 0c fe) mtfsf. 6,f11,1 d4: (ff 00 01 0c|0c 01 00 ff) mtfsfi 6,0 d8: (ff 00 f1 0d|0d f1 00 ff) mtfsfi. 6,15 dc: (ff 00 01 0c|0c 01 00 ff) mtfsfi 6,0 |