Home
last modified time | relevance | path

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

12

/qemu/tests/functional/
H A Dtest_aarch64_imx8mp_evk.py24 def extract(self, in_path, out_path, offset, size): member in Imx8mpEvkMachine
44 self.extract(self.image_path, self.kernel_path,
46 self.extract(self.image_path, self.initrd_path,
48 self.extract(self.image_path, self.dtb_path,
/qemu/tests/tcg/
H A DMakefile.target172 extract-plugin = $(wordlist 2, 2, $(subst -with-, ,$1))
186 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
191 TEST, check plugin $(call extract-plugin,$@) output \
204 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
209 TEST, check plugin $(call extract-plugin,$@) output \
/qemu/contrib/vmapple/
H A Duuid.sh11 plutil -extract machineId raw "$1" | base64 -d | plutil -extract ECID raw -
/qemu/docs/devel/
H A Ddecodetree.rst72 | %imm9 16:6 10:3 | extract(i, 16, 6) << 3 | extract(i, 10, 3) |
75 | | extract(i, 1, 1) << 10 | |
76 | | extract(i, 2, 10) |
79 | !function=expand_shimm8 | extract(i, 13, 1)) |
81 | %sz_imm 10:2 sz:3 | expand_sz_imm(extract(i, 10, 2) << 3 | |
82 | !function=expand_sz_imm | extract(a->sz, 0, 3)) |
/qemu/tests/functional/qemu_test/
H A Darchive.py25 tf.extract(member=member, path=dest_dir)
46 zf.extract(member=member, path=dest_dir)
/qemu/rust/qemu-api/src/
H A Dbitops.rs69 fn extract(self, start: u32, length: u32) -> Self in extract() method
105 assert_eq!(15u32.extract(2, 4), 3); in test_extract()
/qemu/docs/system/arm/
H A Dvmapple.rst22 First, we need to extract the UUID from the virtual machine that you installed. You can do this
26 :caption: uuid.sh script to extract the UUID from a macosvm.json file
/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, LoongArch version.
/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc3 * Atomic extract 64 from 128-bit, generic 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/include/tcg/
H A Dtcg-opc.h58 DEF(extract, 1, 1, 2, TCG_OPF_INT)
/qemu/docs/system/
H A Dtarget-openrisc.rst36 on QEMU. (You might be able to extract the filesystem and use that with a
H A Dtarget-riscv.rst41 extract the file system and use that with a different kernel which
H A Dtarget-arm.rst51 extract the filesystem and use that with a different kernel which
/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.target176 -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
/qemu/disas/
H A Dalpha.c134 int (*extract) (unsigned instruction, int *invalid); member
1842 if (operand->extract) in print_insn_alpha()
1843 (*operand->extract) (insn, &invalid); in print_insn_alpha()
1877 if (operand->extract) in print_insn_alpha()
1878 value = (*operand->extract) (insn, (int *) NULL); in print_insn_alpha()
/qemu/scripts/
H A Danalyze-migration.py741 if not any([args.extract, args.dump == "state", args.dump == "desc"]):
747 if args.extract:
/qemu/target/microblaze/
H A Dinsns.decode53 # For convenience, extract the two imm_w/imm_s fields, then pack

12