brintos

brintos / llvm-project-archived public Read only

0
0
Text · 540 B · 04830c9 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 6xvfnmadd.s $xr14, $xr22, $xr23, $xr247# CHECK-INST: xvfnmadd.s $xr14, $xr22, $xr23, $xr248# CHECK-ENCODING: encoding: [0xce,0x5e,0x9c,0x0a]9 10xvfnmadd.d $xr1, $xr30, $xr23, $xr1211# CHECK-INST: xvfnmadd.d $xr1, $xr30, $xr23, $xr1212# CHECK-ENCODING: encoding: [0xc1,0x5f,0xa6,0x0a]13