mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
427b5c7ed7
See bug 40662: https://bugs.llvm.org/show_bug.cgi?id=40662 Reviewers: artem.tamazov, arsenm, rampitec Differential Revision: https://reviews.llvm.org/D58713 llvm-svn: 355312
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
# RUN: llvm-mc -arch=amdgcn -mcpu=gfx900 -disassemble -show-encoding < %s | FileCheck %s --check-prefix=GFX9
|
|
|
|
# GFX9: v_mov_b32_e32 v0, src_lds_direct ; encoding: [0xfe,0x02,0x00,0x7e]
|
|
0xfe,0x02,0x00,0x7e
|
|
|
|
# GFX9: v_mov_b32_e64 v0, src_lds_direct ; encoding: [0x00,0x00,0x41,0xd1,0xfe,0x00,0x00,0x00]
|
|
0x00,0x00,0x41,0xd1,0xfe,0x00,0x00,0x00
|
|
|
|
# GFX9: v_add_f32_e32 v0, src_lds_direct, v0 ; encoding: [0xfe,0x00,0x00,0x02]
|
|
0xfe,0x00,0x00,0x02
|
|
|
|
# GFX9: v_pk_mad_i16 v0, src_lds_direct, v0, v0 ; encoding: [0x00,0x40,0x80,0xd3,0xfe,0x00,0x02,0x1c]
|
|
0x00,0x40,0x80,0xd3,0xfe,0x00,0x02,0x1c
|
|
|
|
# GFX9: v_pk_mul_lo_u16 v0, src_lds_direct, v0 ; encoding: [0x00,0x00,0x81,0xd3,0xfe,0x00,0x02,0x18]
|
|
0x00,0x00,0x81,0xd3,0xfe,0x00,0x02,0x18
|
|
|
|
# GFX9: v_cmpx_le_i32_e32 vcc, src_lds_direct, v0 ; encoding: [0xfe,0x00,0xa6,0x7d]
|
|
0xfe,0x00,0xa6,0x7d
|
|
|
|
# GFX9: v_readlane_b32 s0, src_lds_direct, s0 ; encoding: [0x00,0x00,0x89,0xd2,0xfe,0x00,0x00,0x00]
|
|
0x00,0x00,0x89,0xd2,0xfe,0x00,0x00,0x00
|
|
|
|
# GFX9: v_readfirstlane_b32 s0, src_lds_direct ; encoding: [0xfe,0x04,0x00,0x7e]
|
|
0xfe,0x04,0x00,0x7e
|