mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
Added missing vpermpd & vpermps (AVX512) and changed how EVEX prefix is propagated in x86::Assembler
This commit is contained in:
@@ -621,7 +621,6 @@ class X86TableGen extends core.TableGen {
|
||||
this.merge();
|
||||
this.save();
|
||||
this.dumpTableSizes();
|
||||
|
||||
this.printMissing();
|
||||
}
|
||||
}
|
||||
@@ -714,7 +713,7 @@ class AltOpcodeTable extends core.Task {
|
||||
}
|
||||
|
||||
// X(______,OP,_,_,_,_,_,_ )
|
||||
if (opcode.startsWith("O_FPU(") || opcode.startsWith("O(") || opcode.startsWith("V(")) {
|
||||
if (opcode.startsWith("O_FPU(") || opcode.startsWith("O(") || opcode.startsWith("V(") || opcode.startsWith("E(")) {
|
||||
var value = opcode.substring(9, 11);
|
||||
var remaining = opcode.substring(0, 9) + "00" + opcode.substring(11);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user