Home
last modified time | relevance | path

Searched refs:v8 (Results 1 – 25 of 241) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-versions.inc6 # (where Z = [abc]). For v8.* versions of MicroBlaze the revision (Z) changes
33 TUNEVALID[v8.00] = "MicroBlaze version 8.00"
34 TUNEVALID[v8.10] = "MicroBlaze version 8.10"
35 TUNEVALID[v8.20] = "MicroBlaze version 8.20"
36 TUNEVALID[v8.30] = "MicroBlaze version 8.30"
37 TUNEVALID[v8.40] = "MicroBlaze version 8.40"
38 TUNEVALID[v8.50] = "MicroBlaze version 8.50"
50 TUNECONFLICTS[v8.00] = ""
51 TUNECONFLICTS[v8.10] = "v8.00"
52 TUNECONFLICTS[v8.20] = "v8.00 v8.10"
[all …]
H A Darch-microblaze.inc9 TUNECONFLICTS[64-bit] = "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0 v9.1 v9.2 v9.3 v9.4 v9.5 v9.6 v10…
24 TUNECONFLICTS[reorder] = "v8.00 v8.10 v8.20"
28 TUNECONFLICTS[frequency-optimized] = "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0 v9.1 v9.2 v9.3 v9.4 …
36 # Disable reorder for v8.30 if pattern-compare is not enabled
38 bb.utils.contains("TUNE_FEATURES", "v8.30", \
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-cipher-core.S19 ld1 {v8.4s}, [x2]
21 CPU_LE( rev32 v8.16b, v8.16b )
23 sm4e v8.4s, v0.4s
24 sm4e v8.4s, v1.4s
25 sm4e v8.4s, v2.4s
26 sm4e v8.4s, v3.4s
27 sm4e v8.4s, v4.4s
28 sm4e v8.4s, v5.4s
29 sm4e v8.4s, v6.4s
30 sm4e v8.4s, v7.4s
[all …]
H A Dsm4-ce-ccm-core.S132 inc_le128(v8) /* +0 */
139 SM4_CRYPT_BLK2(v8, RMAC)
140 eor v8.16b, v8.16b, v0.16b
152 st1 {v8.16b-v11.16b}, [x1], #64
164 inc_le128(v8)
168 SM4_CRYPT_BLK2(v8, RMAC)
169 eor v8.16b, v8.16b, v0.16b
172 st1 {v8.16b}, [x1], #16
179 inc_le128(v8)
181 SM4_CRYPT_BLK2(RMAC, v8)
[all …]
H A Dsm4-ce-core.S233 rev32 v8.16b, v0.16b
242 SM4_CRYPT_BLK8_BE(v8, v9, v10, v11, v12, v13, v14, v15)
244 eor v8.16b, v8.16b, RIV.16b
253 st1 {v8.16b-v11.16b}, [x1], #64
270 rev32 v8.16b, v0.16b
275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11)
277 eor v8.16b, v8.16b, RIV.16b
282 st1 {v8.16b-v11.16b}, [x1], #64
293 rev32 v8.16b, v0.16b
295 SM4_CRYPT_BLK_BE(v8)
[all …]
H A Dsm3-ce-core.S45 sm3ss1 v5.4s, v8.4s, \t0\().4s, v9.4s
48 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i
79 ld1 {v8.4s-v9.4s}, [x0]
80 rev64 v8.4s, v8.4s
82 ext v8.16b, v8.16b, v8.16b, #8
92 mov v15.16b, v8.16b
122 eor v8.16b, v8.16b, v15.16b
129 rev64 v8.4s, v8.4s
131 ext v8.16b, v8.16b, v8.16b, #8
133 st1 {v8.4s-v9.4s}, [x0]
H A Daes-neon.S84 mul_by_x2 v8.16b, \in\().16b, v9.16b, v12.16b
85 eor \in\().16b, \in\().16b, v8.16b
86 rev32 v8.8h, v8.8h
87 eor \in\().16b, \in\().16b, v8.16b
90 mul_by_x v9.16b, \in\().16b, v8.16b, v12.16b
91 rev32 v8.8h, \in\().8h
92 eor v8.16b, v8.16b, v9.16b
93 eor \in\().16b, \in\().16b, v8.16b
95 eor \in\().16b, \in\().16b, v8.16b
128 sub v8.16b, \in0\().16b, v15.16b
[all …]
H A Dsha3-ce-core.S48 ld1 { v8.1d-v11.1d}, [x8], #32
74 eor v8.8b, v8.8b, v26.8b
105 eor v8.8b, v8.8b, v26.8b
111 eor3 v28.16b, v3.16b, v8.16b, v13.16b
142 xar v8.2d, v8.2d, v27.2d, (64 - 55)
152 bcax v20.16b, v31.16b, v22.16b, v8.16b
153 bcax v21.16b, v8.16b, v23.16b, v22.16b
156 bcax v24.16b, v24.16b, v8.16b, v31.16b
173 bcax v8.16b, v4.16b, v5.16b, v9.16b
193 st1 { v8.1d-v11.1d}, [x0], #32
H A Dchacha-neon-core.S120 ld1 {v8.4s-v11.4s}, [x0]
127 add v0.4s, v0.4s, v8.4s
217 ld4r { v8.4s-v11.4s}, [x8], #16
228 mov a8, v8.s[0]
276 add v8.4s, v8.4s, v12.4s
285 eor v16.16b, v4.16b, v8.16b
343 add v8.4s, v8.4s, v12.4s
352 eor v16.16b, v4.16b, v8.16b
414 add v8.4s, v8.4s, v13.4s
423 eor v18.16b, v7.16b, v8.16b
[all …]
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dsetup.c57 u8 v8; in dac_audio_start() local
65 v8 = inb(PKDR); in dac_audio_start()
66 v8 &= ~PKDR_SPEAKER; in dac_audio_start()
67 outb(v8, PKDR); in dac_audio_start()
75 u8 v8; in dac_audio_stop() local
83 v8 = inb(PKDR); in dac_audio_stop()
84 v8 |= PKDR_SPEAKER; in dac_audio_stop()
85 outb(v8, PKDR); in dac_audio_stop()
126 u8 v8; in hp6xx_setup() local
151 v8 = __raw_readb(DACR); in hp6xx_setup()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Using-native-binaries.patch16 tools/v8_gypfiles/v8.gyp | 5 +++++
27 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
35 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
43 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
48 diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
50 --- a/tools/v8_gypfiles/v8.gyp
51 +++ b/tools/v8_gypfiles/v8.gyp
56 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
64 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
67 '-v8-root', '<(V8_ROOT)',
[all …]
H A D0001-liftoff-Correct-function-signatures.patch7 ../deps/v8/src/wasm/baseline/mips/liftoff-assembler-mips.h:661:5: error: no matching member functio…
11 Upstream-Status: Submitted [https://chromium-review.googlesource.com/c/v8/v8/+/3235674]
15 deps/v8/src/wasm/baseline/liftoff-assembler.h | 6 +++---
20 diff --git a/deps/v8/src/wasm/baseline/liftoff-assembler.h b/deps/v8/src/wasm/baseline/liftoff-asse…
22 --- a/deps/v8/src/wasm/baseline/liftoff-assembler.h
23 +++ b/deps/v8/src/wasm/baseline/liftoff-assembler.h
44 diff --git a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h b/deps/v8/src/wasm/bas…
46 --- a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h
47 +++ b/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h
57 diff --git a/deps/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv64-inl.h b/deps/v8/src/wasm/bas…
[all …]
H A Dlibatomic.patch22 tools/v8_gypfiles/v8.gyp | 15 ++++++++++++---
49 diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
51 --- a/tools/v8_gypfiles/v8.gyp
52 +++ b/tools/v8_gypfiles/v8.gyp
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S107 vxor v8,v8,v8
108 MTVRD(v8, R3)
110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */
112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */
195 vxor v16,v16,v8
203 VPMSUMD(v8,v16,const1)
256 vxor v0,v0,v8
257 VPMSUMD(v8,v16,const2)
313 vxor v0,v0,v8
314 VPMSUMD(v8,v16,const1)
[all …]
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h40 uint8_t v8[8]; /* generic 8 bytes representation */ member
177 r.v8[0] = 1; in make_lun()
178 r.v8[1] = target & 0xffU; in make_lun()
179 r.v8[2] = (lun >> 8) & 0x3fU; in make_lun()
180 if (r.v8[2]) { in make_lun()
181 r.v8[2] |= 0x40; in make_lun()
183 r.v8[3] = lun & 0xffU; in make_lun()
/openbmc/linux/arch/arm64/boot/dts/arm/
H A DMakefile3 foundation-v8.dtb foundation-v8-psci.dtb \
4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb
H A Dfoundation-v8-psci.dts7 #include "foundation-v8.dtsi"
8 #include "foundation-v8-gicv2.dtsi"
9 #include "foundation-v8-psci.dtsi"
H A Dfoundation-v8-gicv3-psci.dts7 #include "foundation-v8.dtsi"
8 #include "foundation-v8-gicv3.dtsi"
9 #include "foundation-v8-psci.dtsi"
H A Dfoundation-v8.dts8 #include "foundation-v8.dtsi"
9 #include "foundation-v8-gicv2.dtsi"
10 #include "foundation-v8-spin-table.dtsi"
H A Dfoundation-v8-gicv3.dts8 #include "foundation-v8.dtsi"
9 #include "foundation-v8-gicv3.dtsi"
10 #include "foundation-v8-spin-table.dtsi"
/openbmc/linux/drivers/leds/
H A Dleds-hp6xx.c20 u8 v8; in hp6xxled_green_set() local
22 v8 = inb(PKDR); in hp6xxled_green_set()
24 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set()
26 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_histogram_row.S122 { v8.h = vshuff(V8.h)
129 v8.w = vdmpy(v8.h, r10.h):sat
208 { vshuff(v9, v8, r28)
214 v8.w = vadd(v9.w, v8.w)
245 { vshuff(v10, v8, r7)
252 v8.w = vadd(v8.w, v10.w)
265 v8.w = vadd(v8.w, v1.w)
266 vmem(r4++#1) = v8.new
/openbmc/linux/arch/s390/crypto/
H A Dcrc32le-vx.S147 VLM %v5,%v8,0,%r3
151 VPERM %v8,%v8,%v8,CONST_PERM_LE2BE
163 VGFMAG %v4,CONST_R2R1,%v4,%v8
/openbmc/qemu/disas/
H A Dsparc.c277 #define v8 (MASK_V8 | MASK_SPARCLET | MASK_SPARCLITE \ macro
889 { "flush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|ASI(~0), "1+2", 0, v8 },
890 { "flush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|ASI_RS2(~0), "1", 0, v8 }, /* flush rs1+%g0 */
891 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1)|SIMM13(~0), "1", 0, v8 }, /* flush rs1+0 */
892 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1)|RS1_G0, "i", 0, v8 }, /* flush %g0+i */
893 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1), "1+i", 0, v8 },
894 { "flush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1), "i+1", 0, v8 },
914 { "stbar", F3(2, 0x28, 0)|RS1(0xf), F3(~2, ~0x28, ~0)|RD_G0|RS1(~0xf)|SIMM13(~0), "", 0, v8 },
1001 { "wr", F3(2, 0x30, 0), F3(~2, ~0x30, ~0)|ASI(~0), "1,2,m", 0, v8 }, /* wr r,r…
1002 { "wr", F3(2, 0x30, 1), F3(~2, ~0x30, ~1), "1,i,m", 0, v8 }, /* wr r,i…
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h116 f5, v5, f6, v6, f7, v7, f8, v8) \ argument
125 FN(reg, f8), v8)
128 v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument
137 FN(reg, f8), v8, \
141 v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ argument
150 FN(reg, f8), v8, \
205 #define REG_GET_8(reg_name, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument
214 FN(reg_name, f8), v8)
279 #define REG_UPDATE_8(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument
288 FN(reg, f8), v8)
[all …]

12345678910