genmulimm

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

nothrow @safe @trusted
void
genmulimm
(,
uint r1
,
uint r2
,
targ_int imm
)

Meta