brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · e51c9b8 Raw
14 lines · plain
1# Check decoding beqz instruction with a negative offset2 3# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \4# RUN:         -mattr=micromips -mcpu=mips32r6 %s -o - \5# RUN:   | llvm-objdump -d --mattr=micromips - | FileCheck %s6 7# CHECK: 0:   8f 7e        beqzc16  $6, 0xfffffffc <.text+0xfffffffffffffffc>8# CHECK: 2:   cf fe        bc16     0xfffffffe <.text+0xfffffffffffffffe>9# CHECK: 4:   b7 ff ff fe  balc     0x0 <.text>10 11beqz16  $6, -412b16     -413balc    -414