v_mul_f32 GPU Native ISA AMD Vector
V MUL F32 Vector Arithmetic
v_mul_f32 VDST, S0, S1
Per-lane single-precision floating-point multiply.
Encoding
Verified bit-level encoding data is not yet available for this instruction.
The instruction-format classification below (VOP2)
is well-documented and stable; exact per-target opcode/field bit positions have not
yet been imported from a verified source.
Operands
-
VDST
Destination VGPR -
S0
First source -
S1
Second source
GFX Target Compatibility
| Target | Support |
|---|---|
| gfx942 | ✅ Supported |
| gfx1100 | ✅ Supported |
Related PTX Concepts
Reference
AMDGPU / GFX ISA
Semantics
VDST[lane] = S0[lane].f32 * S1[lane].f32 for each active lane.
Sources
- ROCm Documentation ↗ — Advanced Micro Devices, Inc.
- User Guide for AMDGPU Backend ↗ — LLVM Project