diff options
Diffstat (limited to 'test/MC/ARM/thumb.s')
-rw-r--r-- | test/MC/ARM/thumb.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/MC/ARM/thumb.s b/test/MC/ARM/thumb.s index 625882c..2223bdc 100644 --- a/test/MC/ARM/thumb.s +++ b/test/MC/ARM/thumb.s @@ -44,13 +44,6 @@ nop @ CHECK: nop @ encoding: [0xc0,0x46] - wfe - wfi - yield -@ CHECK: wfe @ encoding: [0x20,0xbf] -@ CHECK: wfi @ encoding: [0x30,0xbf] -@ CHECK: yield @ encoding: [0x10,0xbf] - cpsie aif @ CHECK: cpsie aif @ encoding: [0x67,0xb6] |