Home
last modified time | relevance | path

Searched refs:s_buffer_load_dword (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dsmrd.ll89 ; SICI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x4 ; encoding: [0x04
90 ; VI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x10
103 ; SICI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0xff ; encoding: [0xff
104 ; VI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x3fc
118 ; SI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], s[[OFFSET]] ; encoding: [0x0[[OFFSET]]
119 ; CI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x100
120 ; VI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x400
133 ; SI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], [[OFFSET]]
134 ; CI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0x3ffff
135 ; VI: s_buffer_load_dword s{{[0-9]}}, s[{{[0-9]:[0-9]}}], 0xffffc
[all …]
Dsgpr-copy.ll12 ; CHECK: s_buffer_load_dword [[DST:s[0-9]]], {{s\[[0-9]+:[0-9]+\]}}, 0x0
Dsi-sgpr-spill.ll23 ; CHECK-NOT: s_buffer_load_dword m0
/external/llvm/test/MC/AMDGPU/
Dsmrd.s87 s_buffer_load_dword s1, s[4:7], 1 label
91 s_buffer_load_dword s1, s[4:7], s4 label
95 s_buffer_load_dword ttmp1, ttmp[4:7], ttmp4 label
Dreg-syntax-extra.s77 s_buffer_load_dword ttmp1, [ttmp4,ttmp5,ttmp6,ttmp7], ttmp4 label
/external/llvm/test/MC/Disassembler/AMDGPU/
Dsmrd_vi.txt39 # VI: s_buffer_load_dword s1, s[4:7], 0x1 ; encoding: [0x42,0x00,0x22,0xc0,0x01,0x00,0x00,0x00]
42 # VI: s_buffer_load_dword s1, s[4:7], s4 ; encoding: [0x42,0x00,0x20,0xc0,0x04,0x00,0x00,0x00]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td270 "s_buffer_load_dword", SReg_128, SReg_32_XM0_XEXEC
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td54 smrd<0x08>, "s_buffer_load_dword", SReg_128, SReg_32_XM0
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3368 op = info.resource.id() ? aco_opcode::s_buffer_load_dword : aco_opcode::s_load_dword; in smem_load_callback()