Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 48) sorted by relevance

12

/qemu/tests/avocado/
H A Dmachine_microblaze.py28 archive.extract(file_path, self.workdir)
50 archive.extract(file_path, self.workdir)
H A Dmachine_aspeed.py40 archive.extract(tar_path, self.workdir)
60 archive.extract(tar_path, self.workdir)
328 archive.extract(image_path, self.workdir)
348 archive.extract(image_path, self.workdir)
H A Dmachine_aarch64_sbsaref.py54 archive.extract(tar_xz_path, self.workdir)
65 archive.extract(tar_xz_path, self.workdir)
H A Dmachine_arm_canona1100.py30 archive.extract(file_path, self.workdir)
H A Dmachine_sparc64_sun4u.py31 archive.extract(file_path, self.workdir)
H A Dppc_mpc8544ds.py29 archive.extract(file_path, self.workdir)
H A Dppc_virtex_ml507.py29 archive.extract(file_path, self.workdir)
H A Dppc_bamboo.py31 archive.extract(file_path, self.workdir)
H A Dppc_amiga.py31 archive.extract(zip_file, self.workdir)
H A Dboot_linux_console.py68 archive.extract(file_path, self.workdir)
750 image_path = archive.extract(image_path_gz, self.workdir)
1014 image_path = archive.extract(image_path_gz, self.workdir)
1186 image_path = archive.extract(image_path_xz, self.workdir)
1294 archive.extract(zip_path, self.workdir)
1372 archive.extract(file_path, self.workdir)
H A Dmachine_mips_malta.py137 archive.extract(zip_path, self.workdir)
/qemu/tests/tcg/
H A DMakefile.target165 extract-plugin = $(wordlist 2, 2, $(subst -with-, ,$1))
179 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
193 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
/qemu/docs/devel/
H A Ddecodetree.rst70 | %imm9 16:6 10:3 | extract(i, 16, 6) << 3 | extract(i, 10, 3) |
73 | | extract(i, 1, 1) << 10 | |
74 | | extract(i, 2, 10) |
77 | !function=expand_shimm8 | extract(i, 13, 1)) |
79 | %sz_imm 10:2 sz:3 | expand_sz_imm(extract(i, 10, 2) << 3 | |
80 | !function=expand_sz_imm | extract(a->sz, 0, 3)) |
/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, generic version.
/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, LoongArch version.
/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, AArch64 version.
/qemu/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, x86_64 version.
/qemu/qga/
H A Dmeson.build19 you can extract the SDK headers by:
20 $ scripts/extract-vsssdk-headers setup.exe
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1280 HexExtract *extract) in gen_extract_op() argument
1283 unsigned width = extract->bit_width; in gen_extract_op()
1289 assert_signedness(c, locp, extract->signedness); in gen_extract_op()
1291 sign_prefix = (extract->signedness == UNSIGNED) ? "" : "s"; in gen_extract_op()
1292 res = gen_tmp(c, locp, bit_width, extract->signedness); in gen_extract_op()
1299 if (extract->storage_bit_width > bit_width) { in gen_extract_op()
1300 HexValue tmp = gen_tmp(c, locp, extract->storage_bit_width, in gen_extract_op()
1301 extract->signedness); in gen_extract_op()
1302 const char *sign_suffix = (extract->signedness == UNSIGNED) ? "u" : ""; in gen_extract_op()
H A Didef-parser.y41 HexExtract extract; member
65 %token <extract> EXTRACT
/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci1 // optimize TCG using extract op
/qemu/docs/system/
H A Dtarget-openrisc.rst36 on QEMU. (You might be able to extract the filesystem and use that with a
/qemu/target/riscv/
H A Dxthead.decode48 # extract the imm[0:1] field and dispatch to separate translation
/qemu/tests/tcg/multiarch/
H A DMakefile.target158 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@) \
/qemu/target/arm/tcg/
H A Dsve.decode36 # A combination of tsz:imm3 -- extract esize.
38 # A combination of tsz:imm3 -- extract (2 * esize) - (tsz:imm3)
40 # A combination of tsz:imm3 -- extract (tsz:imm3) - esize
545 # SVE extract vector (destructive)
549 # SVE2 extract vector (constructive)
1506 ## SVE2 saturating extract narrow

12