This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ENTER/BOUND operands order.


Hi Jan,

Could you please comment what is wrong with these insns?
> 	# Disp8 scaled by 8 rather than 4
> 	vpmuldq		zmm0, zmm0, [edx+4]{1to8}
> 	vpmuldq		zmm0, zmm0, [edx+8]{1to8}
> 	vpmuludq	zmm0, zmm0, [edx+4]{1to8}
> 	vpmuludq	zmm0, zmm0, [edx+8]{1to8}
According to the documentation, they have EVEX.W=1, so the displacement is 8
rather than 4.  It seems correct.

Thanks,
Michael
> Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]