Searched refs:v_bcnt_u32_b32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | ctpop64.ll | 85 ; GCN: v_bcnt_u32_b32 86 ; GCN: v_bcnt_u32_b32 87 ; GCN: v_bcnt_u32_b32 88 ; GCN: v_bcnt_u32_b32 99 ; GCN: v_bcnt_u32_b32 100 ; GCN: v_bcnt_u32_b32 101 ; GCN: v_bcnt_u32_b32 102 ; GCN: v_bcnt_u32_b32 103 ; GCN: v_bcnt_u32_b32 104 ; GCN: v_bcnt_u32_b32 [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 255 v_bcnt_u32_b32 v1, v2, v3 label
|
/external/mesa3d/src/amd/compiler/ |
D | README-ISA.md | 29 ## `v_bcnt_u32_b32`
|
D | aco_instruction_selection.cpp | 2863 bld.vop3(aco_opcode::v_bcnt_u32_b32, Definition(dst), src, Operand(0u)); in visit_alu_instr() 2865 bld.vop3(aco_opcode::v_bcnt_u32_b32, Definition(dst), in visit_alu_instr() 2867 bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), in visit_alu_instr() 7197 bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), tmp, Operand(0u))); in emit_boolean_reduce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 527 defm V_BCNT_U32_B32 : VOP2Inst <"v_bcnt_u32_b32", VOP_NO_EXT<VOP_I32_I32_I32>, add_ctpop>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 1636 defm V_BCNT_U32_B32 : VOP2_VI3_Inst <vop23<0x22, 0x28b>, "v_bcnt_u32_b32",
|