genmulimm

Generate immediate multiply instruction for r1=r2*imm. Optimize it into LEA's if we can.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
genmulimm
(,
uint r1
,
uint r2
,
targ_int imm
)
Suggestion Box / Bug Report