Home
last modified time | relevance | path

Searched refs:m5 (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/tests/tcg/s390x/
H A Dvxeh2_vcvt.c12 const uint8_t m3, const uint8_t m4, const uint8_t m5) in vcfps() argument
19 , [m5] "i" (m5)); in vcfps()
23 const uint8_t m3, const uint8_t m4, const uint8_t m5) in vcfpl() argument
30 , [m5] "i" (m5)); in vcfpl()
34 const uint8_t m3, const uint8_t m4, const uint8_t m5) in vcsfp() argument
41 , [m5] "i" (m5)); in vcsfp()
45 const uint8_t m3, const uint8_t m4, const uint8_t m5) in vclfp() argument
52 , [m5] "i" (m5)); in vclfp()
H A Dvfminmax.c23 unsigned int m4, unsigned int m5, unsigned int m6, in vfminmax() argument
26 insn[3] = (m6 << 4) | m5; in vfminmax()
213 static int signed_test(struct signed_test *test, int m4, int m5, in signed_test() argument
217 size_t n = (m5 & 8) ? float_sizes[m4 - 2] : 16; in signed_test()
222 vfminmax(test->op, m4, m5, test->m6, v1, v2, v3); in signed_test()
230 fprintf(stderr, ", %d, %d, %d: actual=", m4, m5, test->m6); in signed_test()
277 int m5; in main() local
279 for (m5 = 0; m5 <= 8; m5 += 8) { in main()
330 if ((m5 & 8) || pos == 16) { in main()
331 ret |= signed_test(test, m4, m5, in main()
[all …]
H A Dvistr.c9 const uint8_t m3, const uint8_t m5) in vistr() argument
15 , [m5] "i" (m5) in vistr()
H A Dvxeh2_vstrs.c14 const S390Vector *v4, const uint8_t m5, const uint8_t m6) in vstrs() argument
25 , [m5] "i" (m5) in vstrs()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc900 if (get_field(s, m5) & 0x1) {
908 if (get_field(s, m5) & 0x1) {
1397 if (get_field(s, m5) != ES_128) {
1425 if (get_field(s, m5) != ES_128) {
1588 if (get_field(s, m5) & 0x1) {
1683 const uint8_t es = get_field(s, m5);
1795 const uint8_t es = get_field(s, m5);
1959 if (get_field(s, m5) != ES_64) {
2076 const uint8_t es = get_field(s, m5);
2362 if (get_field(s, m5) != ES_128) {
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-core.S53 r4, r5, m4, m5, T4, T5, \ argument
57 ext T4.16b, m5.16b, m5.16b, #8; \
61 pmull r4.1q, m4.1d, m5.1d; \
73 pmull2 r5.1q, m4.2d, m5.2d; \
136 r4, r5, m4, m5, T4, T5) \ argument
142 ext T4.16b, m5.16b, m5.16b, #8; \
148 pmull r4.1q, m4.1d, m5.1d; \
166 pmull2 r5.1q, m4.2d, m5.2d; \
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock.c27 if (params->m5 >= 0) in setup_post_dividers()
28 writel(params->m5, dpll_regs->cm_div_m5_dpll); in setup_post_dividers()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dclock.h45 unsigned int m5; member
/openbmc/u-boot/configs/
H A DMele_M5_defconfig16 CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-m5"
/openbmc/u-boot/arch/arm/dts/
H A Dsun7i-a20-m5.dts13 compatible = "mele,m5", "allwinner,sun7i-a20";
H A DMakefile397 sun7i-a20-m5.dtb \
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dring.h61 __le64 m5; member
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dclock.h86 s8 m5; member
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A DMakefile6 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6795-sony-xperia-m5.dtb
H A Dmt6795-sony-xperia-m5.dts14 compatible = "sony,xperia-m5", "mediatek,mt6795";
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-bananapi-m5.dts14 compatible = "bananapi,bpi-m5", "amlogic,sm1";
H A DMakefile72 dtb-$(CONFIG_ARCH_MESON) += meson-sm1-bananapi-m5.dtb
/openbmc/pldm/platform-mc/test/
H A Dterminus_manager_test.cpp95 pldm::MctpInfo m5(12, "", "", 2); in TEST_F() local
97 auto mappedTid5 = terminusManager.mapTid(m5); in TEST_F()
/openbmc/ipmitool/lib/
H A Dipmi_lanp.c1121 uint32_t m5 = 0; in get_cmdline_macaddr() local
1124 &m1, &m2, &m3, &m4, &m5, &m6) != 6) { in get_cmdline_macaddr()
1130 || m5 > UINT8_MAX || m6 > UINT8_MAX) { in get_cmdline_macaddr()
1138 buf[4] = (uint8_t)m5; in get_cmdline_macaddr()
/openbmc/linux/arch/s390/include/asm/
H A Dvx-insn-asm.h548 .macro VGFMA vr1, vr2, vr3, vr4, m5
554 .word ((v3&15) << 12) | (\m5 << 8)
/openbmc/linux/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S635 # h5 = (h3 + m5) * r^2, h6 = (h4 + m6) * r^2 -->
636 # h7 = (h5 + m7) * r^2, h8 = (h6 + m8) * r^1 --> m5 * r^4 + m6 * r^3 + m7 * r^2 + m8 * r
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c499 clrsetbits_le32(&prcm_base->clksel_cam, 0x0000003F, ptr->m5); in dpll4_init_36xx()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam33xx-clocks.dtsi213 dpll_core_m5_ck: clock-dpll-core-m5@484 {
H A Dam43xx-clocks.dtsi256 dpll_core_m5_ck: clock-dpll-core-m5-8@2d3c {
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst649 m5

12