diff options
author | 2020-06-12 11:55:10 +0700 | |
---|---|---|
committer | 2020-06-12 11:55:10 +0700 | |
commit | 19214dd8e6528e056166a37b441568a9a264b086 (patch) | |
tree | 7403411d6d536153d1df6d8923f7594ace8b9a4f /3rdparty/asmjit/test/asmjit_test_opcode.h | |
parent | 7b6dbd7a1442d6a77f3b410966fdc41769e417b5 (diff) |
asmjist: sync with upstream (nw)
Diffstat (limited to '3rdparty/asmjit/test/asmjit_test_opcode.h')
-rw-r--r-- | 3rdparty/asmjit/test/asmjit_test_opcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/asmjit/test/asmjit_test_opcode.h b/3rdparty/asmjit/test/asmjit_test_opcode.h index e89db426ffd..6f052f526b8 100644 --- a/3rdparty/asmjit/test/asmjit_test_opcode.h +++ b/3rdparty/asmjit/test/asmjit_test_opcode.h @@ -91,7 +91,6 @@ static void generateOpcodes(asmjit::x86::Emitter* e, bool useRex1 = false, bool Zmm zmmA = useRex1 ? zmm8 : zmm0; Zmm zmmB = useRex2 ? zmm9 : zmm1; Zmm zmmC = useRex2 ? zmm10 : zmm2; - Zmm zmmD = useRex2 ? zmm11 : zmm3; Mem vx_ptr = ptr(gzB, xmmB); Mem vy_ptr = ptr(gzB, ymmB); |