AsmJit Project
Machine Code Generation for C++
A helper class that can be used to assign a physical register for each function argument.
Use with BaseEmitter::emitArgsAssignment()
.
Update FuncFrame
based on function's arguments assignment.
BaseEmitter::emitArgsAssignment()
, otherwise the FuncFrame would not contain the information necessary to assign all arguments into the registers and/or stack specified. Function detail.
Register that can be used to access arguments passed by stack.
Reserved for future use.
Mapping of each function argument.