Searched refs:t6 (Results 1 – 7 of 7) sorted by relevance
| /libcpu/mips/gs232/ |
| A D | cache_gcc.S | 32 andi t6, t4, 0x01c0 33 srl t6, t6, 6 #dc 37 beq t6, $0, cache_d1way 39 beq t6, t8, cache_d2way 45 addiu t6, t6, 12 #1 way 48 addiu t6, t6, 11 #2 way 50 addiu t6, t6, 10 #4 way (10), 2 way(11), 1 way(12) 68 sllv t6, t4, t6 74 sw t6, 0x8(t0) #dcache size 80 addu a2, $0, t6
|
| /libcpu/risc-v/common64/ |
| A D | stack.h | 59 rt_ubase_t t6; /* x31 - t6 - temporary register 6 */ member
|
| A D | trap.c | 45 rt_kprintf("\tt5(x30) = %p\tt6(x31) = %p\n", regs->t5, regs->t6); in dump_regs()
|
| /libcpu/mips/common/ |
| A D | mips.inc | 28 #define t6 $14
|
| A D | mips_regs.h | 37 #define t6 $14 macro
|
| /libcpu/risc-v/common/ |
| A D | rt_hw_stack_frame.h | 50 rt_ubase_t t6; /* x31 - t6 - temporary register 6 */ member
|
| A D | trap_common.c | 108 rt_kprintf("t6 : 0x%08x\r\n", s_stack_frame->t6); in rt_show_stack_frame()
|
Completed in 24 milliseconds