File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19834,6 +19834,10 @@ emitter::insExecutionCharacteristics emitter::getInsExecutionCharacteristics(ins
19834
19834
case INS_pmuludq:
19835
19835
case INS_pmaddwd:
19836
19836
case INS_pmaddubsw:
19837
+ case INS_vpdpbusd:
19838
+ case INS_vpdpwssd:
19839
+ case INS_vpdpbusds:
19840
+ case INS_vpdpwssds:
19837
19841
result.insThroughput = PERFSCORE_THROUGHPUT_2X;
19838
19842
result.insLatency += PERFSCORE_LATENCY_5C;
19839
19843
break;
@@ -20006,10 +20010,6 @@ emitter::insExecutionCharacteristics emitter::getInsExecutionCharacteristics(ins
20006
20010
case INS_vfnmsub132ss:
20007
20011
case INS_vfnmsub213ss:
20008
20012
case INS_vfnmsub231ss:
20009
- case INS_vpdpbusd: // will be populated when the HW becomes publicly available
20010
- case INS_vpdpwssd: // will be populated when the HW becomes publicly available
20011
- case INS_vpdpbusds: // will be populated when the HW becomes publicly available
20012
- case INS_vpdpwssds: // will be populated when the HW becomes publicly available
20013
20013
// uops.info
20014
20014
result.insThroughput = PERFSCORE_THROUGHPUT_2X;
20015
20015
result.insLatency += PERFSCORE_LATENCY_4C;
You can’t perform that action at this time.
0 commit comments