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 6vfmin.s $vr18, $vr17, $vr17# CHECK-INST: vfmin.s $vr18, $vr17, $vr18# CHECK-ENCODING: encoding: [0x32,0x86,0x3e,0x71]9 10vfmin.d $vr30, $vr12, $vr511# CHECK-INST: vfmin.d $vr30, $vr12, $vr512# CHECK-ENCODING: encoding: [0x9e,0x15,0x3f,0x71]13