Home
last modified time | relevance | path

Searched refs:q3 (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/arch/arm/crypto/
H A Dchacha-neon-core.S75 veor q3, q3, q0
76 vrev32.16 q3, q3
79 vadd.i32 q2, q2, q3
86 veor q3, q3, q0
91 vadd.i32 q2, q2, q3
101 vext.8 q3, q3, q3, #12
105 veor q3, q3, q0
106 vrev32.16 q3, q3
109 vadd.i32 q2, q2, q3
116 veor q3, q3, q0
[all …]
H A Daes-ce-core.S52 enc_round q3, \key1
56 enc_round q3, \key2
63 dec_round q3, \key1
67 dec_round q3, \key2
74 enc_round q3, \key1
78 aese.8 q3, \key2
82 veor q3, q3, \key3
89 dec_round q3, \key1
93 aesd.8 q3, \key2
97 veor q3, q3, \key3
[all …]
H A Dcurve25519-core.S59 vshr.u64 q3, q2, #7
89 vand q5, q5, q3
90 vand q7, q7, q3
91 vand q9, q9, q3
92 vand q11, q11, q3
93 vand q3, q13, q3
124 vadd.i64 q3, q3, q13
126 vadd.i64 q14, q3, q0
155 vsub.i64 q3, q3, q10
166 vsub.i64 q3, q6, q7
[all …]
H A Dblake2b-neon-core.S78 vadd.u64 q1, q1, q3
97 veor q3, q3, q5
112 vadd.u64 q1, q1, q3
137 veor q9, q3, q5
139 vshr.u64 q3, q9, #63
141 vsli.u64 q3, q9, #1
227 vshr.u64 q3, q9, #63
229 vsli.u64 q3, q9, #1
260 vld1.64 {q2-q3}, [ip]! // Load h[4..7]
319 veor q3, q3, q7 // v[6..7] ^= v[14..15]
[all …]
H A Dcrc32-ce-core.S135 vld1.8 {q3-q4}, [BUF, :128]!
156 vmull.p64 q3, d6, dCONSTANTl
163 veor.8 q3, q3, q7
170 veor.8 q3, q3, q7
188 veor.8 q1, q1, q3
230 vand.8 q2, q1, q3
233 vand.8 q2, q2, q3
H A Daes-neonbs-core.S457 vtst.8 q3, q7, q11
470 vst1.8 {q2-q3}, [r0, :256]!
493 veor q13, q3, q9
496 __tbl q3, q13, q8
505 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11
517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
524 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \
534 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11
540 veor q3, q3, q12
[all …]
H A Dcrct10dif-ce-core.S168 vld1.64 {q2-q3}, [buf]!
174 CPU_LE( vrev64.8 q3, q3 )
204 fold_32_bytes q2, q3
217 fold_16_bytes q3, q7, 1
272 vmov.i8 q3, #0x80
273 veor.8 q2, q2, q3
H A Dsha2-ce-core.S79 vld1.32 {q2-q3}, [r1]!
86 vrev32.8 q3, q3
H A Dsha1-ce-core.S19 k3 .req q3
H A Dnh-neon-core.S29 PASS3_SUMS .req q3
H A Dghash-ce-core.S18 XM .req q3
H A Dsha1-armv7-neon.S61 #define W3 q3
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c174 const uint64_t *q2 = v2, *q3 = v3; in HELPER() local
176 q1[0] = do_gfma8(q2[0], q3[0], 0); in HELPER()
177 q1[1] = do_gfma8(q2[1], q3[1], 0); in HELPER()
184 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER() local
186 q1[0] = do_gfma8(q2[0], q3[0], q4[0]); in HELPER()
187 q1[1] = do_gfma8(q2[1], q3[1], q4[1]); in HELPER()
198 const uint64_t *q2 = v2, *q3 = v3; in HELPER() local
200 q1[0] = do_gfma16(q2[0], q3[0], 0); in HELPER()
201 q1[1] = do_gfma16(q2[1], q3[1], 0); in HELPER()
208 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER() local
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch334 + vec3 q3;
335 + q3.y = max(q2.y, q2.z);
336 + q3.z = min(q2.y, q2.z);
337 + q3.x = q2.x;
339 + vec3 i1 = vec3(equal(q3.xxx, x0));
340 + vec3 i2 = i1 + vec3(equal(q3.yyy, x0));
432 + vec4 q3;
433 + q3.y = max(q2.y,q2.z); // y:z
434 + q3.z = min(q2.y,q2.z);
435 + q3.xw = q2.xw;
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.c9 uint64_t q0, q1, q2, q3; member
38 name, n, r->q3, r->q2, r->q1, r->q0); in dump_ymm()
291 r->q3 = val_i64[n].q3 ^ mask; in init_intreg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0002-burn.S-Add.patch38 + vext.8 q10, q3, q4, #1
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2]
49 ldp q2, q3, [\state, #16 * 2]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch14 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2018-q3/msg00085.html]
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S133 ldp q2, q3, [x2, #16 * 2]
241 stp q2, q3, [x2, #16 * 2]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/libabigail/
H A D0001-Check-for-correct-fts-module.patch22 Upstream-Status: Submitted [https://sourceware.org/pipermail/libabigail/2024q3/005973.html]
/openbmc/linux/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S271 ldp q2, q3, [buf, #0x20]
H A Daes-neonbs-core.S420 stp q2, q3, [x0, #-96]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-echo.dts238 label = "q3";
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch14688 + str q3, [x0, w5, sxtw]
14972 + ldr q3, [x3, w5, sxtw] // next[prefs]
18712 + vqrshrn.u16 d3, q3, #\bit_depth - 8
18877 + vuzp.8 q2, q3
18925 + vmov q3, q11
18940 + vmov q3, q7
18949 + vmov q2, q3
19150 + vldm r4!, {q0-q3}
19168 + vshrn.u32 d23, q3, #10
19169 + vmovn.u32 d3, q3
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8052 + vqrshrn.u16 d3, q3, #\bit_depth - 8
8076 + vqrshrn.u16 d3, q3, #\bit_depth - 8
8081 + vstm r0!, {q0-q3}
8086 + vldm r1!, {q0-q3}
8090 + vqrshrn.u16 d3, q3, #\bit_depth - 8

12