forked from OSchip/llvm-project
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
|
# RUN: llvm-mc -arch=amdgcn -mcpu=fiji -disassemble -show-encoding < %s | FileCheck %s -check-prefix=VI
|
||
|
|
||
|
# VI: s_load_dword s1, s[2:3], 0x1 ; encoding: [0x41,0x00,0x02,0xc0,0x01,0x00,0x00,0x00]
|
||
|
0x41 0x00 0x02 0xc0 0x01 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dword s1, s[2:3], s4 ; encoding: [0x41,0x00,0x00,0xc0,0x04,0x00,0x00,0x00]
|
||
|
0x41 0x00 0x00 0xc0 0x04 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx2 s[2:3], s[2:3], 0x1 ; encoding: [0x81,0x00,0x06,0xc0,0x01,0x00,0x00,0x00]
|
||
|
0x81 0x00 0x06 0xc0 0x01 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx2 s[2:3], s[2:3], s4 ; encoding: [0x81,0x00,0x04,0xc0,0x04,0x00,0x00,0x00]
|
||
|
0x81 0x00 0x04 0xc0 0x04 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx4 s[4:7], s[2:3], 0x1 ; encoding: [0x01,0x01,0x0a,0xc0,0x01,0x00,0x00,0x00]
|
||
|
0x01 0x01 0x0a 0xc0 0x01 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx4 s[4:7], s[2:3], s4 ; encoding: [0x01,0x01,0x08,0xc0,0x04,0x00,0x00,0x00]
|
||
|
0x01 0x01 0x08 0xc0 0x04 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx8 s[8:15], s[2:3], 0x1 ; encoding: [0x01,0x02,0x0e,0xc0,0x01,0x00,0x00,0x00]
|
||
|
0x01 0x02 0x0e 0xc0 0x01 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx8 s[8:15], s[2:3], s4 ; encoding: [0x01,0x02,0x0c,0xc0,0x04,0x00,0x00,0x00]
|
||
|
0x01 0x02 0x0c 0xc0 0x04 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx16 s[16:31], s[2:3], 0x1 ; encoding: [0x01,0x04,0x12,0xc0,0x01,0x00,0x00,0x00]
|
||
|
0x01 0x04 0x12 0xc0 0x01 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_load_dwordx16 s[16:31], s[2:3], s4 ; encoding: [0x01,0x04,0x10,0xc0,0x04,0x00,0x00,0x00]
|
||
|
0x01 0x04 0x10 0xc0 0x04 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_dcache_inv ; encoding: [0x00,0x00,0x80,0xc0,0x00,0x00,0x00,0x00]
|
||
|
0x00 0x00 0x80 0xc0 0x00 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_dcache_inv_vol ; encoding: [0x00,0x00,0x88,0xc0,0x00,0x00,0x00,0x00]
|
||
|
0x00 0x00 0x88 0xc0 0x00 0x00 0x00 0x00
|
||
|
|
||
|
# VI: s_memtime s[0:1] ; encoding: [0x00,0x00,0x90,0xc0,0x00,0x00,0x00,0x00]
|
||
|
0x00 0x00 0x90 0xc0 0x00 0x00 0x00 0x00
|