Searched refs:t6 (Results 1 - 25 of 29) sorted by relevance

12

/src/sys/arch/hpcmips/hpcmips/
H A Dkloader_tx39.S45 move t6, a1 # p
47 beqz t6, 3f
48 move t7, t6
49 lw t6, 0(t7) # p = next
74 mfc0 t6, $3
75 and t5, t5, t6
113 mtc0 t6, $3
H A Dkloader_vr41.S45 move t6, a1 # p
47 beqz t6, 3f
48 move t7, t6
49 lw t6, 0(t7) # p = next
/src/common/lib/libc/arch/alpha/string/
H A Dffs.S73 and t1, 0x33, t6 /* lower 2 of each 4 empty? */
81 bne t6, Ldo2
H A Dbcopy.S147 ldq_u t6,0(DSTREG)
148 mskql t6,DSTREG,t6
149 or t5,t6,t5
208 ldq_u t6,0(DSTREG)
210 bic t6,t4,t6
214 or t2,t6,t2
/src/sys/arch/mips/include/
H A Dregdef.h67 #define t6 $14 macro
/src/lib/libc/arch/riscv/
H A DSYS.h36 li t6, SYS_ ## x; \
/src/sys/arch/alpha/alpha/
H A Dpmap_subr.s145 ldq t6, (6*8)(a0) /* load 6 */
158 stq t6, (6*8)(a1) /* store 6 */
/src/sys/arch/playstation2/playstation2/
H A Dlocore_machdep.S130 move t6, a1 # p
131 1: beqz t6, 3f
132 move t7, t6
133 lw t6, 0(t7) # p = next
/src/lib/libc/arch/riscv/sys/
H A D__sigtramp2.S94 .cfi_offset t6, UC_GREGS_T6
/src/libexec/httpd/testsuite/
H A DMakefile4 SIMPLETESTS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18
/src/libexec/ld.elf_so/arch/alpha/
H A Drtld_start.S101 stq t6, 64(sp) ; \
135 ldq t6, 64(sp) ; \
/src/common/lib/libc/arch/alpha/gmon/
H A D_mcount.S75 stq t6, OFFSET_T6(sp)
105 ldq t6, OFFSET_T6(sp)
/src/tests/usr.bin/xlint/lint1/
H A Dmsg_247.c291 void *t6 = (struct sockaddr_in6 *)(struct sockaddr_in *)t5; local in function:cast_between_sockaddr_variants
293 return t6;
/src/sys/external/bsd/gnu-efi/dist/apps/
H A DMakefile61 TARGET_APPS = t.efi t2.efi t3.efi t4.efi t5.efi t6.efi \
/src/sys/crypto/aes/arch/x86/
H A Daes_sse2_4x32.c60 __m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:aes_sse2_4x32_bitslice_Sbox
112 t6 = t5 ^ t2;
124 t18 = t6 ^ t16;
/src/sys/arch/hpcmips/stand/romboot/
H A Dromboot.S47 #define t6 $14 macro
/src/lib/libm/src/
H A De_lgamma_r.c115 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable in typeref:typename:const double
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
H A De_lgammaf_r.c51 t6 = 6.1005386524e-03, /* 0x3bc7e707 */ variable in typeref:typename:const float
195 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/src/sys/netinet/
H A Din_pcb.c394 struct inpcb *t6; local in function:inpcb_bind_port
416 t6 = in6pcb_lookup_local(table, &mapped, sin->sin_port, wild, &vestige);
417 if (t6 && (reuseport & t6->inp_socket->so_options) == 0)
419 if (!t6 && vestige.valid) {
/src/sys/crypto/aes/
H A Daes_ct.c60 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:br_aes_ct_bitslice_Sbox
112 t6 = t5 ^ t2;
124 t18 = t6 ^ t16;
H A Daes_ct64.c75 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:br_aes_ct64_bitslice_Sbox
127 t6 = t5 ^ t2;
139 t18 = t6 ^ t16;
/src/sys/arch/emips/stand/common/
H A Dstart.S132 sw t6, TS_T6(sp)
183 lw t6, TS_T6(a0)
/src/lib/libm/ld128/
H A De_lgammal_r.c75 t6 = 1.79706751152103942928638276067164935e-02L, variable in typeref:typename:const long double
282 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/src/sys/arch/riscv/riscv/
H A Dcpu_switch.S277 REG_S t6, TF_T6(sp) // save t6
355 REG_L t6, TF_T6(sp) // restore t6
/src/lib/libm/ld80/
H A De_lgammal_r.c102 #define t6 (t6u.extu_ld) macro
314 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+

Completed in 19 milliseconds

12