brintos

brintos / llvm-project-archived public Read only

0
0
Text · 633 B · af62499 Raw
17 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 6xvsrln.b.h $xr7, $xr13, $xr57# CHECK-INST: xvsrln.b.h $xr7, $xr13, $xr58# CHECK-ENCODING: encoding: [0xa7,0x95,0xf4,0x74]9 10xvsrln.h.w $xr6, $xr18, $xr511# CHECK-INST: xvsrln.h.w $xr6, $xr18, $xr512# CHECK-ENCODING: encoding: [0x46,0x16,0xf5,0x74]13 14xvsrln.w.d $xr12, $xr12, $xr2815# CHECK-INST: xvsrln.w.d $xr12, $xr12, $xr2816# CHECK-ENCODING: encoding: [0x8c,0xf1,0xf5,0x74]17