Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 25 of 210) sorted by relevance

123456789

/openbmc/linux/include/crypto/
H A Daria.h344 u32 *t3) in aria_sbox_layer1_with_pre_diff() argument
358 *t3 = s1[get_u8(*t3, 0)] ^ in aria_sbox_layer1_with_pre_diff()
361 x2[get_u8(*t3, 3)]; in aria_sbox_layer1_with_pre_diff()
366 u32 *t3) in aria_sbox_layer2_with_pre_diff() argument
380 *t3 = x1[get_u8(*t3, 0)] ^ in aria_sbox_layer2_with_pre_diff()
383 s2[get_u8(*t3, 3)]; in aria_sbox_layer2_with_pre_diff()
390 *t2 ^= *t3; in aria_diff_word()
393 *t3 ^= *t1; in aria_diff_word()
403 *t3 = bswap32(*t3); in aria_diff_byte()
408 u32 *t3) in aria_add_round_key() argument
[all …]
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dlowlevel_init.S82 ori t3, t3, 0x1
96 and t3, t3, t5
98 or t3, t3, t5
103 and t3, t3, t4
104 ori t3, t3, 0xc
107 ori t3, t3, 0x08
154 subu t3, t3, 1
176 and t3, t3, t8
201 or t3, t3, t8
215 or t3, t3, t8
[all …]
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-inv.c68 t3 = mpi_copy(v); in mpi_invm()
69 t3->sign = !t3->sign; in mpi_invm()
75 t3 = mpi_copy(u); in mpi_invm()
88 mpi_rshift(t3, t3, 1); in mpi_invm()
93 mpi_rshift(t3, t3, 1); in mpi_invm()
99 if (!t3->sign) { in mpi_invm()
103 mpi_set(u3, t3); in mpi_invm()
110 sign = t3->sign; t3->sign = !t3->sign; in mpi_invm()
111 mpi_set(v3, t3); in mpi_invm()
112 t3->sign = sign; in mpi_invm()
[all …]
/openbmc/linux/arch/riscv/lib/
H A Dmemmove.S53 mv t3, a0
79 beq t5, t3, 1f
136 addi t3, t3, (2 * SZREG)
142 beq t3, a2, 2f
151 bne t3, t6, 1b
234 addi t3, t3, SZREG
262 beq t3, t5, 2f
266 addi t3, t3, 1
267 sb t1, -1(t3)
268 bne t3, t5, 1b
[all …]
H A Dstrlen.S67 li t3, SZREG
68 sub t3, t3, t2
98 bgtu t3, a0, 2f
102 li t3, -1
113 beq t1, t3, 1b
/openbmc/linux/arch/arm/crypto/
H A Dsha512-armv4.pl76 $t3="r12";
124 eor $t1,$t1,$t3
174 and $Alo,$Alo,$t3
175 and $t3,$Ahi,$t1
330 ldrb $t3, [$inp,#2]
377 mov $t1,$t3,lsr#19
396 adc $Thi,$Thi,$t3
422 adc $t3,$Thi,$t3
439 adc $t3,$Thi,$t3
454 adc $t3,$Thi,$t3
[all …]
H A Dsha256-armv4.pl53 $T1="r3"; $t3="r3";
130 and $t3,$t3,$t2 @ (b^c)&=(a^b)
132 eor $t3,$t3,$b @ Maj(a,b,c)
136 ($t2,$t3)=($t3,$t2);
253 ldr $t0,[$t3,#0]
254 ldr $t1,[$t3,#4]
255 ldr $t2,[$t3,#8]
510 eor $t3,$B,$C
554 add $C,$C,$t3
562 add $G,$G,$t3
[all …]
H A Daes-neonbs-core.S202 vorr \t3, \t3, \s0
210 veor \t3, \t3, \s1
214 veor \t3, \t3, \s3
224 veor \t3, \t3, \s0
236 veor \t3, \t3, \t2
270 veor \t3, \t3, \x3
279 veor \t3, \t3, \x7
329 veor \t3, \t3, \x2
333 veor \t3, \t3, \x7
343 veor \t3, \t3, \x4
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c1025 tcg_gen_mul_tl(t3, t1, t3); in gen_mxu_d16mul()
1029 tcg_gen_mul_tl(t3, t0, t3); in gen_mxu_d16mul()
1033 tcg_gen_mul_tl(t3, t1, t3); in gen_mxu_d16mul()
1037 tcg_gen_mul_tl(t3, t0, t3); in gen_mxu_d16mul()
1045 tcg_gen_shli_tl(t3, t3, 1); in gen_mxu_d16mul()
1084 tcg_gen_or_tl(t3, t3, t2); in gen_mxu_d16mul()
1125 tcg_gen_mul_tl(t3, t1, t3); in gen_mxu_d16mac()
1210 tcg_gen_or_tl(t3, t3, t2); in gen_mxu_d16mac()
1289 tcg_gen_shli_tl(t3, t3, 16); in gen_mxu_d16madl()
1407 tcg_gen_mul_tl(t3, t3, t7); in gen_mxu_q8mul_mac()
[all …]
/openbmc/u-boot/arch/riscv/cpu/
H A Dstart.S104 la t3, __bss_start
105 sub t3, t3, t0 /* t3 <- __bss_start_ofs */
106 add t2, t0, t3 /* t2 <- source end address */
134 LREG t3, -(REGBYTES*3)(t1)
137 add t3, t3, t6 /* t3 <-- location to fix up in RAM */
138 SREG t5, 0(t3)
151 li t3, RELOC_TYPE
152 bne t5, t3, 10f /* skip non-addned entries */
154 LREG t3, -(REGBYTES*3)(t1)
160 add t3, t3, t6 /* t3 <-- location to fix up in RAM */
[all …]
/openbmc/qemu/crypto/
H A Daes.c1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
1562 t3 = in AES_encrypt()
1578 AES_Te3[(t3 ) & 0xff] ^ in AES_encrypt()
1583 AES_Te2[(t3 >> 8) & 0xff] ^ in AES_encrypt()
1588 AES_Te1[(t3 >> 16) & 0xff] ^ in AES_encrypt()
1593 AES_Te0[(t3 >> 24) ] ^ in AES_encrypt()
1753 t3 = in AES_decrypt()
1767 AES_Td1[(t3 >> 16) & 0xff] ^ in AES_decrypt()
1774 AES_Td2[(t3 >> 8) & 0xff] ^ in AES_decrypt()
1781 AES_Td3[(t3 ) & 0xff] ^ in AES_decrypt()
[all …]
/openbmc/linux/arch/alpha/lib/
H A Dev67-strrchr.S42 sll t5, 8, t3 # U : 00000000ch000000
46 or t5, t3, t3 # E : 00000000chch0000
51 or t2, t3, t2 # E : 0000chchchch0000
60 cmpbge zero, t2, t3 # E : bits set iff byte == c
62 andnot t3, t4, t3 # E : clear garbage from char test
68 cmovne t3, v0, t6 # E : save previous comparisons match
72 cmovne t3, t3, t8 # E : Latency=2, extra map slot
78 cmpbge zero, t2, t3 # E : bits set iff byte == c
89 and t3, t4, t3 # E : mask out char matches after null
90 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
[all …]
H A Dstrrchr.S38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
47 cmovne t3, t3, t8 # e0 :
51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
61 and t3, t4, t3 # e0 : mask out char matches after null
62 cmovne t3, t3, t8 # .. e1 : save it, if match found
63 cmovne t3, v0, t6 # e0 :
H A Dstrchr.S36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
47 or t2, t3, t0 # e0 :
53 and t0, t3, t1 # e0 : bit set iff byte was the char
57 and t0, 0xcc, t3 # .. e1 :
60 cmovne t3, 2, t3 # e0 :
62 addq t2, t3, t2 # e0 :
H A Dev67-strchr.S33 and a1, 0xff, t3 # E : 00000000000000ch
37 insbl t3, 6, a3 # U : 00ch000000000000
38 or t5, t3, a1 # E : 000000000000chch
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
56 or t2, t3, t0 # E : bits set iff char match or zero match
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
75 or t2, t3, t0 # E :
76 cttz t3, a2 # U0 : speculative (in case we get a match)
81 and t0, t3, t1 # E : bit set iff byte was the char
/openbmc/qemu/include/exec/
H A Dhelper-gen.h.inc38 #define DEF_HELPER_FLAGS_3(name, flags, ret, t1, t2, t3) \
41 dh_arg_decl(t1, 1), dh_arg_decl(t2, 2), dh_arg_decl(t3, 3)) \
44 dh_arg(t1, 1), dh_arg(t2, 2), dh_arg(t3, 3)); \
47 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
51 dh_arg_decl(t3, 3), dh_arg_decl(t4, 4)) \
55 dh_arg(t3, 3), dh_arg(t4, 4)); \
58 #define DEF_HELPER_FLAGS_5(name, flags, ret, t1, t2, t3, t4, t5) \
61 dh_arg_decl(t1, 1), dh_arg_decl(t2, 2), dh_arg_decl(t3, 3), \
65 dh_arg(t1, 1), dh_arg(t2, 2), dh_arg(t3, 3), \
69 #define DEF_HELPER_FLAGS_6(name, flags, ret, t1, t2, t3, t4, t5, t6) \
[all …]
H A Dhelper-head.h122 #define DEF_HELPER_3(name, ret, t1, t2, t3) \ argument
123 DEF_HELPER_FLAGS_3(name, 0, ret, t1, t2, t3)
124 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \ argument
125 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
126 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \ argument
127 DEF_HELPER_FLAGS_5(name, 0, ret, t1, t2, t3, t4, t5)
128 #define DEF_HELPER_6(name, ret, t1, t2, t3, t4, t5, t6) \ argument
129 DEF_HELPER_FLAGS_6(name, 0, ret, t1, t2, t3, t4, t5, t6)
130 #define DEF_HELPER_7(name, ret, t1, t2, t3, t4, t5, t6, t7) \ argument
131 DEF_HELPER_FLAGS_7(name, 0, ret, t1, t2, t3, t4, t5, t6, t7)
H A Dhelper-proto.h.inc32 #define DEF_HELPER_FLAGS_3(name, flags, ret, t1, t2, t3) \
34 dh_ctype(t3)) DEF_HELPER_ATTR;
36 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
37 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
40 #define DEF_HELPER_FLAGS_5(name, flags, ret, t1, t2, t3, t4, t5) \
41 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
44 #define DEF_HELPER_FLAGS_6(name, flags, ret, t1, t2, t3, t4, t5, t6) \
45 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
49 #define DEF_HELPER_FLAGS_7(name, flags, ret, t1, t2, t3, t4, t5, t6, t7) \
50 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
/openbmc/linux/arch/mips/kernel/
H A Docteon_switch.S124 dmfc2 t3, 0x0082
132 dmfc2 t3, 0x0103
140 dmfc2 t3, 0x0107
160 dmfc2 t3, 0x0242
168 dmfc2 t3, 0x0246
176 dmfc2 t3, 0x024A
184 dmfc2 t3, 0x024E
192 dmfc2 t3, 0x0253
200 dmfc2 t3, 0x0257
208 dmfc2 t3, 0x025A
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dmcount.S50 la.pcrel t3, ftrace_graph_return
51 PTR_L t3, t3, 0
52 bne t1, t3, ftrace_graph_caller
54 la.pcrel t3, ftrace_graph_entry
55 PTR_L t3, t3, 0
56 bne t1, t3, ftrace_graph_caller
/openbmc/linux/arch/alpha/include/asm/
H A Dword-at-a-time.h42 unsigned long t1, t2, t3; in find_zero()
48 t3 = bits & 0xaa; in find_zero()
51 if (t3) t3 = 1; in find_zero()
52 return t1 + t2 + t3; in find_zero()
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-armv8.pl153 and $t3,$t3,$t2 // (b^c)&=(a^b)
155 eor $t3,$t3,$b // Maj(a,b,c)
177 and $t3,$t3,$t2 // (b^c)&=(a^b)
181 eor $t3,$t3,$b // Maj(a,b,c)
192 ($t2,$t3)=($t3,$t2);
681 eor $t3,$B,$C
713 ldp $t2,$t3,[$ctx,#8]
718 add $D,$D,$t3
719 ldp $t2,$t3,[$ctx,#24]
727 add $H,$H,$t3
[all …]
/openbmc/linux/tools/perf/tests/
H A Dthread-maps-share.c14 struct thread *t1, *t2, *t3; in test__thread_maps_share() local
37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_maps_share()
43 leader && t1 && t2 && t3 && other); in test__thread_maps_share()
51 TEST_ASSERT_VAL("maps don't match", RC_CHK_ACCESS(maps) == RC_CHK_ACCESS(thread__maps(t3))); in test__thread_maps_share()
69 machine__remove_thread(machine, t3); in test__thread_maps_share()
80 thread__put(t3); in test__thread_maps_share()
/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S28 #undef t3
32 #define t3 $11 macro
475 LOAD(t3, UNIT(3)(src))
487 ADDC(t2, t3)
519 LOAD(t3, UNIT(3)(src))
527 ADDC(t2, t3)
594 SHIFT_DISCARD t3, t3, t4
596 ADDC(sum, t3)
632 ADDC(t2, t3)
675 SLLV t0, t0, t3; \
[all …]
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S79 li t3, 0x03
91 addi t3, t3, -1
92 bnez t3, 1b
222 li t3, 100
227 bgt t4, t3, 0b
230 li t3, 5
266 addi t3, t3, -1
267 bnez t3, 3b

123456789