mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
12 lines
420 B
ArmAsm
12 lines
420 B
ArmAsm
|
# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
|
||
|
|
||
|
#CHECK: debr %f0, %f0 # encoding: [0xb3,0x0d,0x00,0x00]
|
||
|
#CHECK: debr %f0, %f15 # encoding: [0xb3,0x0d,0x00,0x0f]
|
||
|
#CHECK: debr %f7, %f8 # encoding: [0xb3,0x0d,0x00,0x78]
|
||
|
#CHECK: debr %f15, %f0 # encoding: [0xb3,0x0d,0x00,0xf0]
|
||
|
|
||
|
debr %f0, %f0
|
||
|
debr %f0, %f15
|
||
|
debr %f7, %f8
|
||
|
debr %f15, %f0
|