| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-compactflash.c | 263 int t9; in cvmx_compactflash_set_piomode() local 280 t9 = 10; in cvmx_compactflash_set_piomode() 291 t9 = 10; in cvmx_compactflash_set_piomode() 300 t9 = 10; in cvmx_compactflash_set_piomode() 309 t9 = 10; in cvmx_compactflash_set_piomode() 318 t9 = 10; in cvmx_compactflash_set_piomode() 327 t9 = 15; in cvmx_compactflash_set_piomode() 362 t9 = FLASH_RoundUP(t9 * clocks_us, 1000); in cvmx_compactflash_set_piomode() 363 if (t9) in cvmx_compactflash_set_piomode() 364 t9--; in cvmx_compactflash_set_piomode() [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 711 subu t9, t9, v1 842 subu t9, t9, v1 850 subu t9, t9, v1 860 subu t9, t9, v1 866 subu t9, t9, v1 1185 subu t9, t9, ta3 1208 sll t9, t9, 1 1348 negu t9 # shift right by t9 1430 negu t9 # shift right by t9 1834 subu t9, t9, t1 # shift t2,t8 right by t9 [all …]
|
| H A D | pm_machdep.c | 173 regs->t9 = (register_t)(intptr_t)catcher; in sendsig() 439 td->td_frame->t9 = imgp->entry_addr & ~3; /* abicall req */ in exec_setregs()
|
| H A D | exception.S | 288 SAVE_REG(t9, T9, sp) ;\ 349 RESTORE_REG(t9, T9, sp) ;\ 461 SAVE_U_PCB_REG(t9, T9, k1) 551 RESTORE_U_PCB_REG(t9, T9, k1) 712 SAVE_U_PCB_REG(t9, T9, k1) 831 RESTORE_U_PCB_REG(t9, T9, k1)
|
| H A D | vm_machdep.c | 437 tf->t9 = (register_t)(intptr_t)entry; in cpu_set_upcall() 537 DB_PRINT_REG(trapframe, t9); in dump_trapframe()
|
| H A D | db_interface.c | 108 { "t9", DB_OFFSET(t9), db_frame },
|
| H A D | swtch.S | 125 RESTORE_U_PCB_REG(t9, T9, k1)
|
| H A D | freebsd32_machdep.c | 440 td->td_frame->t9 = (register_t)(intptr_t)catcher; in freebsd32_sendsig()
|
| H A D | trap.c | 1319 (intmax_t)frame->t8, (intmax_t)frame->t9, (intmax_t)frame->s0, (intmax_t)frame->s1); in log_frame_dump() 1361 (intmax_t)frame->t8, (intmax_t)frame->t9, (intmax_t)frame->s0, (intmax_t)frame->s1); in trap_frame_dump()
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 83 sw t9,12(sp); \ 85 lui t9,%hi(_mcount); \ 86 addiu t9,t9,%lo(_mcount); \ 87 jalr t9; \ 89 lw t9,4(sp); \ 91 addiu t9,t9,40; \ 523 .cpload t9; \
|
| H A D | regdef.h | 82 #define t9 $25 macro
|
| H A D | frame.h | 81 register_t t9; member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u8.h | 51 __m256i t8, t9; variable 61 t9 = _mm256_add_epi64(addv9, z9); 63 z8 = _mm256_unpacklo_epi32(t8, t9); 64 z9 = _mm256_unpackhi_epi32(t8, t9); 67 t9 = _mm256_unpackhi_epi32(z8, z9); 71 z9 = _mm256_permutevar8x32_epi32(t9, permute);
|
| H A D | u4.h | 55 __m128i t8, t9; variable 62 t9 = _mm_set1_epi64x(in89); 65 z9 = _mm_add_epi64(addv9, t9); 68 t9 = _mm_unpackhi_epi32(z8, z9); 70 z8 = _mm_unpacklo_epi32(t8, t9); 71 z9 = _mm_unpackhi_epi32(t8, t9);
|