dmd.backend.cod1.getlvalue
- multiple declarations
Function getlvalue
Compute addressing mode. Generate & return sequence of code (if any). Return in cs the info on it.
extern(C++) void getlvalue
(
ref dmd .backend .codebuilder .CodeBuilder cdb,
dmd .backend .code_x86 .code* pcs,
elem* e,
uint keepmsk
);
Input
pcs -> where to store data about addressing mode e -> the lvalue elem keepmsk mask of registers we must not destroy or use if (keepmsk & RMstore), this will be only a store operation into the lvalue if (keepmsk & RMload), this will be a read operation only
Function getlvalue
Compute addressing mode. Generate & return sequence of code (if any). Return in cs the info on it.
extern(C++) void getlvalue
(
ref dmd .backend .codebuilder .CodeBuilder cdb,
dmd .backend .code_x86 .code* pcs,
elem* e,
uint keepmsk
);
Input
pcs -> where to store data about addressing mode e -> the lvalue elem keepmsk mask of registers we must not destroy or use if (keepmsk & RMstore), this will be only a store operation into the lvalue if (keepmsk & RMload), this will be a read operation only