/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | lds_direct-gfx10.s | 52 v_subrev_f16 v0, src_lds_direct, v0 label
|
D | lds_direct-err.s | 47 v_subrev_f16 v0, src_lds_direct, v0 label
|
D | vop3-convert.s | 331 v_subrev_f16 v1, v2, v3 label
|
D | vop_dpp.s | 468 v_subrev_f16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 464 v_subrev_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 label
|
D | gfx7_unsupported.s | 2443 v_subrev_f16 v0, src_lds_direct, v0 label
|
D | gfx8_asm_all.s | 40309 v_subrev_f16 v5, v1, v2 label 40312 v_subrev_f16 v255, v1, v2 label 40315 v_subrev_f16 v5, v255, v2 label 40318 v_subrev_f16 v5, s1, v2 label 40321 v_subrev_f16 v5, s101, v2 label 40324 v_subrev_f16 v5, flat_scratch_lo, v2 label 40327 v_subrev_f16 v5, flat_scratch_hi, v2 label 40330 v_subrev_f16 v5, vcc_lo, v2 label 40333 v_subrev_f16 v5, vcc_hi, v2 label 40336 v_subrev_f16 v5, tba_lo, v2 label [all …]
|
D | gfx9_asm_all.s | 34109 v_subrev_f16 v5, v1, v2 label 34112 v_subrev_f16 v255, v1, v2 label 34115 v_subrev_f16 v5, v255, v2 label 34118 v_subrev_f16 v5, s1, v2 label 34121 v_subrev_f16 v5, s101, v2 label 34124 v_subrev_f16 v5, flat_scratch_lo, v2 label 34127 v_subrev_f16 v5, flat_scratch_hi, v2 label 34130 v_subrev_f16 v5, vcc_lo, v2 label 34133 v_subrev_f16 v5, vcc_hi, v2 label 34136 v_subrev_f16 v5, m0, v2 label [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 411 v_subrev_f16 v1, v2, v3 label
|
D | vop_dpp.s | 430 v_subrev_f16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 437 v_subrev_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 label
|
/external/llvm/lib/Target/AMDGPU/ |
D | VIInstructions.td | 51 defm V_SUBREV_F16 : VOP2Inst <vop2<0, 0x21>, "v_subrev_f16", VOP_F16_F16_F16,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 568 instr->opcode = aco_opcode::v_subrev_f16; in can_swap_operands() 927 instr->opcode = i ? aco_opcode::v_sub_f16 : aco_opcode::v_subrev_f16; in label_instruction() 2715 instr->opcode == aco_opcode::v_subrev_f16; in combine_instruction() 2806 … else if (instr->opcode == aco_opcode::v_subrev_f32 || instr->opcode == aco_opcode::v_subrev_f16) in combine_instruction()
|
D | aco_instruction_selection.cpp | 1807 emit_vop2_instruction(ctx, instr, aco_opcode::v_subrev_f16, dst, true); in visit_alu_instr()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 643 defm V_SUBREV_F16 : VOP2Inst <"v_subrev_f16", VOP_F16_F16_F16, null_frag, "v_sub_f16">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 622 defm V_SUBREV_F16 : VOP2Inst <"v_subrev_f16", VOP_F16_F16_F16, null_frag, "v_sub_f16">;
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX8.rst | 1009 …v_subrev_f16 :ref:`vdst<amdgpu_synid8_vdst32_0>`, :ref:`src0<amdgpu_synid8_src32_3>`…
|
D | AMDGPUAsmGFX9.rst | 1200 …v_subrev_f16 :ref:`vdst<amdgpu_synid9_vdst32_0>`, :ref:`src0<amdgpu_synid9_src32_3>`…
|
D | AMDGPUAsmGFX10.rst | 1475 …v_subrev_f16 :ref:`vdst<amdgpu_synid10_vdst32_0>`, :ref:`src0<am…
|