79527f0c50335f51cb425de14ec282c4d3e062e4
[oota-llvm.git] / test / MC / SystemZ / insn-cxbr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: cxbr    %f0, %f0                # encoding: [0xb3,0x49,0x00,0x00]
4 #CHECK: cxbr    %f0, %f13               # encoding: [0xb3,0x49,0x00,0x0d]
5 #CHECK: cxbr    %f8, %f8                # encoding: [0xb3,0x49,0x00,0x88]
6 #CHECK: cxbr    %f13, %f0               # encoding: [0xb3,0x49,0x00,0xd0]
7
8         cxbr    %f0, %f0
9         cxbr    %f0, %f13
10         cxbr    %f8, %f8
11         cxbr    %f13, %f0