Thumb2 assembly parsing and encoding for NOP.W.

llvm-svn: 139740
This commit is contained in:
Jim Grosbach 2011-09-14 21:26:25 +00:00
parent 752d6fd529
commit 36acc8e984
2 changed files with 7 additions and 3 deletions

View File

@ -1167,6 +1167,13 @@ _func:
@ CHECK: it eq @ encoding: [0x08,0xbf]
@ CHECK: mvneq r2, r3 @ encoding: [0xda,0x43]
@------------------------------------------------------------------------------
@ NOP
@------------------------------------------------------------------------------
nop.w
@ CHECK: nop.w @ encoding: [0xaf,0xf3,0x00,0x80]
@------------------------------------------------------------------------------
@ IT

View File

@ -226,9 +226,6 @@
@ CHECK: qdsub r1, r2, r3 @ encoding: [0x83,0xfa,0xb2,0xf1]
qdsub r1, r2, r3
@ CHECK: nop.w @ encoding: [0xaf,0xf3,0x00,0x80]
nop.w
@ CHECK: yield.w @ encoding: [0xaf,0xf3,0x01,0x80]
yield.w