brintos

brintos / llvm-project-archived public Read only

0
0
Text · 476 B · 3c788b9 Raw
13 lines · plain
1# RUN: llvm-mc --triple=loongarch64 --show-encoding %s | \2# RUN:        FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: llvm-mc --triple=loongarch64 --filetype=obj %s | \4# RUN:        llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-INST5 6vflogb.s $vr12, $vr207# CHECK-INST: vflogb.s $vr12, $vr208# CHECK-ENCODING: encoding: [0x8c,0xc6,0x9c,0x72]9 10vflogb.d $vr3, $vr2911# CHECK-INST: vflogb.d $vr3, $vr2912# CHECK-ENCODING: encoding: [0xa3,0xcb,0x9c,0x72]13