mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Followup to r126970: add 64-bit encoding tests for str with reg operand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -973,3 +973,19 @@ xsetbv // CHECK: xsetbv # encoding: [0x0f,0x01,0xd1]
|
|||||||
// CHECK: loopne 0
|
// CHECK: loopne 0
|
||||||
// CHECK: encoding: [0xe0,A]
|
// CHECK: encoding: [0xe0,A]
|
||||||
loopnz 0
|
loopnz 0
|
||||||
|
|
||||||
|
// CHECK: strw
|
||||||
|
// CHECK: encoding: [0x66,0x0f,0x00,0xc8]
|
||||||
|
str %ax
|
||||||
|
|
||||||
|
// CHECK: strl
|
||||||
|
// CHECK: encoding: [0x0f,0x00,0xc8]
|
||||||
|
str %eax
|
||||||
|
|
||||||
|
// CHECK: strw
|
||||||
|
// CHECK: encoding: [0x66,0x0f,0x00,0xc8]
|
||||||
|
str %ax
|
||||||
|
|
||||||
|
// CHECK: strq
|
||||||
|
// CHECK: encoding: [0x48,0x0f,0x00,0xc8]
|
||||||
|
str %rax
|
||||||
|
Reference in New Issue
Block a user