Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 66) sorted by relevance

123

/f-stack/freebsd/contrib/libb2/
H A Dblake2s-load-sse41.h32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \
44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \
50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \
62 t2 = _mm_slli_si128(m3, 8); \
63 buf = _mm_blend_epi16(t1, t2, 0xC0);
68 t2 = _mm_blend_epi16(t0,t1,0x03); \
102 t2 = _mm_blend_epi16(t0,t1,0x33); \
118 t2 = _mm_blend_epi16(t1,m3,0x0F); \
134 t2 = _mm_blend_epi16(t0,t1,0x30); \
[all …]
/f-stack/freebsd/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
966 t2 = in rijndaelEncrypt()
987 Te2[(t2 >> 8) & 0xff] ^ in rijndaelEncrypt()
992 Te1[(t2 >> 16) & 0xff] ^ in rijndaelEncrypt()
997 Te0[(t2 >> 24) ] ^ in rijndaelEncrypt()
1006 Te3[(t2 ) & 0xff] ^ in rijndaelEncrypt()
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
1147 t2 = in rijndaelDecrypt()
1168 Td2[(t2 >> 8) & 0xff] ^ in rijndaelDecrypt()
1175 Td3[(t2 ) & 0xff] ^ in rijndaelDecrypt()
[all …]
/f-stack/freebsd/mips/mips/
H A Dfp.S855 srl t2, t2, v1
1274 or t2, t2, t8
1290 or t2, t2, t8
1351 srl t2, t2, t9
1372 srl t2, t2, 3
1453 srl t2, t2, 3
1492 or t2, t2, t9 # and put into t2
1714 sll t2, t2, t9 # shift t2,t8 left
1716 or t2, t2, v0
1947 or t2, t2, v0
[all …]
H A Dbcopy.S142 andi t2,SIZEREG,(SZREG-1) # get byte count / SZREG
143 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
144 beq t2,zero,3f
145 PTR_ADDU t0,SRCREG,t2 # stop at t0
146 PTR_SUBU SIZEREG,SIZEREG,t2
236 andi t2,SIZEREG,SZREG-1 # get byte count / 4
237 PTR_SUBU t2,SIZEREG,t2 # t2 = number of words to copy
238 beq t2,zero,3f
239 PTR_SUBU t0,SRCREG,t2 # stop at t0
240 PTR_SUBU SIZEREG,SIZEREG,t2
H A Dlocore.S132 mfc0 t2, MIPS_COP_0_STATUS
133 and t2, t0
134 or t2, t1
135 mtc0 t2, MIPS_COP_0_STATUS
155 rdhwr t2, $0
156 beqz t2, 1f
H A Docteon_cop2_swtch.S47 mfc0 t2, MIPS_COP_0_STATUS
48 or t0, t2, MIPS_SR_COP_2_BIT
124 mtc0 t2, MIPS_COP_0_STATUS
142 mtc0 t2, MIPS_COP_0_STATUS
149 mfc0 t2, MIPS_COP_0_STATUS
150 or t0, t2, MIPS_SR_COP_2_BIT
225 mtc0 t2, MIPS_COP_0_STATUS
243 mtc0 t2, MIPS_COP_0_STATUS
H A Dswtch.S110 RESTORE_U_PCB_REG(t2, T2, k1)
230 lw t2, TD_MDFLAGS(a3) # get md_flags
231 and t1, t2, MDTD_COP2USED
236 and t2, t2, ~MDTD_COP2USED
237 sw t2, TD_MDFLAGS(a3)
239 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
240 SAVE_U_PCB_CONTEXT(t2, PCB_REG_SR, a0) # save status register
243 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
244 SAVE_U_PCB_REG(t2, PS, a0) # save stratus register
H A Dsupport.S646 li t2, 0xffff
647 sll t2, t2, t0 # compute mask
653 and t1, t1, t2
679 li t2, 0xffff
680 sll t2, t2, t0 # compute mask
686 and t1, t1, t2
711 li t2, 0xff
712 sll t2, t2, t0 # compute mask
718 and t1, t1, t2
744 li t2, 0xff
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-compactflash.c258 int t2; in cvmx_compactflash_set_piomode() local
275 t2 = 55; in cvmx_compactflash_set_piomode()
286 t2 = 65; in cvmx_compactflash_set_piomode()
295 t2 = 70; in cvmx_compactflash_set_piomode()
304 t2 = 80; in cvmx_compactflash_set_piomode()
313 t2 = 100; in cvmx_compactflash_set_piomode()
322 t2 = 125; in cvmx_compactflash_set_piomode()
347 t2 = FLASH_RoundUP(t2 * clocks_us, 1000); in cvmx_compactflash_set_piomode()
348 if (t2) in cvmx_compactflash_set_piomode()
349 t2--; in cvmx_compactflash_set_piomode()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c1014 t2 = Te0[s2 >> 24] ^ in aes_generic_encrypt()
1034 Te2[(t2 >> 8) & 0xff] ^ in aes_generic_encrypt()
1039 Te1[(t2 >> 16) & 0xff] ^ in aes_generic_encrypt()
1044 s2 = Te0[t2 >> 24] ^ in aes_generic_encrypt()
1053 Te3[t2 & 0xff] ^ in aes_generic_encrypt()
1086 (Te4[t2 & 0xff] & 0x000000ff) ^ in aes_generic_encrypt()
1141 t2 = Td0[s2 >> 24] ^ in aes_generic_decrypt()
1161 Td2[(t2 >> 8) & 0xff] ^ in aes_generic_decrypt()
1168 Td3[t2 & 0xff] ^ in aes_generic_decrypt()
1171 s2 = Td0[t2 >> 24] ^ in aes_generic_decrypt()
[all …]
/f-stack/freebsd/mips/nlm/
H A Dmpreset.S58 li t2, 0 /* index */
61 sll v0, t2, 5
78 addi t2, 1
79 bne t3, t2, 1b
101 li t2, SYS_REG_KSEG1(0, SYS_CPU_NONCOHERENT_MODE)
102 lw t1, 0(t2)
104 sw t1, 0(t2)
105 lw t1, 0(t2) /* read-back ensures operation complete */
108 dla t2, mpentry
109 jr t2
/f-stack/freebsd/kern/
H A Dsubr_fattime.c143 unsigned t2, l, m; in timespec2fattime() local
157 t2 = t1 / DAY; in timespec2fattime()
158 if (t2 < T1980) { in timespec2fattime()
162 t2 -= T1980; in timespec2fattime()
169 t2++; in timespec2fattime()
172 l = t2 / LYC; in timespec2fattime()
174 t2 -= l * LYC; in timespec2fattime()
177 m = t2 / 32; in timespec2fattime()
180 while (m < 47 && mtab[m + 1].days <= t2) in timespec2fattime()
187 t2 -= mtab[m].days - 1; in timespec2fattime()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c71 fe25519_sq(t2, t2); in fe25519_invert()
76 fe25519_sq(t2, t2); in fe25519_invert()
78 fe25519_mul(t2, t2, t1); in fe25519_invert()
83 fe25519_mul(t2, t3, t2); in fe25519_invert()
84 fe25519_sq(t2, t2); in fe25519_invert()
86 fe25519_sq(t2, t2); in fe25519_invert()
91 fe25519_sq(t2, t2); in fe25519_invert()
93 fe25519_mul(t2, t2, t1); in fe25519_invert()
98 fe25519_mul(t2, t3, t2); in fe25519_invert()
99 fe25519_sq(t2, t2); in fe25519_invert()
[all …]
/f-stack/freebsd/crypto/des/
H A Ddes_setkey.c175 DES_LONG c,d,t,s,t2; in des_set_key_unchecked() local
220 t2=((t<<16L)|(s&0x0000ffffL))&0xffffffffL; in des_set_key_unchecked()
221 *(k++)=ROTATE(t2,30)&0xffffffffL; in des_set_key_unchecked()
223 t2=((s>>16L)|(t&0xffff0000L)); in des_set_key_unchecked()
224 *(k++)=ROTATE(t2,26)&0xffffffffL; in des_set_key_unchecked()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.c72 int luaO_rawequalObj (const TValue *t1, const TValue *t2) { in luaO_rawequalObj() argument
73 if (ttype(t1) != ttype(t2)) return 0; in luaO_rawequalObj()
78 return luai_numeq(nvalue(t1), nvalue(t2)); in luaO_rawequalObj()
80 return bvalue(t1) == bvalue(t2); /* boolean true must be 1 !! */ in luaO_rawequalObj()
82 return pvalue(t1) == pvalue(t2); in luaO_rawequalObj()
85 return gcvalue(t1) == gcvalue(t2); in luaO_rawequalObj()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h71 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument
74 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument
77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
96 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument
99 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument
103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
/f-stack/freebsd/mips/malta/
H A Dasm_malta.S62 li t2, (VPECONF0_MVP | VPECONF0_VPA)
63 move $1, t2
65 .word 0x41810000 | (1 << 11) | 2 # mttc0 t2, $1, 2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c337 time_t t1, t2; in main() local
358 ret = get_file_time(tfile, timetest_table[i].type, &t2); in main()
365 if (t1 == t2) { in main()
367 timetest_table[i].name, (long)t1, (long)t2); in main()
371 timetest_table[i].name, (long)t1, (long)t2); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c76 unsigned char t1[32], t2[32]; in crypto_sign_edwards25519sha512batch_open() local
108 ge25519_p3_tobytes(t2, &R); in crypto_sign_edwards25519sha512batch_open()
109 if (crypto_verify_32(t1, t2) != 0) { in crypto_sign_edwards25519sha512batch_open()
/f-stack/freebsd/mips/include/
H A Dregdef.h61 #define t2 $14 macro
66 #define t2 $10 macro
H A Dframe.h60 register_t t2; member
65 register_t t2; member
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h105 uint64_t t0, t1, t2, t3; in fe25519_tobytes() local
110 t2 = (t[2] >> 26) | (t[3] << 25); in fe25519_tobytes()
114 STORE64_LE(s + 16, t2); in fe25519_tobytes()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_string_props.zcp43 function list_match(t1, t2)
44 if t1 == t2 then return true end
45 return (t1[1] == t2[1])
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c589 long long t1, t2; in test_throughput() local
602 t2 = usec(); in test_throughput()
605 printf("\t(%dx PING: %.3fs)\n", num, (t2-t1)/1000000.0); in test_throughput()
614 t2 = usec(); in test_throughput()
617 printf("\t(%dx LRANGE with 500 elements: %.3fs)\n", num, (t2-t1)/1000000.0); in test_throughput()
628 t2 = usec(); in test_throughput()
631 printf("\t(%dx PING (pipelined): %.3fs)\n", num, (t2-t1)/1000000.0); in test_throughput()
642 t2 = usec(); in test_throughput()
645 printf("\t(%dx LRANGE with 500 elements (pipelined): %.3fs)\n", num, (t2-t1)/1000000.0); in test_throughput()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c261 int luaV_equalobj_ (lua_State *L, const TValue *t1, const TValue *t2) { in luaV_equalobj_() argument
263 lua_assert(ttisequal(t1, t2)); in luaV_equalobj_()
266 case LUA_TNUMBER: return luai_numeq(nvalue(t1), nvalue(t2)); in luaV_equalobj_()
268 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj_()
269 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
270 case LUA_TSHRSTR: return eqshrstr(rawtsvalue(t1), rawtsvalue(t2)); in luaV_equalobj_()
271 case LUA_TLNGSTR: return luaS_eqlngstr(rawtsvalue(t1), rawtsvalue(t2)); in luaV_equalobj_()
273 if (uvalue(t1) == uvalue(t2)) return 1; in luaV_equalobj_()
279 if (hvalue(t1) == hvalue(t2)) return 1; in luaV_equalobj_()
286 return gcvalue(t1) == gcvalue(t2); in luaV_equalobj_()
[all …]

123