Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-arm.c6591 int lmf_offset, reg, sp_adj, regmask, nused_int_regs = 0; in mono_arch_emit_epilog() local
6615 nused_int_regs ++; in mono_arch_emit_epilog()
6617 mono_emit_unwind_op_def_cfa (cfg, code, ARMREG_SP, ((iphone_abi ? 3 : 0) + nused_int_regs) * 4); in mono_arch_emit_epilog()
6633 int i, nused_int_regs = 0; in mono_arch_emit_epilog() local
6637 nused_int_regs ++; in mono_arch_emit_epilog()
6654 mono_emit_unwind_op_def_cfa_offset (cfg, code, (2 + nused_int_regs) * 4); in mono_arch_emit_epilog()
6665 mono_emit_unwind_op_def_cfa_offset (cfg, code, (nused_int_regs + 1) * 4); in mono_arch_emit_epilog()