brintos

brintos / llvm-project-archived public Read only

0
0
Text · 722 B · 6dbd4f1 Raw
21 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 6vsetanyeqz.b $fcc3, $vr47# CHECK-INST: vsetanyeqz.b $fcc3, $vr48# CHECK-ENCODING: encoding: [0x83,0xa0,0x9c,0x72]9 10vsetanyeqz.h $fcc2, $vr1511# CHECK-INST: vsetanyeqz.h $fcc2, $vr1512# CHECK-ENCODING: encoding: [0xe2,0xa5,0x9c,0x72]13 14vsetanyeqz.w $fcc4, $vr015# CHECK-INST: vsetanyeqz.w $fcc4, $vr016# CHECK-ENCODING: encoding: [0x04,0xa8,0x9c,0x72]17 18vsetanyeqz.d $fcc3, $vr719# CHECK-INST: vsetanyeqz.d $fcc3, $vr720# CHECK-ENCODING: encoding: [0xe3,0xac,0x9c,0x72]21