[mips][microMIPSr6] Implement BALC and BC instructions
[oota-llvm.git] / test / MC / Mips / micromips32r6 / valid.s
1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips | FileCheck %s
2
3   .set noat
4   balc 14572256            # CHECK: balc 14572256       # encoding: [0xb4,0x37,0x96,0xb8]
5   bc 14572256              # CHECK: bc 14572256         # encoding: [0x94,0x37,0x96,0xb8]