Searched refs:v20 (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c73 if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 &&
74 dml2->v20.dml_core_ctx.project != dml_project_dcn351) {
84 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[num_pipes] = dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_stream_id[i];
85 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[num_pipes] = true;
86 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id[num_pipes] = dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_plane_id[i];
87 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[num_pipes] = true;
97 struct dml2_wrapper_scratch *s = &dml2->v20.scratch;
99 s->mode_support_params.mode_lib = &dml2->v20
[all...]
H A Ddml2_utils.c206 if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[i] && ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[i] == stream_id)
217 if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[i] && ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id[i] == plane_id)
228 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists;
292 struct dml2_calculate_rq_and_dlg_params_scratch *s = &in_ctx->v20.scratch.calculate_rq_and_dlg_params_scratch;
294 context->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz = (unsigned int)in_ctx->v20.dml_core_ctx.mp.DCFCLKDeepSleep * 1000;
297 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[in_ctx->v20.scratch.mode_support_params.out_lowest_state_idx] == dml_fclock_change_unsupported)
305 unbounded_req_enabled = in_ctx->v20
[all...]
H A Ddml2_translation_helper.c35 switch (dml2->v20.dml_core_ctx.project) {
215 switch (dml2->v20.dml_core_ctx.project) {
250 struct dml2_policy_build_synthetic_soc_states_scratch *s = &dml2->v20.scratch.create_scratch.build_synthetic_socbb_scratch;
251 struct dml2_policy_build_synthetic_soc_states_params *p = &dml2->v20.scratch.build_synthetic_socbb_params;
260 p->in_states = &dml2->v20.scratch.create_scratch.in_states;
264 switch (dml2->v20.dml_core_ctx.project) {
379 if ((dml2->v20.dml_core_ctx.project == dml_project_dcn32) ||
380 (dml2->v20.dml_core_ctx.project == dml_project_dcn321)) {
386 } else if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 &&
387 dml2->v20
[all...]
H A Ddml2_internal_types.h121 } v20; member in union:dml2_context::__anon124
H A Ddml2_dc_resource_mgmt.c62 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists;
130 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pipe_idx], &plane_id_assigned_to_pipe)) {
153 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[pipe->pipe_idx],
703 bool is_plane_duplicate = ctx->v20.scratch.plane_duplicate_exists;
709 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pipe_idx] == plane_index)) &&
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S146 vle32.v v20, (INP) // Load ciphertext blocks
147 vslideup.vi v16, v20, 4 // Setup prev ciphertext blocks
149 vslidedown.vx v24, v20, t1 // Save last ciphertext block
150 aes_decrypt v20, \keylen // Decrypt the blocks
151 vxor.vv v20, v20, v16 // XOR with prev ciphertext blocks
152 vse32.v v20, (OUTP) // Store plaintext blocks
260 vle32.v v20, (INP) // Load next set of ciphertext blocks
262 vslideup.vi v24, v20, 4 // Setup prev ciphertext blocks
263 vslidedown.vx v16, v20, t
[all...]
H A Daes-riscv64-zvkned-zvkb.S88 // v20 = [x, x, x, 0, x, x, x, 1, ...]
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)
H A Dchacha-riscv64-zvkb.S237 vxor.vv v20, v20, v4
H A Daes-riscv64-zvkned-zvbb-zvkg.S67 #define TWEAKS_BREV v20 // LMUL=4 (most of the time)
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S76 #define K10 v20
H A Dsha512-riscv64-zvknhb-zvkb.S64 #define VTMP v20 // LMUL=2
/linux-master/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S87 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,byteswa
[all...]
/linux-master/tools/testing/selftests/powerpc/include/
H A Dvmx_asm.h11 stvx v20,reg,%r1; \
38 lvx v20,reg,%r1; \
68 lvx v20,r5,r3 variable
/linux-master/arch/arm64/crypto/
H A Dsha3-ce-core.S51 ld1 {v20.1d-v23.1d}, [x8], #32
117 eor3 v25.16b, v25.16b, v15.16b, v20.16b
132 xar v14.2d, v20.2d, v30.2d, (64 - 18)
152 bcax v20.16b, v31.16b, v22.16b, v8.16b
196 st1 {v20.1d-v23.1d}, [x0], #32
H A Daes-neon.S50 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 Daes-ce.S33 1111: ld1 {v19.4s-v20.4s}, [\rk], #32
119 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
H A Dchacha-neon-core.S513 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
[all...]
H A Dsha2-ce-core.S15 dgav .req v20
H A Daes-ce-ccm-core.S40 .L\@: .irp v, v14, v15, v16, v17, v18, v19, v20, v21, v3
H A Dsm4-neon-core.S36 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; \
H A Dsha512-ce-core.S115 ld1 {v20.2d-v23.2d}, [x3], #64
H A Dsm4-ce-core.S37 #define RIV v20
38 #define RMAC v20
80 tbl v20.16b, {v3.16b}, v24.16b
86 st1 {v20.16b-v23.16b}, [x2]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S16 vcmpequd. v1,v0,v20
88 # v20-v31 are non-volatile
/linux-master/arch/powerpc/lib/
H A Dcrtsavres.S239 stvx v20,r11,r0
277 lvx v20,r11,r0
444 stvx v20,r12,r0
494 lvx v20,r12,r0
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgv100.c138 u8 v20 = (1 << (j + 1)) % gr->tpc_total; local
143 (v20 << 8) |

Completed in 409 milliseconds

12