/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 288 Round(e, f, g, &h, a, b, c, &d, 0x72be5d74f27b896full, w12 = be64_to_cpu(chunk[12])); in Transform() 296 Round(f, g, h, &a, b, c, d, &e, 0x240ca1cc77ac9c65ull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform() 304 Round(f, g, h, &a, b, c, d, &e, 0xbf597fc7beef0ee4ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 305 Round(e, f, g, &h, a, b, c, &d, 0xc6e00bf33da88fc2ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() 307 Round(c, d, e, &f, g, h, a, &b, 0x06ca6351e003826full, w14 += sigma1(w12) + w7 + sigma0(w15)); in Transform() 313 Round(f, g, h, &a, b, c, d, &e, 0x53380d139d95b3dfull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform() 321 Round(f, g, h, &a, b, c, d, &e, 0xc76c51a30654be30ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 322 Round(e, f, g, &h, a, b, c, &d, 0xd192e819d6ef5218ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() 324 Round(c, d, e, &f, g, h, a, &b, 0xf40e35855771202aull, w14 += sigma1(w12) + w7 + sigma0(w15)); in Transform() [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | za-fork-asm.S | 29 mov w12, wzr 48 mov w12, wzr
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0 64 eor \out0, \out0, w12
|
H A D | ghash-ce-core.S | 704 sub w12, w8, #2 708 rev w12, w12 715 ins KS2.s[3], w12
|
H A D | sm3-neon-core.S | 51 #define t1 w12
|
H A D | chacha-neon-core.S | 168 a0 .req w12
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 91 mov w12, #0 265 mov w12, #0
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 50 RESET_MSA_REGISTER(w12); in reset_msa_registers()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14481 + lsl w12, w5, #1 // w12 = pref2 14485 + add w16, w14, w12 // w16 = pref6 14560 + ldr q31, [x3, w12, sxtw] 14561 + ldr q27, [x17, w12, sxtw] 14745 + mov w12, w7 // w12 = pref2 14825 + ldr q31, [x3, w12, sxtw] 14826 + ldr q27, [x17, w12, sxtw] 17968 + // w12 = 0, processed row count 17969 + eor w12, w12, w12 18022 + add w12, w12, #1 [all …]
|