dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
FuncParamRegs
dmd
backend
code
nothrow @
safe
struct
FuncParamRegs {
tym_t
tyf
;
int
i
;
int
regcnt
;
int
xmmcnt
;
uint
numintegerregs
;
uint
numfloatregs
;
const
(
ubyte
)*
argregs
;
const
(
ubyte
)*
floatregs
;
}
Meta
Source
See Implementation
dmd
backend
code
enums
NTEH_try
functions
iasm_regs
regimmed_set
structs
CGstate
FuncParamRegs
LocalSection
REGSAVE
_Declaration
unions
evc