Home
last modified time | relevance | path

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

/libcpu/risc-v/common64/
A Dstackframe.h208 FLOAD f0, FPU_CTX_F0_OFF(t2)
209 FLOAD f1, FPU_CTX_F1_OFF(t2)
210 FLOAD f2, FPU_CTX_F2_OFF(t2)
211 FLOAD f3, FPU_CTX_F3_OFF(t2)
212 FLOAD f4, FPU_CTX_F4_OFF(t2)
213 FLOAD f5, FPU_CTX_F5_OFF(t2)
214 FLOAD f6, FPU_CTX_F6_OFF(t2)
215 FLOAD f7, FPU_CTX_F7_OFF(t2)
216 FLOAD f8, FPU_CTX_F8_OFF(t2)
217 FLOAD f9, FPU_CTX_F9_OFF(t2)
[all …]
A Dstack.h35 rt_ubase_t t2; /* x7 - t2 - temporary register 2 */ member
A Dtrap.c43 rt_kprintf("\tt2(x7) = %p\n", regs->t2); in dump_regs()
/libcpu/risc-v/vector/rvv-1.0/
A Drvv_context.h66 VEC_CONFIG_SETVLI(t2, x0, VEC_IMM_SEW_8, VEC_IMM_LMUL_8)
69 add t1, t1, t2
71 add t1, t1, t2
73 add t1, t1, t2
88 VEC_CONFIG_SETVLI(t2, x0, VEC_IMM_SEW_8, VEC_IMM_LMUL_8)
91 add t1, t1, t2
93 add t1, t1, t2
95 add t1, t1, t2
/libcpu/mips/common/
A Dmips.inc24 #define t2 $10
A Dmips_regs.h31 #define t2 $10 macro
80 #define t2 $14 macro
/libcpu/risc-v/common/
A Drt_hw_stack_frame.h25 rt_ubase_t t2; /* x7 - t2 - temporary register 2 */ member
A Dtrap_common.c95 rt_kprintf("t2 : 0x%08x\r\n", s_stack_frame->t2); in rt_show_stack_frame()
A Dinterrupt_gcc.S113 lw t2, 0(t0)
114 beqz t2, 1f
313 li t2, __STACKSIZE__
314 mul t1, t1, t2
A Dcontext_gcc.S225 li t2, __STACKSIZE__
226 mul t1, t1, t2

Completed in 14 milliseconds