]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/SystemZ/insn-std-01.s
Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / MC / SystemZ / insn-std-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: std     %f0, 0                  # encoding: [0x60,0x00,0x00,0x00]
4 #CHECK: std     %f0, 4095               # encoding: [0x60,0x00,0x0f,0xff]
5 #CHECK: std     %f0, 0(%r1)             # encoding: [0x60,0x00,0x10,0x00]
6 #CHECK: std     %f0, 0(%r15)            # encoding: [0x60,0x00,0xf0,0x00]
7 #CHECK: std     %f0, 4095(%r1,%r15)     # encoding: [0x60,0x01,0xff,0xff]
8 #CHECK: std     %f0, 4095(%r15,%r1)     # encoding: [0x60,0x0f,0x1f,0xff]
9 #CHECK: std     %f15, 0                 # encoding: [0x60,0xf0,0x00,0x00]
10
11         std     %f0, 0
12         std     %f0, 4095
13         std     %f0, 0(%r1)
14         std     %f0, 0(%r15)
15         std     %f0, 4095(%r1,%r15)
16         std     %f0, 4095(%r15,%r1)
17         std     %f15, 0