/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local 290 Round(c, d, e, &f, g, h, a, &b, 0x9bdc06a725c71235ull, w14 = be64_to_cpu(chunk[14])); in Transform() 293 Round(a, b, c, &d, e, f, g, &h, 0xe49b69c19ef14ad2ull, w0 += sigma1(w14) + w9 + sigma0(w1)); in Transform() 298 Round(d, e, f, &g, h, a, b, &c, 0x4a7484aa6ea6e483ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform() 306 Round(d, e, f, &g, h, a, b, &c, 0xd5a79147930aa725ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() 307 Round(c, d, e, &f, g, h, a, &b, 0x06ca6351e003826full, w14 += sigma1(w12) + w7 + sigma0(w15)); in Transform() 310 Round(a, b, c, &d, e, f, g, &h, 0x27b70a8546d22ffcull, w0 += sigma1(w14) + w9 + sigma0(w1)); in Transform() 315 Round(d, e, f, &g, h, a, b, &c, 0x766a0abb3c77b2a8ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform() 323 Round(d, e, f, &g, h, a, b, &c, 0xd69906245565a910ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() 324 Round(c, d, e, &f, g, h, a, &b, 0xf40e35855771202aull, w14 += sigma1(w12) + w7 + sigma0(w15)); in Transform() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8 66 eor \out0, \out0, w14, ror #24
|
H A D | sm3-neon-core.S | 53 #define t3 w14
|
H A D | chacha-neon-core.S | 170 a2 .req w14
|
/openbmc/linux/include/uapi/linux/ |
H A D | soundcard.h | 1153 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ argument 1161 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 52 RESET_MSA_REGISTER(w14); in reset_msa_registers()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14483 + lsl w14, w5, #2 // w14 = pref4 14485 + add w16, w14, w12 // w16 = pref6 14515 + ldr q30, [x3, w14, sxtw] 14516 + ldr q25, [x17, w14, sxtw] 14751 + ldr w14, [sp, #SP_INT*3] // w14 = pref4 14793 + ldr q30, [x3, w14, sxtw] 14794 + ldr q25, [x17, w14, sxtw] 17976 + // w14 = 0, processed block count 17977 + eor w14, w14, w14 17995 + add w14, w14, #1 [all …]
|