| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned.S | 119 vle32.v v20, (INP) // Load ciphertext blocks 120 vslideup.vi v16, v20, 4 // Setup prev ciphertext blocks 122 vslidedown.vx v24, v20, t1 // Save last ciphertext block 123 aes_decrypt v20, \keylen // Decrypt the blocks 124 vxor.vv v20, v20, v16 // XOR with prev ciphertext blocks 125 vse32.v v20, (OUTP) // Store plaintext blocks 233 vle32.v v20, (INP) // Load next set of ciphertext blocks 235 vslideup.vi v24, v20, 4 // Setup prev ciphertext blocks 236 vslidedown.vx v16, v20, t1 // Save last ciphertext block of this set 237 aes_decrypt v20, \keylen // Decrypt this set of blocks [all …]
|
| H A D | aes-riscv64-zvkned-zvkb.S | 89 viota.m v20, v0, v0.t 92 vadd.vv v16, v16, v20, v0.t 113 vle8.v v20, (INP) 114 vxor.vv v20, v20, v24 115 vse8.v v20, (OUTP)
|
| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 87 stvx v20,0,r6 184 lvx v20,off64,r4 186 VPERM(v20,v20,v20,byteswap) 223 VPMSUMD(v12,v20,const1) 224 lvx v20,off64,r4 225 VPERM(v20,v20,v20,byteswap) 282 VPMSUMD(v12,v20,const1) 283 lvx v20,off64,r4 284 VPERM(v20,v20,v20,byteswap) 330 VPMSUMD(v12,v20,const1) [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_utils.c | 198 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[i] && ctx->v20.scratch… in dml2_helper_find_dml_pipe_idx_by_stream_id() 209 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[i] && ctx->v20.scratch.… in find_dml_pipe_idx_by_plane_id() 220 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id() 283 …struct dml2_calculate_rq_and_dlg_params_scratch *s = &in_ctx->v20.scratch.calculate_rq_and_dlg_par… in dml2_calculate_rq_and_dlg_params() 285 …context->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz = (unsigned int)in_ctx->v20.dml_core_ctx.mp.DCFCL… in dml2_calculate_rq_and_dlg_params() 288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params() 296 …context->bw_ctx.bw.dcn.compbuf_size_kb = in_ctx->v20.dml_core_ctx.ip.config_return_buffer_size_in_… in dml2_calculate_rq_and_dlg_params() 307 …in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[context->res_ctx.pipe_ctx[d… in dml2_calculate_rq_and_dlg_params() 315 ASSERT(in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[dml_pipe_idx]); in dml2_calculate_rq_and_dlg_params() 316 …ASSERT(in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[dml_pipe_idx] == conte… in dml2_calculate_rq_and_dlg_params() [all …]
|
| H A D | dml2_translation_helper.c | 36 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_ip_params() 279 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_socbb_params() 331 …struct dml2_policy_build_synthetic_soc_states_scratch *s = &dml2->v20.scratch.create_scratch.build… in dml2_init_soc_states() 332 …struct dml2_policy_build_synthetic_soc_states_params *p = &dml2->v20.scratch.build_synthetic_socbb… in dml2_init_soc_states() 335 unsigned int dml_project = dml2->v20.dml_core_ctx.project; in dml2_init_soc_states() 350 p->in_states = &dml2->v20.scratch.create_scratch.in_states; in dml2_init_soc_states() 354 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_soc_states() 506 if ((dml2->v20.dml_core_ctx.project == dml_project_dcn32) || in dml2_init_soc_states() 507 (dml2->v20.dml_core_ctx.project == dml_project_dcn321)) { in dml2_init_soc_states() 513 } else if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 && in dml2_init_soc_states() [all …]
|
| H A D | dml2_internal_types.h | 145 } v20; member
|
| H A D | dml2_dc_resource_mgmt.c | 62 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id() 132 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in find_master_pipe_of_plane() 155 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[pipe->pipe_idx], in find_pipes_assigned_to_plane() 704 bool is_plane_duplicate = ctx->v20.scratch.plane_duplicate_exists; in free_unused_pipes_for_plane() 710 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in free_unused_pipes_for_plane()
|
| /linux/lib/crypto/arm64/ |
| H A D | sha256-ce.S | 15 dgav .req v20 225 do_4rounds_2x \i + 0, \k0, v16, v17, v18, v19, v20, v21, v22, v23 226 do_4rounds_2x \i + 4, \k1, v17, v18, v19, v16, v21, v22, v23, v20 227 do_4rounds_2x \i + 8, \k2, v18, v19, v16, v17, v22, v23, v20, v21 228 do_4rounds_2x \i + 12, \k3, v19, v16, v17, v18, v23, v20, v21, v22 274 ld1 {v20.16b-v23.16b}, [data2], #64 275 st1 {v20.16b-v23.16b}, [x9] 276 ld1 {v20.4s-v23.4s}, [sp] 293 ld1 {v20.4s-v23.4s}, [data2], #64 300 CPU_LE( rev32 v20.16b, v20.16b ) [all …]
|
| H A D | sha3-ce-core.S | 55 ld1 {v20.1d-v23.1d}, [x8], #32 101 eor v20.8b, v20.8b, v28.8b 118 eor3 v25.16b, v25.16b, v15.16b, v20.16b 133 xar v14.2d, v20.2d, v30.2d, (64 - 18) 153 bcax v20.16b, v31.16b, v22.16b, v8.16b 197 st1 {v20.1d-v23.1d}, [x0], #32
|
| H A D | chacha-neon-core.S | 513 ld4r {v20.4s-v23.4s}, [x0], #16 546 add v4.4s, v4.4s, v20.4s 547 mov w6, v20.s[0] 617 zip1 v20.4s, v4.4s, v5.4s 665 zip1 v1.2d, v20.2d, v22.2d 666 zip2 v5.2d, v20.2d, v22.2d 673 ld1 {v20.16b-v23.16b}, [x2], #64 705 eor v20.16b, v20.16b, v4.16b 718 st1 {v20.16b-v23.16b}, [x1], #64 741 0: eor v20.16b, v20.16b, v28.16b [all …]
|
| H A D | sha512-ce-core.S | 106 ld1 {v20.2d-v23.2d}, [x3], #64
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | vmx_asm.h | 11 stvx v20,reg,%r1; \ 38 lvx v20,reg,%r1; \ 68 lvx v20,r5,r3
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neon.S | 50 ld1 {v20.16b-v23.16b}, [\temp], #64 74 tbx \in\().16b, {v20.16b-v23.16b}, v9.16b 136 tbx \in0\().16b, {v20.16b-v23.16b}, v8.16b 137 tbx \in1\().16b, {v20.16b-v23.16b}, v9.16b 139 tbx \in2\().16b, {v20.16b-v23.16b}, v10.16b 141 tbx \in3\().16b, {v20.16b-v23.16b}, v11.16b
|
| H A D | aes-ce.S | 31 ld1 {v17.4s-v20.4s}, [\rk] 113 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
|
| H A D | sm4-neon-core.S | 36 ld1 {v20.16b-v23.16b}, [x5], #64; \ 107 tbx RTMP0.16b, {v20.16b-v23.16b}, RX0.16b; \ 178 tbx RTMP0.16b, {v20.16b-v23.16b}, RX0.16b; \ 179 tbx RTMP1.16b, {v20.16b-v23.16b}, RX1.16b; \
|
| /linux/arch/powerpc/lib/ |
| H A D | crtsavres.S | 239 stvx v20,r11,r0 277 lvx v20,r11,r0 444 stvx v20,r12,r0 494 lvx v20,r12,r0
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgv100.c | 138 u8 v20 = (1 << (j + 1)) % gr->tpc_total; in gv100_grctx_generate_rop_mapping() local 143 (v20 << 8) | in gv100_grctx_generate_rop_mapping()
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | vmx_asm.S | 16 vcmpequd. v1,v0,v20 88 # v20-v31 are non-volatile
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-ds212j.dts | 15 model = "Synology DS212j v10, v20";
|
| H A D | kirkwood-ds210.dts | 15 model = "Synology DS210 v10, v20, v30, DS211j";
|
| H A D | kirkwood-ds212.dts | 15 model = "Synology DS212, DS212p v10, v20, DS213air v10, DS213 v10";
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | v_exec_initval_nolibc.c | 74 CHECK_VECTOR_REGISTER(v20); in main()
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 239 vxor.vv v20, v20, v4
|
| H A D | sha512-riscv64-zvknhb-zvkb.S | 64 #define VTMP v20 // LMUL=2
|
| /linux/arch/s390/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 18 #define TMP0 %v20
|