Home
last modified time | relevance | path

Searched full:q3 (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/arch/arm/crypto/
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 Dchacha-neon-core.S60 * registers q0-q3. It performs matrix operations on four words in parallel,
75 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
[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 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 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 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
271 // q3 = first chunk: q7 right-shifted by '16-len' bytes.
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 Dnh-neon-core.S29 PASS3_SUMS .req q3
H A Dsha1-ce-core.S19 k3 .req 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/linux/arch/m68k/fpsp040/
H A Dstan.S34 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r.
40 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r,
223 faddd TANQ3,%fp3 | ...Q3+SQ4
226 fmulx %fp1,%fp3 | ...S(Q3+SQ4)
229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4)
232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4))
235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4))
238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4)))
261 faddd TANQ3,%fp3 | ...Q3+SQ4
264 fmulx %fp0,%fp3 | ...S(Q3+SQ4)
[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/linux/arch/ia64/lib/
H A Didiv64.S72 (p6) fma.s1 f11 = f7, f6, f10 // q3 = r*y2 + q2
74 FP_TO_INT(f11, f11) // q = trunc(q3)
/openbmc/linux/arch/arm/include/asm/
H A Ddiv64.h74 asm ( "umull %Q0, %R0, %Q2, %Q3\n\t" in __arch_xprod_64()
92 asm ( "umlal %R0, %Q0, %R2, %Q3\n\t" in __arch_xprod_64()
/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/linux/lib/crypto/mpi/
H A Dmpi-mod.c115 * q3 = floor( q2 / b^k+1 ) in mpi_mod_barrett()
124 * r2 = q3 * m mod b^k+1 in mpi_mod_barrett()
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-latch.yaml22 OUT3 ----------+-|-|-|--|-----------|D3 Q3|-----|<
35 | | | | `--------------------|D3 Q3|-----|<
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-visibility-off.svg1 … 13.5a7.68 7.68 0 0 1-3.82-1L.7 16l-.7-.71L3.32 12A11.85 11.85 0 0 1 0 7.93Q3 2.5 8 2.5a7.94 7.94 …
/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/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/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/
H A Dgpio_defs.json62 "pin": "Q3",
/openbmc/linux/drivers/gpio/
H A Dgpio-latch.c16 * OUT3 ----------+-|-|-|--|-----------|D3 Q3|-----|<
29 * | | | | `--------------------|D3 Q3|-----|<
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2]
49 ldp q2, q3, [\state, #16 * 2]
/openbmc/linux/arch/arm/vfp/
H A Dvfp.h48 "adcs %Q1, %Q3, %Q5\n\t" in add128()
61 "sbcs %Q1, %Q3, %Q5\n\t" in sub128()

123