/qemu/tests/functional/ |
H A D | test_aarch64_imx8mp_evk.py | 24 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 D | Makefile.target | 172 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 D | uuid.sh | 11 plutil -extract machineId raw "$1" | base64 -d | plutil -extract ECID raw -
|
/qemu/docs/devel/ |
H A D | decodetree.rst | 72 | %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 D | archive.py | 25 tf.extract(member=member, path=dest_dir) 46 zf.extract(member=member, path=dest_dir)
|
/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 69 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 D | vmapple.rst | 22 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 D | load-extract-al16-al8.h.inc | 3 * Atomic extract 64 from 128-bit, LoongArch version.
|
/qemu/host/include/generic/host/ |
H A D | load-extract-al16-al8.h.inc | 3 * Atomic extract 64 from 128-bit, generic version.
|
/qemu/host/include/aarch64/host/ |
H A D | load-extract-al16-al8.h.inc | 3 * Atomic extract 64 from 128-bit, AArch64 version.
|
/qemu/host/include/x86_64/host/ |
H A D | load-extract-al16-al8.h.inc | 3 * Atomic extract 64 from 128-bit, x86_64 version.
|
/qemu/qga/ |
H A D | meson.build | 19 you can extract the SDK headers by: 20 $ scripts/extract-vsssdk-headers setup.exe
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 1280 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 D | idef-parser.y | 41 HexExtract extract; member 65 %token <extract> EXTRACT
|
/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 1 // optimize TCG using extract op
|
/qemu/include/tcg/ |
H A D | tcg-opc.h | 58 DEF(extract, 1, 1, 2, TCG_OPF_INT)
|
/qemu/docs/system/ |
H A D | target-openrisc.rst | 36 on QEMU. (You might be able to extract the filesystem and use that with a
|
H A D | target-riscv.rst | 41 extract the file system and use that with a different kernel which
|
H A D | target-arm.rst | 51 extract the filesystem and use that with a different kernel which
|
/qemu/target/riscv/ |
H A D | xthead.decode | 48 # extract the imm[0:1] field and dispatch to separate translation
|
/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 176 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@) \
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 36 # 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 D | alpha.c | 134 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 D | analyze-migration.py | 741 if not any([args.extract, args.dump == "state", args.dump == "desc"]): 747 if args.extract:
|
/qemu/target/microblaze/ |
H A D | insns.decode | 53 # For convenience, extract the two imm_w/imm_s fields, then pack
|