8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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
|