[all-commits] [llvm/llvm-project] f6c2cf: AMDGPU: MC support for v_cvt_scale_fp4<->f32 of gf...

Pravin Jagtap via All-commits all-commits at lists.llvm.org
Mon Nov 25 10:03:28 PST 2024


  Branch: refs/heads/users/arsenm/gf950/mc-v_cvt_scale_fp4_f32
  Home:   https://github.com/llvm/llvm-project
  Commit: f6c2cf82c0b273b7dbd9f74f246c45ea948e64e9
      https://github.com/llvm/llvm-project/commit/f6c2cf82c0b273b7dbd9f74f246c45ea948e64e9
  Author: Pravin Jagtap <Pravin.Jagtap at amd.com>
  Date:   2024-11-25 (Mon, 25 Nov 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/test/MC/AMDGPU/gfx950_asm_features.s
    M llvm/test/MC/AMDGPU/gfx950_err.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt

  Log Message:
  -----------
  AMDGPU: MC support for v_cvt_scale_fp4<->f32 of gfx950.

OPSEL ASM Syntax for v_cvt_scalef32_pk_f32_fp4 : opsel:[x,y,z]
where, x & y i.e. OPSEL[1 : 0] selects which src_byte to read.

OPSEL ASM Syntax for v_cvt_scalef32_pk_fp4_f32 : opsel:[a,b,c,d]
where, c & d i.e. OPSEL[3 : 2] selects which dst_byte  to write.

Co-authored-by: Pravin Jagtap <Pravin.Jagtap at amd.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list