#ifndef __SCC_WIN64_H__ #define __SCC_WIN64_H__ #include "../arch/scc_x86_isel.h" #include "../core_pass/scc_frame_layout.h" #include "../core_pass/scc_prolog_epilog.h" #include "../core_pass/scc_reg_alloc.h" void scc_win_pc_x64_abi_lowering(scc_abi_lowering_t *abi_lowering); void scc_win_pc_x64_reg_alloc_fill(scc_reg_alloc_op_t *ops); void scc_win_pc_x64_frame_alloc_init(scc_frame_layout_t *ctx); void scc_win_pc_x64_prolog_epilog_init(scc_prolog_epilog_t *ctx); #endif