/openbmc/u-boot/arch/arm/lib/ |
H A D | gic_64.S | 33 and w10, w9, #0x1f /* ITLinesNumber */ 34 cbz w10, 1f /* No SPIs */ 40 sub w10, w10, #0x1 41 cbnz w10, 0b 46 and w10, w9, #0x1f /* ITLinesNumber */ 47 cbz w10, 1f /* No SPIs */ 52 sub w10, w10, #0x1 53 cbnz w10, 0b 88 cmp w10, w11 94 2: mov w10, #~0x2 [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 88 ldp w10, w11, [rk, #-8] 97 eor w6, w6, w10 104 0: \round w8, w9, w10, w11, w4, w5, w6, w7 105 \round w4, w5, w6, w7, w8, w9, w10, w11 108 \round w8, w9, w10, w11, w4, w5, w6, w7 110 2: \round w4, w5, w6, w7, w8, w9, w10, w11 113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
|
H A D | ghash-ce-core.S | 466 csel w9, w10, w9, mi 702 sub w10, w8, #4 706 rev w10, w10 713 ins KS0.s[3], w10 // set lower counter
|
H A D | sm3-neon-core.S | 48 #define rh w10
|
/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 286 Round(g, h, a, &b, c, d, e, &f, 0x243185be4ee4b28cull, w10 = be64_to_cpu(chunk[10])); in Transform() 294 Round(h, a, b, &c, d, e, f, &g, 0xefbe4786384f25e3ull, w1 += sigma1(w15) + w10 + sigma0(w2)); in Transform() 302 Round(h, a, b, &c, d, e, f, &g, 0xa831c66d2db43210ull, w9 += sigma1(w7) + w2 + sigma0(w10)); in Transform() 303 Round(g, h, a, &b, c, d, e, &f, 0xb00327c898fb213full, w10 += sigma1(w8) + w3 + sigma0(w11)); in Transform() 305 Round(e, f, g, &h, a, b, c, &d, 0xc6e00bf33da88fc2ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() 311 Round(h, a, b, &c, d, e, f, &g, 0x2e1b21385c26c926ull, w1 += sigma1(w15) + w10 + sigma0(w2)); in Transform() 319 Round(h, a, b, &c, d, e, f, &g, 0xa81a664bbc423001ull, w9 += sigma1(w7) + w2 + sigma0(w10)); in Transform() 320 Round(g, h, a, &b, c, d, e, &f, 0xc24b8b70d0f89791ull, w10 += sigma1(w8) + w3 + sigma0(w11)); in Transform() 322 Round(e, f, g, &h, a, b, c, &d, 0xd192e819d6ef5218ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform() [all …]
|
/openbmc/qemu/common-user/host/aarch64/ |
H A D | safe-syscall.inc.S | 59 ldr w10, [x9] 60 cbnz w10, 2f
|
/openbmc/linux/arch/arm64/lib/ |
H A D | memcpy.S | 33 #define C_lw w10
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | tc_actions.sh | 225 ip vrf exec v$h1 ncat --recv-only -w10 -l -p 12345 -o $mirred_e2i_tf2 &
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_actions.sh | 225 ip vrf exec v$h1 ncat --recv-only -w10 -l -p 12345 -o $mirred_e2i_tf2 &
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 48 RESET_MSA_REGISTER(w10); in reset_msa_registers()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14475 + mov w10, w6 // w10 = loop count 14706 + subs w10, w10, #16 14743 + mov w10, w4 // w10 = loop count 14909 + subs w10, w10, #16 17959 + // w10 = stride2 * stride1 - stride1 17960 + mov w10, w4 17961 + lsl w10, w10, #7 17962 + sub w10, w10, #128 18067 + // w10 = (stride2 * stride1 - stride1) = stride2 * 128 - 128 18068 + lsl w10, w6, #7 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 505 __le32 w10; member
|