1# RUN: llvm-mc --triple=loongarch64 --show-encoding %s | \ 2# RUN: FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST 3# RUN: llvm-mc --triple=loongarch64 --filetype=obj %s | \ 4# RUN: llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-INST 5 6xvsrln.b.h $xr7, $xr13, $xr5 7# CHECK-INST: xvsrln.b.h $xr7, $xr13, $xr5 8# CHECK-ENCODING: encoding: [0xa7,0x95,0xf4,0x74] 9 10xvsrln.h.w $xr6, $xr18, $xr5 11# CHECK-INST: xvsrln.h.w $xr6, $xr18, $xr5 12# CHECK-ENCODING: encoding: [0x46,0x16,0xf5,0x74] 13 14xvsrln.w.d $xr12, $xr12, $xr28 15# CHECK-INST: xvsrln.w.d $xr12, $xr12, $xr28 16# CHECK-ENCODING: encoding: [0x8c,0xf1,0xf5,0x74] 17