/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.fmul.legacy.ll | 53 ; GFX6: v_mac_legacy_f32_e64 v{{[0-9]+}}, s{{[0-9]+}}, v{{[0-9]+}} 56 ; GFX101: v_mac_legacy_f32_e64 v{{[0-9]+}}, s{{[0-9]+}}, s{{[0-9]+}}
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | llvm.amdgcn.fmul.legacy.ll | 275 ; GFX6-NEXT: v_mac_legacy_f32_e64 v2, v0, v1 295 ; GFX101-NEXT: v_mac_legacy_f32_e64 v2, v0, v1
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | gfx9_unsupported.s | 715 v_mac_legacy_f32_e64 v255, v1, v2 label
|
D | gfx7_asm_all.s | 32286 v_mac_legacy_f32_e64 v5, v1, v2 label 32289 v_mac_legacy_f32_e64 v255, v1, v2 label 32292 v_mac_legacy_f32_e64 v5, v255, v2 label 32295 v_mac_legacy_f32_e64 v5, s1, v2 label 32298 v_mac_legacy_f32_e64 v5, s103, v2 label 32301 v_mac_legacy_f32_e64 v5, flat_scratch_lo, v2 label 32304 v_mac_legacy_f32_e64 v5, flat_scratch_hi, v2 label 32307 v_mac_legacy_f32_e64 v5, vcc_lo, v2 label 32310 v_mac_legacy_f32_e64 v5, vcc_hi, v2 label 32313 v_mac_legacy_f32_e64 v5, tba_lo, v2 label [all …]
|
D | gfx8_unsupported.s | 1330 v_mac_legacy_f32_e64 v255, v1, v2 label
|
D | gfx10_asm_all.s | 38249 v_mac_legacy_f32_e64 v5, v1, v2 label 38252 v_mac_legacy_f32_e64 v255, v1, v2 label 38255 v_mac_legacy_f32_e64 v5, v255, v2 label 38258 v_mac_legacy_f32_e64 v5, s1, v2 label 38261 v_mac_legacy_f32_e64 v5, s103, v2 label 38264 v_mac_legacy_f32_e64 v5, vcc_lo, v2 label 38267 v_mac_legacy_f32_e64 v5, vcc_hi, v2 label 38270 v_mac_legacy_f32_e64 v5, ttmp11, v2 label 38273 v_mac_legacy_f32_e64 v5, m0, v2 label 38276 v_mac_legacy_f32_e64 v5, exec_lo, v2 label [all …]
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX7.rst | 1066 …v_mac_legacy_f32_e64 :ref:`vdst<amdgpu_synid7_vdst32_0>`, :ref:`src0<amdg…
|
D | AMDGPUAsmGFX10.rst | 1796 …v_mac_legacy_f32_e64 :ref:`vdst<amdgpu_synid10_vdst32_0>`, :ref:`src0<amdgpu_syni…
|
/external/llvm-project/llvm/test/MC/Disassembler/AMDGPU/ |
D | gfx10_dasm_all.txt | 78593 # GFX10: v_mac_legacy_f32_e64 v255, v1, v2 ; encoding: [0xff,0x00,0x06,0xd5,0x01,0x05,0x02,0x… 78596 # GFX10: v_mac_legacy_f32_e64 v5, -1, v2 ; encoding: [0x05,0x00,0x06,0xd5,0xc1,0x04,0x02,0x… 78599 # GFX10: v_mac_legacy_f32_e64 v5, -4.0, v2 ; encoding: [0x05,0x00,0x06,0xd5,0xf7,0x04,0x02,0x… 78602 # GFX10: v_mac_legacy_f32_e64 v5, -v1, -v2 ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x… 78605 # GFX10: v_mac_legacy_f32_e64 v5, -v1, v2 ; encoding: [0x05,0x00,0x06,0xd5,0x01,0x05,0x02,0x… 78608 # GFX10: v_mac_legacy_f32_e64 v5, 0, v2 ; encoding: [0x05,0x00,0x06,0xd5,0x80,0x04,0x02,0x… 78611 # GFX10: v_mac_legacy_f32_e64 v5, 0.5, v2 ; encoding: [0x05,0x00,0x06,0xd5,0xf0,0x04,0x02,0x… 78614 # GFX10: v_mac_legacy_f32_e64 v5, exec_hi, v2 ; encoding: [0x05,0x00,0x06,0xd5,0x7f,0x04,0x02,0x… 78617 # GFX10: v_mac_legacy_f32_e64 v5, exec_lo, v2 ; encoding: [0x05,0x00,0x06,0xd5,0x7e,0x04,0x02,0x… 78620 # GFX10: v_mac_legacy_f32_e64 v5, m0, v2 ; encoding: [0x05,0x00,0x06,0xd5,0x7c,0x04,0x02,0x… [all …]
|