Displaying 2 results from an estimated 2 matches for "has_evex_l2".
2018 Mar 28
0
x86 instruction format which takes a single 64-bit immediate
...- set hasVEX_L=1
VEX_LIG - Set ignoresVEX_L
EVEX - Set encoding to EVEX.
EVEX_4V - Set hasVEX_4V=1. Implies EVEX.
EVEX_K - Set hasEVEX_K=1.
EVEX_KZ - Set hasEVEX_Z=1. Implies EVEX_K.
EVEX_B - Set hasEVEX_B=1
EVEX_RC - Set hasEVEX_RC=1
EVEX_V512 - Sets has_EVEX_L2=1; hasVEX_L=0;
EVEX_V256 - Sets has_EVEX_L2=0; hasVEX_L=1;
EVEX_V128 - Sets has_EVEX_L2=0; hasVEX_L=0;
NOTRACK - Set hasNoTrackPrefix
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
I am attempting to create an instruction which takes a single 64-bit
immediate. This doesn't seem like a thing that would exist already (because
who needs an instruction which just takes an immediate?) How might I
implement this easily? Perhaps I could use a format which encodes a
register, which is then unused?
Thanks for the help.
Gus
-------------- next part --------------
An HTML