Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-arm64.c153 arm_stpx (code, ARMREG_FP, ARMREG_LR, ARMREG_SP, 0); in mono_arch_create_generic_trampoline()
554 arm_stpx (code, ARMREG_FP, ARMREG_LR, ARMREG_SP, 0); in mono_arch_create_sdb_trampoline()
649 arm_stpx (code, ARMREG_FP, ARMREG_LR, ARMREG_SP, stack_space); in mono_arch_get_enter_icall_trampoline()
H A Dmini-arm64.c3055 arm_stpx (code, ARMREG_RZR, ARMREG_RZR, ARMREG_IP1, 0); in mono_arch_output_basic_block()
3076 arm_stpx (code, ARMREG_RZR, ARMREG_RZR, ARMREG_SP, offset); in mono_arch_output_basic_block()
4509 arm_stpx (code, i, i + 1, basereg, offset + (i * 8)); in emit_store_regarray()
4568 arm_stpx (code, i, i + 1, basereg, offset + (pos * 8)); in emit_store_regset()
4644 arm_stpx (code, i, i + 1, basereg, offset + (pos * 8)); in emit_store_regset_cfa()
4725 arm_stpx (code, ARMREG_FP, ARMREG_LR, ARMREG_SP, 0); in mono_arch_emit_prolog()
/dports/lang/mono/mono-5.10.1.57/mono/arch/arm64/
H A Dcodegen-test.c147 arm_stpx (code, ARMREG_R1, ARMREG_R2, ARMREG_R3, 0); in main()
148 arm_stpx (code, ARMREG_R1, ARMREG_R2, ARMREG_R3, 16); in main()
149 arm_stpx (code, ARMREG_R1, ARMREG_R2, ARMREG_R3, -16); in main()
H A Darm64-codegen.h365 #define arm_stpx(p, rt1, rt2, rn, imm) arm_format_mem_p ((p), 8, 0x2, 0, (rt1), (rt2), (rn), (imm)) macro