Mercurial > hg > CbC > CbC_llvm
view test/MC/Mips/micromips-neg-offset.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | |
children | c2174574ed3a |
line wrap: on
line source
# Check decoding beqz instruction with a negative offset # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \ # RUN: -mattr=micromips -mcpu=mips32r6 %s -o - \ # RUN: | llvm-objdump -d -mattr=micromips - | FileCheck %s # CHECK: 0: 8f 7e beqzc16 $6, -4 # CHECK: 6: cf fe bc16 -4 # CHECK: c: b7 ff ff fe balc -4 beqz16 $6, -4 b16 -4 balc -4