8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
# RUN: llvm-mc -arch=amdgcn -mcpu=gfx900 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX9
|
|
|
|
# GFX9: v_swap_b32 v1, v2 ; encoding: [0x02,0xa3,0x02,0x7e]
|
|
0x02 0xa3 0x02 0x7e
|