Searched refs:x29 (Results 1 – 14 of 14) sorted by relevance
| /libcpu/aarch64/common/include/ |
| A D | vector_gcc.h | 38 stp x28, x29, [sp, #-0x10]! 40 mrs x29, fpsr 41 stp x28, x29, [sp, #-0x10]! 42 mrs x29, sp_el0 43 stp x29, x30, [sp, #-0x10]! 62 ldp x29, x30, [sp], #0x10 64 ldp x28, x29, [sp], #0x10 66 msr fpsr, x29 68 ldp x28, x29, [sp], #0x10
|
| A D | context_gcc.h | 26 stp x29, \tmpx, [sp, #-0x10]! 59 ldp x29, x19, [sp], #0x10
|
| A D | armv8.h | 115 rt_uint64_t x29; member
|
| /libcpu/aarch64/common/mp/ |
| A D | context_gcc.h | 33 ldp x29, x30, [sp], #0x10 34 msr sp_el0, x29 35 ldp x28, x29, [sp], #0x10 37 msr fpsr, x29 38 ldp x28, x29, [sp], #0x10
|
| A D | context_gcc.S | 102 stp x29, x30, [sp, #-0x10]!
|
| /libcpu/aarch64/common/ |
| A D | smccc.S | 14 stp x29, x30, [sp, #-16]! 15 mov x29, sp 22 ldp x29, x30, [sp], #16
|
| A D | stack_gcc.S | 26 mov x29, #0
|
| A D | trap.c | 163 …rt_kprintf("X28:0x%16.16p X29:0x%16.16p X30:0x%16.16p\n", (void *)regs->x28, (void *)regs->x29, (v… in rt_hw_show_register() 384 struct rt_hw_backtrace_frame frame = {.fp = regs->x29, .pc = regs->pc}; in rt_hw_trap_exception()
|
| /libcpu/risc-v/rv64/ |
| A D | trap.c | 46 uint64_t x29; member 84 …29(t4 : Temporary ) ==> 0x%08x%08x\n", esf->x29 >> 32 , esf->x29 & UINT32_MA… in print_stack_frame()
|
| /libcpu/risc-v/common64/ |
| A D | startup_gcc.S | 73 li x29,0
|
| A D | stackframe.h | 114 STORE x29, 29 * REGBYTES(sp) 289 LOAD x29, 29 * REGBYTES(sp)
|
| /libcpu/risc-v/common/ |
| A D | interrupt_gcc.S | 96 STORE x29, 29 * REGBYTES(sp) 167 LOAD x29, 29 * REGBYTES(sp) 298 STORE x29, 29 * REGBYTES(sp)
|
| A D | context_gcc.S | 175 STORE x29, 29 * REGBYTES(sp) 273 LOAD x29, 29 * REGBYTES(sp)
|
| /libcpu/aarch64/cortex-a/ |
| A D | entry_point.S | 122 mov x29, xzr
|
Completed in 13 milliseconds