Home
last modified time | relevance | path

Searched refs:amd64_argregs (Results 1 – 2 of 2) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Damd64_gen.c85 struct reg *amd64_argregs[] = { variable
473 return amd64_argregs[0]; in get_abi_reg()
551 curreg = amd64_argregs[gprs_used++]; in map_parameters()
683 n = (&amd64_argregs[gprs_used] - in map_parameters()
684 amd64_argregs) * 8; in map_parameters()
948 (r - amd64_argregs) * 8; in gen_function()
951 amd64_argregs[i]); in gen_function()
1347 free_preg(amd64_argregs[0], il, 1, 1); in icode_make_fcall()
1484 curreg = amd64_argregs[regs_used]; in icode_make_fcall()
1534 amd64_argregs[regs_used]->used = 0; in icode_make_fcall()
[all …]
H A Damd64_gen.h88 extern struct reg *amd64_argregs[];