Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 105) sorted by path

12345

/qemu/
H A D.editorconfig35 [*.sh]
H A DMAINTAINERS282 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
576 F: scripts/update-linux-headers.sh
612 F: scripts/entitlement.sh
2668 F: include/hw/sh4/sh.h
3716 F: scripts/qemu-binfmt-conf.sh
3717 F: scripts/update-syscalltbl.sh
3718 F: scripts/update-mips-syscall-args.sh
3719 F: scripts/gensyscalls.sh
4116 F: scripts/archive-source.sh
4211 F: scripts/git-submodule.sh
H A DMakefile81 config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/VERSION
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml17 - du -sh .git
58 - scripts/git-submodule.sh update roms/SLOF
H A Dbuildtest.yml620 ./scripts/oss-fuzz/build.sh
/qemu/accel/tcg/
H A Dldst_atomicity.c.inc227 int sh = (pi & 3) * 8;
235 return (a << sh) | (b >> (-sh & 31));
237 return (a >> sh) | (b << (-sh & 31));
250 int sh = (pi & 7) * 8;
258 return (a << sh) | (b >> (-sh & 63));
260 return (a >> sh) | (b << (-sh & 63));
768 int sh = o * 8;
777 m <<= sh;
796 int sh = o * 8;
806 m <<= sh;
[all …]
H A Dtcg-runtime-gvec.c784 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
796 uint8_t sh = *(uint16_t *)(b + i) & 15; in HELPER() local
808 uint8_t sh = *(uint32_t *)(b + i) & 31; in HELPER() local
820 uint8_t sh = *(uint64_t *)(b + i) & 63; in HELPER() local
832 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
844 uint8_t sh = *(uint16_t *)(b + i) & 15; in HELPER() local
856 uint8_t sh = *(uint32_t *)(b + i) & 31; in HELPER() local
868 uint8_t sh = *(uint64_t *)(b + i) & 63; in HELPER() local
880 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
928 uint8_t sh = *(uint8_t *)(b + i) & 7; in HELPER() local
[all …]
/qemu/contrib/gitdm/
H A Dfiletypes.txt31 # ie. we want ltmain.sh -> 'build' instead of 'code'.
54 filetype code \.sh$ # Shell
/qemu/disas/
H A Dmicroblaze.c110 bgtid, bgei, bgeid, lbu, lhu, lw, lwx, sb, sh, sw, swx, lbui, lhui, lwi, enumerator
398 …FFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0xD4000000, OPCODE_MASK_H4, sh, memory_store_inst },
/qemu/docs/about/
H A Dbuild-platforms.rst144 .. _Homebrew: https://brew.sh/
/qemu/docs/devel/
H A Dbuild-system.rst66 ``configure`` is a shell script; it uses ``#!/bin/sh`` and therefore
401 ``scripts/meson-buildoptions.sh`` file must be up-to-date; ``make
H A Dfuzzing.rst207 QEMU source tree at ``scripts/oss-fuzz/build.sh``
H A Dtesting.rst710 You can use the script ``qemu-binfmt-conf.sh`` to configure a QEMU
802 $ ./netbsd --interactive --image /var/tmp/netbsd.img sh
/qemu/docs/interop/
H A Dqemu-ga.rst63 ``-F/var/run/fsfreezehook.sh``).
/qemu/docs/system/devices/
H A Digb.rst22 network.sh -6mta
/qemu/fpu/
H A Dsoftfloat-parts.c.inc851 mul128To256(uh, ul, sh, sl, &sh, &sl, &discard, &discard); /* 3.125 */
854 sub128(sh, sl, 0, 4, &sh, &sl);
855 shift128Right(sh, sl, 13, &sh, &sl); /* 16.112 */
860 d0h += 2 * sh * sl;
862 sub128(sh, sl, d0h, d0l, &d1h, &d1l);
863 add128(sh, sl, 0, 1, &d2h, &d2l);
865 add128(sh, sl, 0, d1h >> 63, &sh, &sl);
866 shift128Left(sh, sl, 128 - 114, &sh, &sl);
871 sub128(sh, sl, 0, 1, &sh, &sl);
873 add128(sh, sl, 0, 1, &sh, &sl);
[all …]
/qemu/hw/pci-host/
H A Darticia.c61 uint32_t sh = addr * 8; in articia_gpio_write() local
68 if ((s->gpio & (0xff << sh)) != (val & 0xff) << sh) { in articia_gpio_write()
69 s->gpio &= ~(0xff << sh | 0xff); in articia_gpio_write()
70 s->gpio |= (val & 0xff) << sh; in articia_gpio_write()
H A Dpnv_phb3.c774 uint32_t tce_shift, tbl_shift, sh; in pnv_phb3_translate_tve() local
793 sh = tbl_shift * lev + tce_shift; in pnv_phb3_translate_tve()
800 taddr = base | (((addr >> sh) & ((1ul << tbl_shift) - 1)) << 3); in pnv_phb3_translate_tve()
817 sh -= tbl_shift; in pnv_phb3_translate_tve()
H A Dpnv_phb4.c1254 uint32_t tce_shift, tbl_shift, sh; in pnv_phb4_translate_tve() local
1267 sh = tbl_shift * lev + tce_shift; in pnv_phb4_translate_tve()
1276 taddr = base | (((addr >> sh) & ((1ul << tbl_shift) - 1)) << 3); in pnv_phb4_translate_tve()
1293 sh -= tbl_shift; in pnv_phb4_translate_tve()
/qemu/hw/ppc/
H A Dppc4xx_sdram.c196 int sh = (bcr >> 17) & 0x7; in sdram_ddr_size() local
198 if (sh == 7) { in sdram_ddr_size()
202 return (4 * MiB) << sh; in sdram_ddr_size()
520 int sh; in sdram_ddr2_size() local
522 sh = 1024 - ((bcr >> 6) & 0x3ff); in sdram_ddr2_size()
523 return 8 * MiB * sh; in sdram_ddr2_size()
/qemu/linux-headers/
H A DREADME2 Only use scripts/update-linux-headers.sh to update!
/qemu/linux-user/alpha/
H A Dmeson.build2 'alpha': generator(sh,
3 …arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
/qemu/linux-user/arm/
H A Dmeson.build4 'arm': generator(sh,
5 …arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
/qemu/linux-user/hppa/
H A Dmeson.build2 'hppa': generator(sh,
3 …arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
/qemu/linux-user/i386/
H A Dmeson.build2 'i386': generator(sh,
3 …arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],

12345