forked from OSchip/llvm-project
Thumb2 assembly parsing and encoding for SEV.W.
llvm-svn: 139866
This commit is contained in:
parent
ba912e06c2
commit
e2481db60f
|
@ -1666,6 +1666,18 @@ _func:
|
|||
@ CHECK: selle r5, r9, r2 @ encoding: [0xa9,0xfa,0x82,0xf5]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SEV
|
||||
@------------------------------------------------------------------------------
|
||||
sev.w
|
||||
it eq
|
||||
seveq.w
|
||||
|
||||
@ CHECK: sev.w @ encoding: [0xaf,0xf3,0x04,0x80]
|
||||
@ CHECK: it eq @ encoding: [0x08,0xbf]
|
||||
@ CHECK: seveq.w @ encoding: [0xaf,0xf3,0x04,0x80]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SUB (register)
|
||||
@------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue