Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 25 of 40) sorted by relevance

12

/linux/lib/crypto/x86/
H A Dsha256-avx2-asm.S178 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
179 rorx $2, a, T1 # T1 = (a >> 2) # S0
183 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
190 add y1, h # h = k + w + h + S0 # --
196 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
197 add y3, h # h = t1 + S0 + MAJ # --
227 xor T1, y1 # y1 = (a>>22) ^ (a>>13) # S0
230 rorx $2, a, T1 # T1 = (a >> 2) # S0
234 xor T1, y1 # y1 = (a>>22) ^ (a>>13) ^ (a>>2) # S0
242 add y1, h # h = k + w + h + S0 # --
[all …]
H A Dsha512-avx2-asm.S199 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
200 rorx $28, a, T1 # T1 = (a >> 28) # S0
203 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
209 add y1, h # h = k + w + h + S0 # --
213 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
214 add y3, h # h = t1 + S0 + MAJ # --
263 xor T1, y1 # y1 = (a>>39) ^ (a>>34) # S0
265 rorx $28, a, T1 # T1 = (a >> 28) # S0
268 xor T1, y1 # y1 = (a>>39) ^ (a>>34) ^ (a>>28) # S0
274 add y1, h # h = k + w + h + S0 # --
[all …]
H A Dsha256-avx-asm.S176 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
188 add y1, h # h = h + S1 + CH + k + w + S0
191 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
214 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
226 add y1, h # h = h + S1 + CH + k + w + S0
229 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
251 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
263 add y1, h # h = h + S1 + CH + k + w + S0
267 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
288 MY_ROR 2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
[all …]
H A Dsha256-ssse3-asm.S172 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
185 add y1, h # h = h + S1 + CH + k + w + S0
188 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
214 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
226 add y1, h # h = h + S1 + CH + k + w + S0
229 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
254 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>22)
266 add y1, h # h = h + S1 + CH + k + w + S0
270 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
294 ror $2, y1 # y1 = S0 = (a>>2) ^ (a>>13) ^ (a>>2
[all …]
H A Dsha512-ssse3-asm.S144 ror $28, tmp0 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
145 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
H A Dsha512-avx-asm.S150 RORQ tmp0, 28 # 28 # tmp = ((((a ror5)^a)ror6)^a)ror28 = S0(a)
151 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
/linux/kernel/trace/rv/monitors/pagefault/
H A Dpagefault.h32 S0, enumerator
46 __set_bit(S0, mon->states); in ltl_start()
59 case S0: in ltl_possible_next_states()
61 __set_bit(S0, next); in ltl_possible_next_states()
/linux/tools/perf/Documentation/
H A Dperf-iostat.txt43 S0-uncore_iio_0<0000:00>
45 S0-uncore_iio_1<0000:17>
47 S0-uncore_iio_2<0000:3a>
49 S0-uncore_iio_3<0000:5d>
/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c44 [S0] = "s0",
/linux/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S137 #define S0(x0, x1, x2, x3, x4) \ macro
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-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);
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-qcom-dc-scm-v1.dts113 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-vegman-n110.dts33 …/*S0-S7*/ "_SPI2_BMC_CS1","","","IRQ_SML0_ALERT_MUX","FP_LED_STATUS_GREEN","FP_LED_STATUS_AMBER","…
H A Daspeed-bmc-vegman-sx20.dts33 …/*S0-S7*/ "_SPI2_BMC_CS1","","","IRQ_SML0_ALERT_MUX","FP_LED_STATUS_GREEN","FP_LED_STATUS_AMBER","…
H A Daspeed-bmc-amd-daytonax.dts144 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-inventec-transformers.dts289 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-amd-ethanolx.dts146 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-facebook-greatlakes.dts273 /*S0-S7*/ "","","power-p5v-usb","presence-bmc-tpm","","","","",
H A Daspeed-bmc-ufispace-ncplite.dts356 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-inventec-starscream.dts337 /*S0-S7*/ "","","","",
H A Daspeed-bmc-ibm-bonnell.dts149 /*S0-S7*/ "presence-ps0","presence-ps1","","","power-ffs-sync-history","","","",
H A Daspeed-bmc-tyan-s8036.dts451 /*S0-S7*/ "","","","","","","","",
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-wilco-ec43 - In S0, the port will always provide power.
/linux/drivers/net/ethernet/mscc/
H A Dvsc7514_regs.c430 [S0] = vsc7514_vcap_regmap,
652 .target = S0,

12