/openbmc/linux/arch/arm/crypto/ |
H A D | chacha-neon-core.S | 80 veor q4, q1, q2 81 vshl.u32 q1, q4, #12 82 vsri.u32 q1, q4, #20 92 veor q4, q1, q2 93 vshl.u32 q1, q4, #7 94 vsri.u32 q1, q4, #25 110 veor q4, q1, q2 111 vshl.u32 q1, q4, #12 112 vsri.u32 q1, q4, #20 122 veor q4, q1, q2 [all …]
|
H A D | curve25519-core.S | 84 vand q4, q4, q2 95 vadd.i64 q12, q4, q1 105 vsub.i64 q4, q4, q12 141 vadd.i64 q4, q4, q14 146 vadd.i64 q4, q4, q6 150 vadd.i64 q4, q4, q13 152 vadd.i64 q1, q4, q1 168 vsub.i64 q1, q4, q1 223 veor q6, q4, q5 233 veor q4, q4, q6 [all …]
|
H A D | aes-ce-core.S | 258 vmov q4, q0 264 veor q1, q1, q4 415 vld1.8 {q4-q5}, [r1]! 419 veor q0, q0, q4 507 vmov q4, q0 513 next_tweak q4, q4, q15, q10 519 next_tweak q5, q4, q15, q10 520 veor q0, q0, q4 527 veor q0, q0, q4 533 vmov q4, q7 [all …]
|
H A D | aes-neonbs-core.S | 458 vtst.8 q4, q7, q12 471 vst1.8 {q4-q5}, [r0, :256]! 495 veor q14, q4, q9 498 __tbl q4, q14, 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 538 veor q4, q4, q12 [all …]
|
H A D | crc32-ce-core.S | 135 vld1.8 {q3-q4}, [BUF, :128]! 157 vmull.p64 q4, d8, dCONSTANTl 165 veor.8 q4, q4, q8 171 veor.8 q4, q4, q8 193 veor.8 q1, q1, q4
|
H A D | blake2b-neon-core.S | 91 vadd.u64 q4, q4, q6 96 veor q2, q2, q4 128 vadd.u64 q4, q4, q6 136 veor q8, q2, q4 264 vld1.64 {q4-q5}, [r10]! // Load IV[0..3] 315 veor q0, q0, q4 // v[0..1] ^= v[8..9]
|
H A D | crct10dif-ce-core.S | 169 vld1.64 {q4-q5}, [buf]! 175 CPU_LE( vrev64.8 q4, q4 ) 205 fold_32_bytes q4, q5 214 fold_16_bytes q0, q4 219 fold_16_bytes q4, q6
|
H A D | sha1-ce-core.S | 21 ta0 .req q4 24 tb1 .req q4
|
H A D | nh-neon-core.S | 32 K0 .req q4
|
H A D | ghash-ce-core.S | 19 XH .req q4 20 IN1 .req q4
|
H A D | sha1-armv7-neon.S | 62 #define W4 q4
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 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() 208 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER() local 210 q1[0] = do_gfma16(q2[0], q3[0], q4[0]); in HELPER() 211 q1[1] = do_gfma16(q2[1], q3[1], q4[1]); in HELPER() 232 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER() local 234 q1[0] = do_gfma32(q2[0], q3[0], q4[0]); in HELPER() 235 q1[1] = do_gfma32(q2[1], q3[1], q4[1]); in HELPER() 254 const uint64_t *q2 = v2, *q3 = v3, *q4 = v4; in HELPER() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
H A D | 0002-burn.S-Add.patch | 38 + vext.8 q10, q3, q4, #1 45 + vmul.u16 q13, q0, q4
|
H A D | 0003-burn.S-Remove-.func-.endfunc.patch | 29 vmul.u16 q13, q0, q4
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/ |
H A D | README.md | 22 Supported version: 9-2019-q4-major
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | fpsimdmacros.h | 14 stp q4, q5, [\state, #16 * 4] 50 ldp q4, q5, [\state, #16 * 4]
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 134 ldp q4, q5, [x2, #16 * 4] 242 stp q4, q5, [x2, #16 * 4]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | crct10dif-ce-core.S | 272 ldp q4, q5, [buf, #0x40]
|
H A D | aes-neonbs-core.S | 421 stp q4, q5, [x0, #-64]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-echo.dts | 329 label = "q4";
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 42 "%q0", "%q1", "%q2", "%q3", "%q4", "%q5", "%q6", "%q7",
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 18704 + vpush {q4-q7} 18713 + vqrshrn.u16 d4, q4, #\bit_depth - 8 18727 + vpop {q4-q7} 18863 + vpush {q4-q7} 18878 + vuzp.8 q4, q5 18910 + vpop {q4-q7} 18926 + vmov q4, q12 18937 + vmov q0, q4
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 8044 + vpush {q4-q7} 8054 + vqrshrn.u16 d4, q4, #\bit_depth - 8 8077 + vqrshrn.u16 d4, q4, #\bit_depth - 8 8116 + vpop {q4-q7}
|