/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | lds_direct-err.s | 50 v_subrev_u16 v0, src_lds_direct, v0 label
|
D | vop3-convert.s | 356 v_subrev_u16 v1, v2, v3 label
|
D | vop2.s | 460 v_subrev_u16 v1, v2, v3 clamp label
|
D | vop_dpp.s | 488 v_subrev_u16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | gfx10_unsupported.s | 980 v_subrev_u16 v0, src_lds_direct, v0 label
|
D | vop_sdwa.s | 480 v_subrev_u16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 label
|
D | gfx7_unsupported.s | 2473 v_subrev_u16 v0, src_lds_direct, v0 label
|
D | gfx8_asm_all.s | 41386 v_subrev_u16 v5, v1, v2 label 41389 v_subrev_u16 v255, v1, v2 label 41392 v_subrev_u16 v5, v255, v2 label 41395 v_subrev_u16 v5, s1, v2 label 41398 v_subrev_u16 v5, s101, v2 label 41401 v_subrev_u16 v5, flat_scratch_lo, v2 label 41404 v_subrev_u16 v5, flat_scratch_hi, v2 label 41407 v_subrev_u16 v5, vcc_lo, v2 label 41410 v_subrev_u16 v5, vcc_hi, v2 label 41413 v_subrev_u16 v5, tba_lo, v2 label [all …]
|
D | gfx9_asm_all.s | 34949 v_subrev_u16 v5, v1, v2 label 34952 v_subrev_u16 v255, v1, v2 label 34955 v_subrev_u16 v5, v255, v2 label 34958 v_subrev_u16 v5, s1, v2 label 34961 v_subrev_u16 v5, s101, v2 label 34964 v_subrev_u16 v5, flat_scratch_lo, v2 label 34967 v_subrev_u16 v5, flat_scratch_hi, v2 label 34970 v_subrev_u16 v5, vcc_lo, v2 label 34973 v_subrev_u16 v5, vcc_hi, v2 label 34976 v_subrev_u16 v5, m0, v2 label [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 446 v_subrev_u16 v1, v2, v3 label
|
D | vop_dpp.s | 450 v_subrev_u16 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 457 v_subrev_u16 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 | 62 defm V_SUBREV_U16 : VOP2Inst <vop2<0,0x28>, "v_subrev_u16", VOP_I16_I16_I16>;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 653 defm V_SUBREV_U16 : VOP2Inst <"v_subrev_u16", VOP_I16_I16_I16_ARITH, null_frag, "v_sub_u16">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 628 defm V_SUBREV_U16 : VOP2Inst <"v_subrev_u16", VOP_I16_I16_I16, null_frag, "v_sub_u16">;
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 577 instr->opcode = aco_opcode::v_subrev_u16; in can_swap_operands()
|
D | aco_instruction_selection.cpp | 1658 bld.vop2(aco_opcode::v_subrev_u16, Definition(dst), src1, as_vgpr(ctx, src0)); in visit_alu_instr()
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX8.rst | 1015 …v_subrev_u16 :ref:`vdst<amdgpu_synid8_vdst32_0>`, :ref:`src0<amdgpu_synid8_src32_2>`…
|
D | AMDGPUAsmGFX9.rst | 1206 …v_subrev_u16 :ref:`vdst<amdgpu_synid9_vdst32_0>`, :ref:`src0<amdgpu_synid9_src32_2>`…
|