asm_dip/toolchain/fasmg.kl0e/examples/x86/include/ext/avx512_vpopcntdq.inc
2024-11-24 23:13:28 -05:00

17 lines
297 B
PHP

if ~ defined AVX_512
include 'avx512f.inc'
end if
iterate <instr,unit,vex_mpw,opcode>, vpopcntd,4,VEX_66_0F38_W0,55h, vpopcntq,8,VEX_66_0F38_W1,55h
macro instr? dest*,src*
AVX_512.single_source_instruction_bcst vex_mpw,EVEX_REQUIRED+EVEX_VL,opcode,unit,dest,src
end macro
end iterate