gen_storecse

Store reg to the common subexpression save area in index slot.

version(COMPILE)
extern (C++) nothrow
void
gen_storecse
(,
tym_t tym
,
reg_t reg
,
size_t slot
)

Parameters

cdb

where to write code to

tym
Type: tym_t

type of value that's in reg

reg
Type: reg_t

register to save

slot
Type: size_t

index into common subexpression save area

Meta