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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c261 int t6; local
278 t6 = 5;
289 t6 = 5;
298 t6 = 5;
307 t6 = 5;
316 t6 = 5;
325 t6 = 5;
334 t6 = 5;
356 t6 = FLASH_RoundUP(t6 * clocks_u
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
94 : base_type(t0, t1, t2, t3, t4, t5, t6)
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
101 : base_type(t0, t1, t2, t3, t4, t5, t6, t7)
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
108 : base_type(t0, t1, t2, t3, t4, t5, t6, t7, t8)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl134 $t6="r30";
293 extrdi $t6,$t7,16,16
297 std $t6,`$FRAME+48`($sp)
306 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[1] as 32-bit word pair
321 mullw $t6,$a1,$t1
323 add $t5,$t5,$t6
344 extrwi $t6,$t1,16,16
348 std $t6,`$FRAME+48`($sp)
357 lwz $t6,8($np)
375 std $t6,`
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dregdef.h68 #define t6 $14 macro
H A Dframe.h67 register_t t6; member in struct:trapframe
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S60 sd t6, (TF_T + 6 * 8)(sp)
154 ld t6, (TF_T + 6 * 8)(sp)
434 csrw CSR_IO_IRQ, t6
438 csrs mie, t6
442 csrr t6, mcpuid
446 csrr t6, mimpid
450 /* CPU mmio base in t6 */
451 mv t0, t6
489 li t6, 0 /* preset return value */
495 ld t6,
[all...]
H A Dlocore.S77 li t6, 0
84 addi t6, t6, 1 /* counter */
154 or t6, t4, t5
160 sd t6, (t0)
172 or t6, t4, t5
178 sd t6, (t0)
H A Dswtch.S205 ld t6, (TF_T + 6 * 8)(sp)
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
114 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \
150 t6:
151 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1
152 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
153 chmod 600 $(OBJ)/t6.out1
154 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl118 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
161 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
182 rotr $t6,$t6,16
189 xor $t2,$t6
190 lwxs $t6,$i2($Tbl) # Te0[s2>>24]
210 xor $t2,$t6
279 lw $t6,0($i2) # Te2[s0>>8]
305 lw $t6,0($i2) # Te2[s0>>8]
330 rotr $t6,
[all...]
/freebsd-11-stable/lib/msun/src/
H A De_lgammaf_r.c52 t6 = 1.86483748e-02, /* 0x3c98c47a */ variable
179 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7)))));
H A De_lgamma_r.c117 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable
260 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/freebsd-11-stable/lib/msun/ld128/
H A De_lgammal_r.c78 t6 = 1.79706751152103942928638276067164935e-02L, variable
284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c134 offsetof(struct trapframe, t6),
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c94 { "t6", DB_OFFSET(t6), db_frame },
H A Dvm_machdep.c537 DB_PRINT_REG(trapframe, t6);
H A Dtrap.c1348 (intmax_t)frame->t4, (intmax_t)frame->t5, (intmax_t)frame->t6, (intmax_t)frame->t7);
1395 (intmax_t)frame->t4, (intmax_t)frame->t5, (intmax_t)frame->t6, (intmax_t)frame->t7);
/freebsd-11-stable/lib/msun/ld80/
H A De_lgammal_r.c109 #define t6 (t6u.e) macro
320 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c826 } t6; local
829 t6.addr[0] = id->src_ip6;
830 t6.addr[1] = id->dst_ip6;
831 t6.port[0] = id->src_port;
832 t6.port[1] = id->dst_port;
834 t6.addr[0] = id->dst_ip6;
835 t6.addr[1] = id->src_ip6;
836 t6.port[0] = id->dst_port;
837 t6.port[1] = id->src_port;
839 return (jenkins_hash32((const uint32_t *)&t6,
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree.h3651 #define build5(c,t1,t2,t3,t4,t5,t6) build5_stat (c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO)
3654 #define build7(c,t1,t2,t3,t4,t5,t6,t7,t8) \
3655 build7_stat (c,t1,t2,t3,t4,t5,t6,t7,t8 MEM_STAT_INFO)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5020 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5021 TwoToFractionalPartOfX = DAG.getNode(ISD::FADD, dl, MVT::f32, t6,
5041 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5042 SDValue t7 = DAG.getNode(ISD::FADD, dl, MVT::f32, t6,
5139 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5140 LogOfMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6,
5164 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5165 SDValue t7 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6,
5235 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5236 Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6,
5261 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
5354 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1669 J/39t6/PdirDoGY8lE6L1T5WdmmhY+dX59Rm6SXdPUx75X2N+/HVjmYOexRkc+KD

Completed in 394 milliseconds