Home
last modified time | relevance | path

Searched refs:amd64_x86_gprs (Results 1 – 5 of 5) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Damd64_gen.c87 &amd64_x86_gprs[5], &amd64_x86_gprs[4],
88 &amd64_x86_gprs[3], &amd64_x86_gprs[2],
92 struct reg amd64_x86_gprs[7]; variable
114 { amd64_x86_gprs, in init_regs()
201 amd64_x86_gprs[6].name = NULL; in init_regs()
210 return &amd64_x86_gprs[i]; in find_top_reg()
431 emit->load(&amd64_x86_gprs[0], &rvr); in do_ret()
447 emit->load(&amd64_x86_gprs[0], &rvr); in do_ret()
488 return &amd64_x86_gprs[0]; in get_abi_ret_reg()
1607 amd64_x86_gprs[0].used = 0; in icode_make_fcall()
[all …]
H A Dx86_gen.c236 gprset = amd64_x86_gprs; in invalidate_except()
344 aset = amd64_x86_gprs; in alloc_16_or_32bit_reg()
548 aset = amd64_x86_gprs; in alloc_8bit_reg()
2063 reg_set_allocatable(&amd64_x86_gprs[3]);
2132 free_preg(&amd64_x86_gprs[3], il, 1, 1);
2192 vreg_faultin(&amd64_x86_gprs[2],
3541 return &amd64_x86_gprs[i];
3634 r = &amd64_x86_gprs[0];
3636 r = &amd64_x86_gprs[1];
3638 r = &amd64_x86_gprs[2];
[all …]
H A Damd64_gen.h91 extern struct reg amd64_x86_gprs[7];
H A Damd64_emit_yasm.c1055 emit_addrof(&amd64_x86_gprs[4], cs->src_vreg, stop); in emit_copystruct()
1069 emit_load(&amd64_x86_gprs[5], curfunc->hidden_pointer); in emit_copystruct()
1077 emit_addrof(&amd64_x86_gprs[5], cs->dest_vreg, stop); in emit_copystruct()
1126 if (ad->result_reg != &amd64_x86_gprs[0]) { in emit_alloca()
H A Damd64_emit_gas.c1119 emit_addrof(&amd64_x86_gprs[4], cs->src_vreg, stop); in emit_copystruct()
1133 emit_load(&amd64_x86_gprs[5], curfunc->hidden_pointer); in emit_copystruct()
1141 emit_addrof(&amd64_x86_gprs[5], cs->dest_vreg, stop); in emit_copystruct()
1200 if (ad->result_reg != &amd64_x86_gprs[0]) { in emit_alloca()