# RUN: llvm-mc %s -filetype=obj -mattr=+ipu2 | \ # RUN: llvm-objdump -d --mcpu=ipu2 - | FileCheck %s # This file is auto-generated. Do not edit. # Generated by GenerateInsnTest.py. # Test that we can objdump all variants of the `f32v4sqacc` instruction # declared in Isa.xml. # CHECK: 00 8a 00 59 f32v4sqacc $a0:3 .int 0x59008a00 # CHECK: 00 8a 40 59 f32v4sqacc $a4:7 .int 0x59408a00 # CHECK: 00 8a 80 59 f32v4sqacc $a8:11 .int 0x59808a00 # CHECK: 00 8a c0 59 f32v4sqacc $a12:15 .int 0x59c08a00