checkSetVex

Determine if operation should be rewritten as a VEX operation; and do so.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
checkSetVex
(
code* c
,
tym_t ty
)

Parameters

c code*

code

ty tym_t

type of operand

Suggestion Box / Bug Report