Home
last modified time | relevance | path

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

/libcpu/aarch64/common/up/
A Dcontext_gcc.S78 ldr x7, [x6]
79 cmp x7, #1
87 mov x7, #1
88 str x7, [x6]
/libcpu/aarch64/common/
A Dcache.S42 lsl x7, x6, x5
43 orr x9, x12, x7 /* map way and level to cisw value */
44 lsl x7, x4, x2
45 orr x9, x9, x7 /* map set number to cisw value */
A Dtrap.c157 …x%16.16p X07:0x%16.16p\n", (void *)regs->x4, (void *)regs->x5, (void *)regs->x6, (void *)regs->x7); in rt_hw_show_register()
/libcpu/risc-v/rv64/
A Dtrap.c24 uint64_t x7; member
62 …x7 (t2 : Temporary ) ==> 0x%08x%08x\n", esf->x7 >> 32 , esf->x7 & UINT32_MA… in print_stack_frame()
/libcpu/aarch64/common/include/
A Dvector_gcc.h27 stp x6, x7, [sp, #-0x10]!
79 ldp x6, x7, [sp], #0x10
A Darmv8.h137 rt_uint64_t x7; member
/libcpu/risc-v/t-head/c906/
A Dopcode.h70 #define OPC_DCACHE_CIVA(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x7, rs1)
/libcpu/risc-v/t-head/c908/
A Dopcode.h78 #define OPC_DCACHE_CIVA(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x7, rs1)
/libcpu/aarch64/common/mp/
A Dcontext_gcc.h49 ldp x6, x7, [sp], #0x10
/libcpu/risc-v/common64/
A Dstartup_gcc.S51 li x7, 0
A Dstackframe.h92 STORE x7, 7 * REGBYTES(sp)
267 LOAD x7, 7 * REGBYTES(sp)
/libcpu/risc-v/common/
A Dreadme.md142 rt_hw_interrupt_install(0x7, timer_irq_handler, RT_NULL, "timerirq");//注册系统定时器中断入口函数
A Dinterrupt_gcc.S73 STORE x7, 7 * REGBYTES(sp)
144 LOAD x7, 7 * REGBYTES(sp)
275 STORE x7, 7 * REGBYTES(sp)
A Dcontext_gcc.S152 STORE x7, 7 * REGBYTES(sp)
250 LOAD x7, 7 * REGBYTES(sp)

Completed in 13 milliseconds