HomeSort by: relevance | last modified time | path
    Searched refs:t6 (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/arch/hpcmips/hpcmips/
kloader_tx39.S 45 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
kloader_vr41.S 45 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/
ffs.S 73 and t1, 0x33, t6 /* lower 2 of each 4 empty? */
81 bne t6, Ldo2
bcopy.S 147 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/
regdef.h 67 #define t6 $14 macro
  /src/lib/libc/arch/riscv/
SYS.h 36 li t6, SYS_ ## x; \
  /src/sys/arch/alpha/alpha/
pmap_subr.s 145 ldq t6, (6*8)(a0) /* load 6 */
158 stq t6, (6*8)(a1) /* store 6 */
locore.s 369 stq t6,(FRAME_T6*8)(sp)
397 ldq t6,(FRAME_T6*8)(sp)
1389 stq t6,(FRAME_T6*8)(sp)
  /src/libexec/httpd/testsuite/
Makefile 4 SIMPLETESTS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 130 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/
__sigtramp2.S 94 .cfi_offset t6, UC_GREGS_T6
  /src/common/lib/libc/arch/alpha/gmon/
_mcount.S 75 stq t6, OFFSET_T6(sp)
105 ldq t6, OFFSET_T6(sp)
  /src/tests/usr.bin/xlint/lint1/
msg_247.c 291 void *t6 = (struct sockaddr_in6 *)(struct sockaddr_in *)t5; local in function:cast_between_sockaddr_variants
293 return t6;
  /src/libexec/ld.elf_so/arch/alpha/
rtld_start.S 101 stq t6, 64(sp) ; \
135 ldq t6, 64(sp) ; \
  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 61 TARGET_APPS = t.efi t2.efi t3.efi t4.efi t5.efi t6.efi \
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 47 #define t6 $14 macro
  /src/lib/libm/src/
e_lgamma_r.c 115 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 */
e_lgammaf_r.c 51 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/
in_pcb.c 394 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/
aes_ct.c 60 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;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 63 __m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:aes_sse2_bitslice_Sbox
115 t6 = t5 ^ t2;
127 t18 = t6 ^ t16;
  /src/sys/arch/emips/stand/common/
start.S 132 sw t6, TS_T6(sp)
183 lw t6, TS_T6(a0)
  /src/lib/libm/ld128/
e_lgammal_r.c 75 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/lib/libm/ld80/
e_lgammal_r.c 102 #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+
  /src/sys/arch/riscv/riscv/
cpu_switch.S 277 REG_S t6, TF_T6(sp) // save t6
355 REG_L t6, TF_T6(sp) // restore t6

Completed in 24 milliseconds

1 2