Venkatraman Govindaraju | ced9226 | 2014-02-07 07:34:49 +0000 | [diff] [blame] | 1 | ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s |
James Y Knight | 24060be | 2015-05-18 16:35:04 +0000 | [diff] [blame] | 2 | ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s |
Venkatraman Govindaraju | ced9226 | 2014-02-07 07:34:49 +0000 | [diff] [blame] | 3 | |
| 4 | ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00] |
| 5 | stbar |
| 6 | |
| 7 | ! CHECK: swap [%i0+%l6], %o2 ! encoding: [0xd4,0x7e,0x00,0x16] |
| 8 | swap [%i0+%l6], %o2 |
| 9 | |
| 10 | ! CHECK: swap [%i0+32], %o2 ! encoding: [0xd4,0x7e,0x20,0x20] |
| 11 | swap [%i0+32], %o2 |
| 12 | |
James Y Knight | 24060be | 2015-05-18 16:35:04 +0000 | [diff] [blame] | 13 | ! CHECK: swapa [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xfe,0x10,0x76] |
| 14 | swapa [%i0+%l6] 131, %o2 |
Douglas Katzman | 2362b69 | 2015-08-19 19:30:57 +0000 | [diff] [blame] | 15 | |
| 16 | ! CHECK: ldstub [%i0+40], %g1 ! encoding: [0xc2,0x6e,0x20,0x28] |
| 17 | ldstub [%i0+40], %g1 |
| 18 | |
| 19 | ! CHECK: ldstub [%i0+%i2], %g1 ! encoding: [0xc2,0x6e,0x00,0x1a] |
| 20 | ldstub [%i0+%i2], %g1 |
| 21 | |
| 22 | ! CHECK: ldstuba [%i0+%i2] 131, %g1 ! encoding: [0xc2,0xee,0x10,0x7a] |
| 23 | ldstuba [%i0+%i2] 131, %g1 |