[SystemZ] Add extra testscases for r181773
[oota-llvm.git] / test / MC / SystemZ / insn-aebr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: aebr    %f0, %f0                # encoding: [0xb3,0x0a,0x00,0x00]
4 #CHECK: aebr    %f0, %f15               # encoding: [0xb3,0x0a,0x00,0x0f]
5 #CHECK: aebr    %f7, %f8                # encoding: [0xb3,0x0a,0x00,0x78]
6 #CHECK: aebr    %f15, %f0               # encoding: [0xb3,0x0a,0x00,0xf0]
7
8         aebr    %f0, %f0
9         aebr    %f0, %f15
10         aebr    %f7, %f8
11         aebr    %f15, %f0