mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
81 lines
3.7 KiB
ArmAsm
81 lines
3.7 KiB
ArmAsm
|
# For z196 and above.
|
||
|
# RUN: llvm-mc -triple s390x-linux-gnu -mcpu=z196 -show-encoding %s | FileCheck %s
|
||
|
|
||
|
#CHECK: sllk %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r15, %r1, 0 # encoding: [0xeb,0xf1,0x00,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r1, %r15, 0 # encoding: [0xeb,0x1f,0x00,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r15, %r15, 0 # encoding: [0xeb,0xff,0x00,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 0(%r15) # encoding: [0xeb,0x00,0xf0,0x00,0x00,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 524287(%r1) # encoding: [0xeb,0x00,0x1f,0xff,0x7f,0xdf]
|
||
|
#CHECK: sllk %r0, %r0, 524287(%r15) # encoding: [0xeb,0x00,0xff,0xff,0x7f,0xdf]
|
||
|
|
||
|
sllk %r0,%r0,0
|
||
|
sllk %r15,%r1,0
|
||
|
sllk %r1,%r15,0
|
||
|
sllk %r15,%r15,0
|
||
|
sllk %r0,%r0,-524288
|
||
|
sllk %r0,%r0,-1
|
||
|
sllk %r0,%r0,1
|
||
|
sllk %r0,%r0,524287
|
||
|
sllk %r0,%r0,0(%r1)
|
||
|
sllk %r0,%r0,0(%r15)
|
||
|
sllk %r0,%r0,524287(%r1)
|
||
|
sllk %r0,%r0,524287(%r15)
|
||
|
|
||
|
#CHECK: srak %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r15, %r1, 0 # encoding: [0xeb,0xf1,0x00,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r1, %r15, 0 # encoding: [0xeb,0x1f,0x00,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r15, %r15, 0 # encoding: [0xeb,0xff,0x00,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0xdc]
|
||
|
#CHECK: srak %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 0(%r15) # encoding: [0xeb,0x00,0xf0,0x00,0x00,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 524287(%r1) # encoding: [0xeb,0x00,0x1f,0xff,0x7f,0xdc]
|
||
|
#CHECK: srak %r0, %r0, 524287(%r15) # encoding: [0xeb,0x00,0xff,0xff,0x7f,0xdc]
|
||
|
|
||
|
srak %r0,%r0,0
|
||
|
srak %r15,%r1,0
|
||
|
srak %r1,%r15,0
|
||
|
srak %r15,%r15,0
|
||
|
srak %r0,%r0,-524288
|
||
|
srak %r0,%r0,-1
|
||
|
srak %r0,%r0,1
|
||
|
srak %r0,%r0,524287
|
||
|
srak %r0,%r0,0(%r1)
|
||
|
srak %r0,%r0,0(%r15)
|
||
|
srak %r0,%r0,524287(%r1)
|
||
|
srak %r0,%r0,524287(%r15)
|
||
|
|
||
|
#CHECK: srlk %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r15, %r1, 0 # encoding: [0xeb,0xf1,0x00,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r1, %r15, 0 # encoding: [0xeb,0x1f,0x00,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r15, %r15, 0 # encoding: [0xeb,0xff,0x00,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0xde]
|
||
|
#CHECK: srlk %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 0(%r15) # encoding: [0xeb,0x00,0xf0,0x00,0x00,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 524287(%r1) # encoding: [0xeb,0x00,0x1f,0xff,0x7f,0xde]
|
||
|
#CHECK: srlk %r0, %r0, 524287(%r15) # encoding: [0xeb,0x00,0xff,0xff,0x7f,0xde]
|
||
|
|
||
|
srlk %r0,%r0,0
|
||
|
srlk %r15,%r1,0
|
||
|
srlk %r1,%r15,0
|
||
|
srlk %r15,%r15,0
|
||
|
srlk %r0,%r0,-524288
|
||
|
srlk %r0,%r0,-1
|
||
|
srlk %r0,%r0,1
|
||
|
srlk %r0,%r0,524287
|
||
|
srlk %r0,%r0,0(%r1)
|
||
|
srlk %r0,%r0,0(%r15)
|
||
|
srlk %r0,%r0,524287(%r1)
|
||
|
srlk %r0,%r0,524287(%r15)
|