Skip to content

Commit

Permalink
Fix vpbroadcastq.
Browse files Browse the repository at this point in the history
Patch by: Jason Garrett-Glaser <jason@x264.com>
  • Loading branch information
PeterJohnson committed Jun 21, 2013
1 parent 607feba commit 31c99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/arch/x86/gen_x86_insn.py
Expand Up @@ -6943,7 +6943,7 @@ def output_groups(f):
prefix=0x66,
opcode=[0x0F, 0x38, 0x59],
operands=[Operand(type="SIMDReg", size=sz, dest="Spare"),
Operand(type="RM", size=64, relaxed=True, dest="EA")])
Operand(type="SIMDRM", size=64, relaxed=True, dest="EA")])

add_insn("vpbroadcastq", "vpbroadcastq_avx2")

Expand Down

0 comments on commit 31c99f1

Please sign in to comment.