brintos

brintos / llvm-project-archived public Read only

0
0
Text · 340 B · bc6a5d9 Raw
7 lines · plain
1# RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefix=BE %s2# RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s3#4        .text5        b foo # BE: b foo # encoding: [0x10,0x00,A,A]6              # LE: b foo # encoding: [A,A,0x00,0x10]7