@@ -1105,6 +1105,13 @@ UNALIASED_CUSTOM_BUILTIN(mma_disassemble_dmr, "vv*W1024*", false,
11051105UNALIASED_CUSTOM_BUILTIN(mma_build_dmr, " vW1024*VVVVVVVV" false ,
11061106                         " mma,isa-future-instructions" 
11071107
1108+ UNALIASED_CUSTOM_BUILTIN(mma_dmsha2hash, " vW1024*W1024*Ii" true ,
1109+                          " mma,isa-future-instructions" 
1110+ UNALIASED_CUSTOM_BUILTIN(mma_dmsha3hash, " vW2048*Ii" true ,
1111+                          " mma,isa-future-instructions" 
1112+ UNALIASED_CUSTOM_BUILTIN(mma_dmxxshapad, " vW1024*VIiIiIi" true ,
1113+                          " mma,isa-future-instructions" 
1114+ 
11081115//  MMA builtins with positive/negative multiply/accumulate.
11091116UNALIASED_CUSTOM_MMA_BUILTIN(mma_xvf16ger2, " vW512*VV" 
11101117                             " mma,paired-vector-memops" 
@@ -1131,13 +1138,6 @@ UNALIASED_CUSTOM_MMA_BUILTIN(mma_dmxvf16gerx2, "vW1024*W256V",
11311138UNALIASED_CUSTOM_MMA_BUILTIN(mma_pmdmxvf16gerx2, " vW1024*W256Vi255i15i3" 
11321139                             " mma,isa-future-instructions" 
11331140
1134- UNALIASED_CUSTOM_BUILTIN(mma_dmsha2hash, " vW1024*W1024*Ii" true ,
1135-                          " mma,isa-future-instructions" 
1136- UNALIASED_CUSTOM_BUILTIN(mma_dmsha3hash, " vW2048*Ii" true ,
1137-                          " mma,isa-future-instructions" 
1138- UNALIASED_CUSTOM_BUILTIN(mma_dmxxshapad, " vW1024*VIiIiIi" true ,
1139-                          " mma,isa-future-instructions" 
1140- 
11411141//  FIXME: Obviously incomplete.
11421142
11431143#undef  BUILTIN
0 commit comments