Home
last modified time | relevance | path

Searched refs:ds_cmpst_rtn_b64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dds.s429 ds_cmpst_rtn_b64 v[8:9], v2, v[4:5], v[6:7] label
/external/llvm/test/CodeGen/AMDGPU/
Datomic_cmp_swap_local.ll33 ; GCN: ds_cmpst_rtn_b64 [[RESULT:v\[[0-9]+:[0-9]+\]]], [[VPTR]], v{{\[}}[[LOVCMP]]:[[HIVCMP]]{{\]}}…
/external/llvm/test/MC/Disassembler/AMDGPU/
Dds_vi.txt306 # VI: ds_cmpst_rtn_b64 v[8:9], v2, v[4:5], v[6:7] ; encoding: [0x00,0x00,0xe0,0xd8,0x02,0x04,0x06…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DDSInstructions.td481 defm DS_CMPST_RTN_B64 : DS_1A2D_RET_mc<"ds_cmpst_rtn_b64", VReg_64, "ds_cmpst_b64">;
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td882 defm DS_CMPST_RTN_B64 : DS_1A2D_RET <0x70, "ds_cmpst_rtn_b64", VReg_64, "ds_cmpst_b64">;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6781 op64_rtn = aco_opcode::ds_cmpst_rtn_b64; in visit_shared_atomic()