brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · 0b8fe4f Raw
7 lines · plain
1# RUN: llvm-mc %s -triple=mips64-unknown-linux-gnu -show-encoding \2# RUN:   -mcpu=mips64r6 -mattr=+crc | FileCheck %s3 4  .set noat5  crc32d $10, $11, $10   # CHECK: crc32d  $10, $11, $10  # encoding: [0x7d,0x6a,0x00,0xcf]6  crc32cd $10, $11, $10  # CHECK: crc32cd $10, $11, $10  # encoding: [0x7d,0x6a,0x01,0xcf]7