Home
last modified time | relevance | path

Searched refs:v27 (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/arch/arm64/crypto/
H A Dsha3-ce-core.S63 eor v2.8b, v2.8b, v27.8b
75 eor v9.8b, v9.8b, v27.8b
86 eor v15.8b, v15.8b, v27.8b
97 eor v15.8b, v15.8b, v27.8b
113 eor3 v27.16b, v2.16b, v7.16b, v12.16b
118 eor3 v27.16b, v27.16b, v17.16b, v22.16b
123 rax1 v25.2d, v25.2d, v27.2d // bc[1]
124 rax1 v27.2d, v27.2d, v29.2d // bc[3]
135 xar v12.2d, v13.2d, v27.2d, (64 - 25)
137 xar v19.2d, v23.2d, v27.2d, (64 - 56)
[all …]
H A Dsm4-ce-asm.h8 ld1 {v24.16b-v27.16b}, [ptr], #64; \
15 sm4e b0.4s, v27.4s; \
35 sm4e b0.4s, v27.4s; \
36 sm4e b1.4s, v27.4s; \
70 sm4e b0.4s, v27.4s; \
71 sm4e b1.4s, v27.4s; \
72 sm4e b2.4s, v27.4s; \
73 sm4e b3.4s, v27.4s; \
135 sm4e b0.4s, v27.4s; \
136 sm4e b1.4s, v27.4s; \
[all …]
H A Daes-neon.S51 ld1 {v24.16b-v27.16b}, [\temp], #64
76 tbx \in\().16b, {v24.16b-v27.16b}, v10.16b
143 tbx \in0\().16b, {v24.16b-v27.16b}, v8.16b
145 tbx \in1\().16b, {v24.16b-v27.16b}, v9.16b
147 tbx \in2\().16b, {v24.16b-v27.16b}, v10.16b
149 tbx \in3\().16b, {v24.16b-v27.16b}, v11.16b
H A Dchacha-neon-core.S539 ld4r {v24.4s-v27.4s}, [x0], #16
572 mov w9, v27.s[0]
576 add v11.4s, v11.4s, v27.4s
634 zip2 v27.4s, v10.4s, v11.4s
679 zip1 v10.2d, v25.2d, v27.2d
680 zip2 v14.2d, v25.2d, v27.2d
684 ld1 {v24.16b-v27.16b}, [x2], #64
716 eor v27.16b, v27.16b, v11.16b
726 st1 {v24.16b-v27.16b}, [x1], #64
791 3: st1 {v24.16b-v27.16b}, [x1]
H A Dpolyval-ce-core.S102 pmull v27.1q, v25.1d, v26.1d
105 eor MI.16b, MI.16b, v27.16b
H A Daes-neonbs-core.S661 mov v27.16b, v2.16b
685 eor v4.16b, v4.16b, v27.16b
699 mov v24.16b, v27.16b
747 next_tweak v27, v26, v18, v19
748 next_tweak v28, v27, v18, v19
757 eor v2.16b, v2.16b, v27.16b
782 eor v18.16b, \o2\().16b, v27.16b
H A Dsm4-neon-core.S37 ld1 {v24.16b-v27.16b}, [x5], #64; \
109 tbx RTMP0.16b, {v24.16b-v27.16b}, RX0.16b; \
182 tbx RTMP0.16b, {v24.16b-v27.16b}, RX0.16b; \
183 tbx RTMP1.16b, {v24.16b-v27.16b}, RX1.16b; \
H A Dsm4-ce-gcm-core.S118 sm4e b0.4s, v27.4s; \
161 sm4e b0.4s, v27.4s; \
162 sm4e b1.4s, v27.4s; \
163 sm4e b2.4s, v27.4s; \
H A Daes-ce.S120 2222: .irp key, v21, v22, v23, v24, v25, v26, v27, v28, v29
H A Dghash-ce-core.S45 ss4 .req v27
374 K2 .req v27
H A Dsm4-ce-core.S55 ld1 {v24.16b-v27.16b}, [x4], #64;
64 sm4ekey v3.4s, v2.4s, v27.4s;
H A Dcrct10dif-ce-core.S94 perm4 .req v27
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c667 struct atom_gfx_info_v2_7 v27; member
809 adev->gfx.config.max_shader_engines = gfx_info->v27.max_shader_engines; in amdgpu_atomfirmware_get_gfx_info()
810 adev->gfx.config.max_cu_per_sh = gfx_info->v27.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
811 adev->gfx.config.max_sh_per_se = gfx_info->v27.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()
812 adev->gfx.config.max_backends_per_se = gfx_info->v27.max_backends_per_se; in amdgpu_atomfirmware_get_gfx_info()
813 adev->gfx.config.max_texture_channel_caches = gfx_info->v27.max_texture_channel_caches; in amdgpu_atomfirmware_get_gfx_info()
814 adev->gfx.config.max_gprs = le16_to_cpu(gfx_info->v27.gc_num_gprs); in amdgpu_atomfirmware_get_gfx_info()
815 adev->gfx.config.max_gs_threads = gfx_info->v27.gc_num_max_gs_thds; in amdgpu_atomfirmware_get_gfx_info()
816 adev->gfx.config.gs_vgt_table_depth = gfx_info->v27.gc_gs_table_depth; in amdgpu_atomfirmware_get_gfx_info()
817 adev->gfx.config.gs_prim_buffer_depth = le16_to_cpu(gfx_info->v27.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dvmx_asm.h25 stvx v27,reg,%r1; \
52 lvx v27,reg,%r1; \
82 lvx v27,r5,r3
/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_histogram_row.S60 v27:26 = v1:0
179 { v27.h = vshuff(V27.h)
186 v27.w = vdmpy(v27.h, r10.h):sat
232 vshuff(v27, v26, r28)
235 v26.w = vadd(v27.w, v26.w)
/openbmc/linux/arch/powerpc/lib/
H A Dcrtsavres.S260 stvx v27,r11,r0
298 lvx v27,r11,r0
472 stvx v27,r12,r0
522 lvx v27,r12,r0
/openbmc/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv15 GenuineIntel-6-3F,v27,haswellx,core
/openbmc/phosphor-webui/app/assets/images/
H A Dlogo.svg1 …82 225.14l-14.53-29.49h-4.75v35.77h4.17v-27.21l13.44 27.21h3.34l13.43-27.21v27.21h4.12z"/><path cl…
/openbmc/docs/logo/
H A DOpenBMC-Logo2.svg26 …<path transform="translate(0 -94)" id="polygon334" class="cls-1" d="M197.1 204.21v27.21h4.12v-35.7…
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S51 vcmpequd. v1,v0,v27
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S54 #define mask_32bit v27
94 stvx v27,off112,r6
576 lvx v27,off112,r6
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S77 #define XT0 %v27
435 #define K0 %v27
470 #define T0 %v27
/openbmc/linux/arch/s390/include/asm/
H A Dvx-insn-asm.h175 .ifc \vxr,%v27
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h684 #define v27 27
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc_asm.h684 #define v27 27

12