asmjit / asmdb

Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.
The Unlicense
328 stars 46 forks source link

Correct xmm/m256 to ymm/m256, 2 instructions #3

Closed lyrachord closed 6 years ago

lyrachord commented 6 years ago

2 instructions: ["vpmovsxdq" , "W:zmm {kz}, xmm/m256" , "RM-HVM" , "EVEX.512.66.0F38.W0 25 /r" , "AVX512_F"], ["vpmovzxdq" , "W:zmm {kz}, xmm/m256" , "RM-HVM" , "EVEX.512.66.0F38.W0 35 /r" , "AVX512_F"],

kobalicek commented 6 years ago

Hello, please give me few minutes to validate these before I merge it, and thanks for looking at it :)

lyrachord commented 6 years ago

You great work!