/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | add-sub-no-carry.s | 45 v_sub_u32 v1, v2, v3 label 50 v_sub_u32 v1, v2, s1 label 55 v_sub_u32 v1, s1, v2 label 60 v_sub_u32 v1, 4.0, v2 label 65 v_sub_u32 v1, v2, 4.0 label
|
D | vop2.s | 319 v_sub_u32 v1, vcc, v2, v3 label 323 v_sub_u32 v1, s[0:1], v2, v3 label
|
D | vop3-gfx9.s | 630 v_sub_u32 v84, v13, s31 clamp label
|
D | vop3.s | 308 v_sub_u32 v84, s[2:3], v13, s31 clamp label
|
D | vop_dpp.s | 542 v_sub_u32 v1, vcc, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | gfx10_unsupported.s | 911 v_sub_u32 v1, 4.0, v2 label
|
D | gfx7_unsupported.s | 2389 v_sub_u32 v1, 4.0, v2 label
|
D | gfx8_asm_all.s | 39151 v_sub_u32 v5, vcc, v1, v2 label 39154 v_sub_u32 v255, vcc, v1, v2 label 39157 v_sub_u32 v5, vcc, v255, v2 label 39160 v_sub_u32 v5, vcc, s1, v2 label 39163 v_sub_u32 v5, vcc, s101, v2 label 39166 v_sub_u32 v5, vcc, flat_scratch_lo, v2 label 39169 v_sub_u32 v5, vcc, flat_scratch_hi, v2 label 39172 v_sub_u32 v5, vcc, vcc_lo, v2 label 39175 v_sub_u32 v5, vcc, vcc_hi, v2 label 39178 v_sub_u32 v5, vcc, tba_lo, v2 label [all …]
|
D | gfx9_asm_all.s | 36905 v_sub_u32 v5, v1, v2 label 36908 v_sub_u32 v255, v1, v2 label 36911 v_sub_u32 v5, v255, v2 label 36914 v_sub_u32 v5, s1, v2 label 36917 v_sub_u32 v5, s101, v2 label 36920 v_sub_u32 v5, flat_scratch_lo, v2 label 36923 v_sub_u32 v5, flat_scratch_hi, v2 label 36926 v_sub_u32 v5, vcc_lo, v2 label 36929 v_sub_u32 v5, vcc_hi, v2 label 36932 v_sub_u32 v5, m0, v2 label [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 299 v_sub_u32 v1, vcc, v2, v3 label 303 v_sub_u32 v1, s[0:1], v2, v3 label
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 526 defm V_SUB_U32 : VOP2Inst <"v_sub_u32", VOP_I32_I32_I32_ARITH, null_frag, "v_sub_u32", 1>; 527 defm V_SUBREV_U32 : VOP2Inst <"v_subrev_u32", VOP_I32_I32_I32_ARITH, null_frag, "v_sub_u32", 1>; 1548 defm V_SUB_U32 : VOP2be_Real_e32e64_vi_only <0x1a, "V_SUB_CO_U32", "v_sub_u32">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 509 defm V_SUB_U32 : VOP2Inst <"v_sub_u32", VOP_I32_I32_I32_ARITH, null_frag, "v_sub_u32", 1>; 510 defm V_SUBREV_U32 : VOP2Inst <"v_subrev_u32", VOP_I32_I32_I32_ARITH, null_frag, "v_sub_u32", 1>; 1472 defm V_SUB_U32 : VOP2be_Real_e32e64_vi_only <0x1a, "V_SUB_I32", "v_sub_u32">;
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 579 case aco_opcode::v_sub_u32: in can_swap_operands() 2875 } else if (instr->opcode == aco_opcode::v_sub_u32 || in combine_instruction()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 3559 def : MnemonicAlias<"v_sub_u32", "v_sub_i32">;
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX8.rst | 1000 …v_sub_u32 :ref:`vdst<amdgpu_synid8_vdst32_0>`, :ref:`vcc<amdgpu_synid8_vcc_64>`, :ref:…
|
D | AMDGPUAsmGFX9.rst | 1188 …v_sub_u32 :ref:`vdst<amdgpu_synid9_vdst32_0>`, :ref:`src0<amdgpu_synid9_src32_0>`…
|