Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/jit/emitxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ bool emitter::IsDstDstSrcAVXInstruction(instruction ins)
case INS_cmpss:
case INS_cvtsi2sd:
case INS_cvtsi2ss:
case INS_cvtsd2ss:
case INS_cvtss2sd:
case INS_divpd:
case INS_divps:
case INS_divsd:
Expand Down Expand Up @@ -251,8 +253,6 @@ bool emitter::IsDstSrcSrcAVXInstruction(instruction ins)
{
switch (ins)
{
case INS_cvtsd2ss:
case INS_cvtss2sd:
case INS_movhpd:
case INS_movhps:
case INS_movlpd:
Expand Down