Searched refs:S0 (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S200 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
201 rorx $28, a, T1 # T1 = (a >> 28) # S0
204 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
210 add y1, h # h = k + w + h + S0 # --
214 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
215 add y3, h # h = t1 + S0 + MAJ # --
264 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
266 rorx $28, a, T1 # T1 = (a >> 28) # S0
269 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
[all...]
H A Dsha256-avx2-asm.S179 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
180 rorx $2, a, T1 # T1 = (a >> 2) # S0
184 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
191 add y1, h # h = k + w + h + S0 # --
197 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
198 add y3, h # h = t1 + S0 + MAJ # --
228 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
231 rorx $2, a, T1 # T1 = (a >> 2) # S0
235 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
[all...]
H A Dsha256-ssse3-asm.S173 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
186 add y1, h # h = h + S1 + CH + k + w + S0
189 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
215 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
227 add y1, h # h = h + S1 + CH + k + w + S0
230 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
255 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
267 add y1, h # h = h + S1 + CH + k + w + S0
271 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
295 ror $2, y1 # y1 = S0
[all...]
H A Dsha256-avx-asm.S177 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
189 add y1, h # h = h + S1 + CH + k + w + S0
192 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
215 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
227 add y1, h # h = h + S1 + CH + k + w + S0
230 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
252 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
264 add y1, h # h = h + S1 + CH + k + w + S0
268 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
289 MY_ROR 2, y1 # y1 = S0
[all...]
H A Dserpent-sse2-i586-asm_32.S137 #define S0(x0, x1, x2, x3, x4) \ define
516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1);
524 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9);
532 S0(RE, RC, RB, RD, RA); LK(RB, RC, RD, RE, RA, 17);
540 S0(RB, RE, RA, RD, RC); LK(RA, RE, RD, RB, RC, 25);
H A Dserpent-sse2-x86_64-asm_64.S637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
653 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
661 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
H A Dserpent-avx-x86_64-asm_64.S567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
583 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
591 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
H A Dserpent-avx2-asm_64.S567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
583 S(S0, RE, RC, RB, RD, RA); LK2(RB, RC, RD, RE, RA, 17);
591 S(S0, RB, RE, RA, RD, RC); LK2(RA, RE, RD, RB, RC, 25);
H A Dsha512-avx-asm.S151 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
152 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
H A Dsha512-ssse3-asm.S145 ror $28, tmp0 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
146 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
/linux-master/tools/perf/arch/riscv/util/
H A Dunwind-libdw.c30 dwarf_regs[8] = REG(S0);
/linux-master/drivers/net/dsa/ocelot/
H A Docelot_ext.c44 [S0] = "s0",
H A Dseville_vsc9953.c454 [S0] = vsc9953_vcap_regmap,
488 [S0] = "s0",
747 .target = S0,
H A Dfelix_vsc9959.c513 [S0] = vsc9959_vcap_regmap,
544 [S0] = "s0",
824 .target = S0,
/linux-master/fs/reiserfs/
H A Dlbalance.c743 struct buffer_head *S0 = PATH_PLAST_BUFFER(tb->tb_path); local
754 if (B_NR_ITEMS(S0) == 0) {
757 "vs-10270: S0 is empty now, but shift_bytes != -1 (%d)",
774 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0);
777 !(is_direntry_le_ih(item_head(S0, 0))
778 && !ih_entry_count(item_head(S0, 0)))) &&
780 (leaf_key(S0, 0), S0->b_size)),
H A Dfix_node.c545 * are to be in S1new, snum012[3] - to be in S0. They are supposed
700 struct buffer_head *S0; local
702 S0 = PATH_H_PBUFFER(tb->tb_path, 0);
716 RFALSE(B_NR_ITEMS(S0) != 1,
718 B_NR_ITEMS(S0));
720 ih = item_head(S0, 0);
748 if (MAX_CHILD_SIZE(S0) + vn->vn_size <= rfree + lfree + ih_size) {
1350 * used at leaf level only, S0 = S[0] is the node being balanced,
1941 * S0 is the node whose balance is currently being checked,
1944 struct buffer_head *S0, *F local
[all...]
/linux-master/crypto/
H A Dserpent_generic.c63 #define S0(x0, x1, x2, x3, x4) ({ \ macro
237 S0(r1, r2, r0, r4, r3); store_and_load_keys(r0, r2, r4, r1, 8, 4);
245 S0(r0, r1, r3, r4, r2); store_and_load_keys(r3, r1, r4, r0, -24, -28);
254 S0(r3, r0, r2, r4, r1); store_and_load_keys(r2, r0, r4, r3, -6, -10);
263 S0(r2, r3, r1, r4, r0); store_and_load_keys(r1, r3, r4, r2, 12, 8);
470 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1);
478 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9);
486 S0(r4, r2, r1, r3, r0); LK(r1, r2, r3, r4, r0, 17);
494 S0(r1, r4, r0, r3, r2); LK(r0, r4, r3, r1, r2, 25);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c250 { S0, "s0" },
H A Dvsc7514_regs.c430 [S0] = vsc7514_vcap_regmap,
652 .target = S0,
/linux-master/include/soc/mscc/
H A Docelot.h116 S0, enumerator in enum:ocelot_target

Completed in 182 milliseconds