View source code
Display the source code in dmd/backend/arm/cod1.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aBugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinglocal clone.
Function dmd.backend.arm.cod1.getlvalue
Compute Effective Address (EA). Set in pcs the EA info. The EA addressing modes are: 1. reg - (not NOREG) 2. [base + offset] - (not NOREG), IFL1, IEV1.Vsymbol and IEV1.Voffset 3. [base + index*size] - (base and index are not NOREG) Generate to cdb any code needed
void getlvalue(
ref dmd .backend .codebuilder .CodeBuilder cdb,
ref dmd .backend .x86 .code_x86 .code pcs,
elem* e,
ulong keepmsk,
dmd .backend .code .RM rm = RM .rw
) nothrow @trusted;
Parameters
Name | Description |
---|---|
cdb | sink for any code generated |
pcs | set to addressing mode |
e | the lvalue elem |
keepmsk | mask of registers we must not destroy or use |
rm | RM.store a store operation into the lvalue only RM.load a read operation from the lvalue only RM.rw load and store |
References
addressing modes https://devblogs.microsoft.com/oldnewthing/20220728-00/?p=106912
Authors
License
Copyright © 1999-2025 by the D Language Foundation | Page generated by ddox.