/openbmc/linux/arch/arm64/crypto/ |
H A D | sha3-ce-core.S | 59 ld1 {v25.8b-v28.8b}, [x1], #32 64 eor v3.8b, v3.8b, v28.8b 71 ld1 {v25.8b-v28.8b}, [x1], #32 76 eor v10.8b, v10.8b, v28.8b 83 ld1 {v25.8b-v28.8b}, [x1], #32 87 eor v16.8b, v16.8b, v28.8b 93 ld1 {v25.8b-v28.8b}, [x1], #32 98 eor v16.8b, v16.8b, v28.8b 116 eor3 v28.16b, v28.16b, v18.16b, v23.16b 122 rax1 v28.2d, v28.2d, v25.2d // bc[4] [all …]
|
H A D | sm4-ce-asm.h | 9 ld1 {v28.16b-v31.16b}, [ptr]; 16 sm4e b0.4s, v28.4s; \ 37 sm4e b0.4s, v28.4s; \ 38 sm4e b1.4s, v28.4s; \ 74 sm4e b0.4s, v28.4s; \ 75 sm4e b1.4s, v28.4s; \ 76 sm4e b2.4s, v28.4s; \ 77 sm4e b3.4s, v28.4s; \ 143 sm4e b0.4s, v28.4s; \ 144 sm4e b1.4s, v28.4s; \ [all …]
|
H A D | chacha-neon-core.S | 540 ld4r {v28.4s-v31.4s}, [x0] 588 add v12.4s, v12.4s, v28.4s 589 mov w6, v28.s[0] 637 zip1 v28.4s, v12.4s, v13.4s 687 zip1 v3.2d, v28.2d, v30.2d 688 zip2 v7.2d, v28.2d, v30.2d 721 eor v28.16b, v28.16b, v12.16b 736 tbl v28.16b, {v4.16b-v7.16b}, v28.16b 753 tbl v28.16b, {v0.16b-v3.16b}, v28.16b 769 eor v28.16b, v28.16b, v0.16b [all …]
|
H A D | aes-neon.S | 52 ld1 {v28.16b-v31.16b}, [\temp] 77 tbx \in\().16b, {v28.16b-v31.16b}, v11.16b 151 tbx \in0\().16b, {v28.16b-v31.16b}, v8.16b 153 tbx \in1\().16b, {v28.16b-v31.16b}, v9.16b 154 tbx \in2\().16b, {v28.16b-v31.16b}, v10.16b 155 tbx \in3\().16b, {v28.16b-v31.16b}, v11.16b
|
H A D | aes-ce.S | 35 ld1 {v25.4s-v28.4s}, [\rk], #64 120 2222: .irp key, v21, v22, v23, v24, v25, v26, v27, v28, v29
|
H A D | polyval-ce-core.S | 100 pmull2 v28.1q, X.2d, Y.2d 103 eor HI.16b, HI.16b, v28.16b
|
H A D | aes-neonbs-core.S | 664 mov v28.16b, v3.16b 686 eor v2.16b, v2.16b, v28.16b 702 mov v24.16b, v28.16b 748 next_tweak v28, v27, v18, v19 749 next_tweak v29, v28, v18, v19 758 eor v3.16b, v3.16b, v28.16b 783 eor v19.16b, \o3\().16b, v28.16b
|
H A D | sm4-ce-gcm-core.S | 120 sm4e b0.4s, v28.4s; \ 167 sm4e b0.4s, v28.4s; \ 168 sm4e b1.4s, v28.4s; \ 169 sm4e b2.4s, v28.4s; \
|
H A D | sm4-neon-core.S | 38 ld1 {v28.16b-v31.16b}, [x5]; 111 tbx RTMP0.16b, {v28.16b-v31.16b}, RX0.16b; \ 186 tbx RTMP0.16b, {v28.16b-v31.16b}, RX0.16b; \ 187 tbx RTMP1.16b, {v28.16b-v31.16b}, RX1.16b; \
|
H A D | crct10dif-ce-core.S | 96 bd1 .req v28
|
H A D | sm4-ce-core.S | 56 ld1 {v28.16b-v31.16b}, [x4]; 65 sm4ekey v4.4s, v3.4s, v28.4s;
|
H A D | ghash-ce-core.S | 375 K3 .req v28
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | df_v4_3.c | 32 uint32_t v0, v1, v28, v31; in df_v4_3_query_ras_poison_mode() local 43 v28 = REG_GET_FIELD(hw_assert_mskhi, in df_v4_3_query_ras_poison_mode() 48 if (v0 && v1 && v28 && v31) in df_v4_3_query_ras_poison_mode() 50 else if (!v0 && !v1 && !v28 && !v31) in df_v4_3_query_ras_poison_mode() 54 v0, v1, v28, v31); in df_v4_3_query_ras_poison_mode()
|
H A D | df_v3_6.c | 643 uint32_t v0, v1, v28, v31; in df_v3_6_query_ras_poison_mode() local 654 v28 = REG_GET_FIELD(hw_assert_mskhi, in df_v3_6_query_ras_poison_mode() 659 if (v0 && v1 && v28 && v31) in df_v3_6_query_ras_poison_mode() 661 else if (!v0 && !v1 && !v28 && !v31) in df_v3_6_query_ras_poison_mode() 665 v0, v1, v28, v31); in df_v3_6_query_ras_poison_mode()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_row.S | 182 { v28.h = vshuff(v28.h) 189 v28.w = vdmpy(v28.h, r10.h):sat 233 { vshuff(v29, v28, r28) 238 { v28.w = vadd(v29.w, v28.w) 268 { vshuff(v30, v28, r7) 284 { v28.w = vadd(v28.w, v30.w) 290 v28.w = vadd(v28.w, v1.w) 291 vmem(r4++#1) = v28.new
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | vmx_asm.h | 27 stvx v28,reg,%r1; \ 54 lvx v28,reg,%r1; \ 84 lvx v28,r5,r3
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | crtsavres.S | 263 stvx v28,r11,r0 301 lvx v28,r11,r0 476 stvx v28,r12,r0 526 lvx v28,r12,r0
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ |
H A D | mapfile.csv | 5 GenuineIntel-6-(3D|47),v28,broadwell,core
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | vmx_asm.S | 56 vcmpequd. v1,v0,v28
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 55 #define mask_64bit v28 95 stvx v28,0,r7 577 lvx v28,0,r7
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 78 #define XT1 %v28 471 #define T1 %v28
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | vx-insn-asm.h | 178 .ifc \vxr,%v28
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 685 #define v28 28
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 685 #define v28 28
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 1862 + abs v28.8h, v7.8h 2185 + eor v28.16b, v28.16b, v21.16b 2207 + bic v28.16b, v4.16b, v20.16b 2215 + eor v28.16b, v28.16b, v21.16b 2226 + cmeq v28.4s, v28.4s, #0 2232 + orr v28.16b, v28.16b, v29.16b 2239 + orr v23.16b, v28.16b, v30.16b 2256 + eor v28.16b, v28.16b, v21.16b 2269 + cmeq v28.4s, v28.4s, #0 2275 + orr v28.16b, v28.16b, v29.16b [all …]
|