Skip to content

Commit

Permalink
Fix the memory size used for some vbroadcast instructions in disasm a…
Browse files Browse the repository at this point in the history
…nd asserts
  • Loading branch information
tannergooding committed Jul 9, 2024
1 parent 6217f8a commit af07a4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/jit/emit.h
Original file line number Diff line number Diff line change
Expand Up @@ -4212,6 +4212,10 @@ emitAttr emitter::emitGetBaseMemOpSize(instrDesc* id) const
return EA_16BYTE;
}

case INS_vbroadcastf32x8:
case INS_vbroadcasti32x8:
case INS_vbroadcasti64x4:
case INS_vbroadcastf64x4:
case INS_vextractf32x8:
case INS_vextracti32x8:
case INS_vextractf64x4:
Expand Down

0 comments on commit af07a4a

Please sign in to comment.