# 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 `urand64` instruction # declared in Isa.xml. # CHECK: 00 01 00 50 urand64 $a0:1 .int 0x50000100 # CHECK: 20 01 00 50 urand64 $a2:3 .int 0x50000120 # CHECK: 40 01 00 50 urand64 $a4:5 .int 0x50000140 # CHECK: 60 01 00 50 urand64 $a6:7 .int 0x50000160 # CHECK: 80 01 00 50 urand64 $a8:9 .int 0x50000180 # CHECK: a0 01 00 50 urand64 $a10:11 .int 0x500001a0 # CHECK: c0 01 00 50 urand64 $a12:13 .int 0x500001c0 # CHECK: e0 01 00 50 urand64 $a14:15 .int 0x500001e0