Home
last modified time | relevance | path

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

/external/llvm/test/MC/AMDGPU/
Dds.s117 ds_cmpst_b32 v2, v4, v6 label
/external/llvm/test/CodeGen/AMDGPU/
Datomic_cmp_swap_local.ll66 ; GCN: ds_cmpst_b32 [[VPTR]], [[VCMP]], [[VSWAP]] offset:16
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DDSInstructions.td419 defm DS_CMPST_B32 : DS_1A2D_NORET_mc<"ds_cmpst_b32">;
459 defm DS_CMPST_RTN_B32 : DS_1A2D_RET_mc<"ds_cmpst_rtn_b32", VGPR_32, "ds_cmpst_b32">;
/external/llvm/test/MC/Disassembler/AMDGPU/
Dds_vi.txt72 # VI: ds_cmpst_b32 v2, v4, v6 ; encoding: [0x00,0x00,0x20,0xd8,0x02,0x04,0x06,0x00]
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td788 defm DS_CMPST_B32 : DS_1A2D_NORET <0x10, "ds_cmpst_b32", VGPR_32>;
822 defm DS_CMPST_RTN_B32 : DS_1A2D_RET <0x30, "ds_cmpst_rtn_b32", VGPR_32, "ds_cmpst_b32">;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6778 op32 = aco_opcode::ds_cmpst_b32; in visit_shared_atomic()