# RUN: llvm-mc %s -filetype=obj -mattr=+ipu21 | \ # RUN: llvm-objdump -d --mcpu=ipu21 - | FileCheck %s # This file is auto-generated. Do not edit. # Generated by GenerateInsnTest.py. # Test that we can objdump all variants of the `f16v4stacc` instruction # declared in Isa.xml. # CHECK: 00 09 00 51 f16v4stacc $a0:1, 0 .int 0x51000900 # CHECK: 00 09 02 51 f16v4stacc $a2:3, 0 .int 0x51020900 # CHECK: 00 09 04 51 f16v4stacc $a4:5, 0 .int 0x51040900 # CHECK: 00 09 06 51 f16v4stacc $a6:7, 0 .int 0x51060900 # CHECK: 00 09 08 51 f16v4stacc $a8:9, 0 .int 0x51080900 # CHECK: 00 09 0a 51 f16v4stacc $a10:11, 0 .int 0x510a0900 # CHECK: 00 09 0c 51 f16v4stacc $a12:13, 0 .int 0x510c0900 # CHECK: 00 09 0e 51 f16v4stacc $a14:15, 0 .int 0x510e0900