mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
ARM testcases for MOVT.
llvm-svn: 135516
This commit is contained in:
parent
b4db39fa83
commit
69686aec2b
@ -704,6 +704,17 @@ _func:
|
||||
@ CHECK: moveq r2, r3 @ encoding: [0x03,0x20,0xa0,0x01]
|
||||
@ CHECK: movseq r2, r3 @ encoding: [0x03,0x20,0xb0,0x01]
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ MOVT
|
||||
@------------------------------------------------------------------------------
|
||||
movt r3, #7
|
||||
movt r6, #0xffff
|
||||
movteq r4, #0xff0
|
||||
|
||||
@ CHECK: movt r3, #7 @ encoding: [0x07,0x30,0x40,0xe3]
|
||||
@ CHECK: movt r6, #65535 @ encoding: [0xff,0x6f,0x4f,0xe3]
|
||||
@ CHECK: movteq r4, #4080 @ encoding: [0xf0,0x4f,0x40,0x03]
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ STM*
|
||||
@------------------------------------------------------------------------------
|
||||
|
@ -99,3 +99,7 @@
|
||||
movwseq r9, #0xffff
|
||||
@ CHECK-ERRORS: error: invalid operand for instruction
|
||||
@ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
|
||||
|
||||
@ Out of range immediate for MOVT
|
||||
movt r9, 0x10000
|
||||
@ CHECK-ERRORS: error: invalid operand for instruction
|
||||
|
Loading…
x
Reference in New Issue
Block a user