mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
[AVX512] Support mask register in MRMDestReg format
This is necessary for masking vextract*x4. llvm-svn: 219359
This commit is contained in:
parent
81fdcfd475
commit
80cc28c134
@ -592,6 +592,8 @@ void RecognizableInstr::emitInstructionSpecifier() {
|
||||
"Unexpected number of operands for MRMDestRegFrm");
|
||||
|
||||
HANDLE_OPERAND(rmRegister)
|
||||
if (HasEVEX_K)
|
||||
HANDLE_OPERAND(writemaskRegister)
|
||||
|
||||
if (HasVEX_4V)
|
||||
// FIXME: In AVX, the register below becomes the one encoded
|
||||
|
Loading…
x
Reference in New Issue
Block a user