Searched refs:stp (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/arch/arm64/core/ |
D | fpu.S | 16 stp q0, q1, [x0, #(16 * 0)] 17 stp q2, q3, [x0, #(16 * 2)] 18 stp q4, q5, [x0, #(16 * 4)] 19 stp q6, q7, [x0, #(16 * 6)] 20 stp q8, q9, [x0, #(16 * 8)] 21 stp q10, q11, [x0, #(16 * 10)] 22 stp q12, q13, [x0, #(16 * 12)] 23 stp q14, q15, [x0, #(16 * 14)] 24 stp q16, q17, [x0, #(16 * 16)] 25 stp q18, q19, [x0, #(16 * 18)] [all …]
|
D | smccc-call.S | 22 stp x0, x1, [x4, __arm_smccc_res_t_a0_a1_OFFSET] 23 stp x2, x3, [x4, __arm_smccc_res_t_a2_a3_OFFSET] 24 stp x4, x5, [x4, __arm_smccc_res_t_a4_a5_OFFSET] 25 stp x6, x7, [x4, __arm_smccc_res_t_a6_a7_OFFSET]
|
D | vector_table.S | 51 stp x16, x17, [sp, -(___esf_t_SIZEOF - ___esf_t_x16_x17_OFFSET)] 52 stp x18, lr, [sp, -(___esf_t_SIZEOF - ___esf_t_x18_lr_OFFSET)] 57 stp x0, x1, [sp, ___esf_t_x0_x1_OFFSET] 58 stp x2, x3, [sp, ___esf_t_x2_x3_OFFSET] 59 stp x4, x5, [sp, ___esf_t_x4_x5_OFFSET] 60 stp x6, x7, [sp, ___esf_t_x6_x7_OFFSET] 61 stp x8, x9, [sp, ___esf_t_x8_x9_OFFSET] 62 stp x10, x11, [sp, ___esf_t_x10_x11_OFFSET] 63 stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET] 64 stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET] [all …]
|
D | switch.S | 40 stp x19, x20, [x1, #_thread_offset_to_callee_saved_x19_x20] 41 stp x21, x22, [x1, #_thread_offset_to_callee_saved_x21_x22] 42 stp x23, x24, [x1, #_thread_offset_to_callee_saved_x23_x24] 43 stp x25, x26, [x1, #_thread_offset_to_callee_saved_x25_x26] 44 stp x27, x28, [x1, #_thread_offset_to_callee_saved_x27_x28] 46 stp x29, x4, [x1, #_thread_offset_to_callee_saved_x29_sp_el0] 53 stp x4, lr, [x1, #_thread_offset_to_callee_saved_sp_elx_lr] 72 stp x0, x1, [sp, #-16]!
|
D | cpu_idle.S | 34 stp x0, lr, [sp, #-16]!
|
D | isr_wrapper.S | 85 stp x0, xzr, [sp, #-16]!
|
D | CMakeLists.txt | 51 # GCC may generate ldp/stp instructions with the Advanced SIMD Qn registers for
|
/Zephyr-latest/scripts/ |
D | checkstack.pl | 50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o;
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qsf | 410 set_global_assignment -name USE_SIGNALTAP_FILE output_files/uart.stp 411 set_global_assignment -name SIGNALTAP_FILE output_files/uart.stp
|