Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 75) sorted by relevance

123

/qemu/docs/interop/
H A Dvnc-ledstate-pseudo-encoding.rst1 VNC LED state Pseudo-encoding
7 This document describes the Pseudo-encoding of LED state for RFB which
17 To solve this problem it attempts to add LED state Pseudo-encoding
20 Pseudo-encoding
23 This Pseudo-encoding requested by client declares to server that it supports
26 The Pseudo-encoding number for LED state defined as:
31 -261 'LED state Pseudo-encoding'
34 LED state Pseudo-encoding
37 The LED state Pseudo-encoding describes the encoding of LED state which
H A Dindex.rst27 vnc-ledstate-pseudo-encoding
/qemu/target/hexagon/
H A Dcpu_bits.h33 static inline uint32_t parse_bits(uint32_t encoding) in parse_bits() argument
36 return extract32(encoding, 14, 2); in parse_bits()
39 static inline uint32_t iclass_bits(uint32_t encoding) in iclass_bits() argument
42 uint32_t iclass = extract32(encoding, 28, 4); in iclass_bits()
44 if (parse_bits(encoding) == 0) { in iclass_bits()
H A Ddecode.c434 static uint32_t get_duplex_iclass(uint32_t encoding) in get_duplex_iclass() argument
436 uint32_t iclass = extract32(encoding, 13, 1); in get_duplex_iclass()
472 static uint16_t get_slot0_subinsn(uint32_t encoding) in get_slot0_subinsn() argument
474 return extract32(encoding, 0, 13); in get_slot0_subinsn()
477 static uint16_t get_slot1_subinsn(uint32_t encoding) in get_slot1_subinsn() argument
479 return extract32(encoding, 16, 13); in get_slot1_subinsn()
485 if (parse_bits(encoding) != 0) { in decode_insns()
486 if (decode_normal(ctx, encoding) || in decode_insns()
487 decode_hvx(ctx, encoding)) { in decode_insns()
489 insn->iclass = iclass_bits(encoding); in decode_insns()
[all …]
H A Dgen_dectree_import.c61 [TAG] = { .encoding = ENCSTR },
63 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS },
65 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS },
86 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc()
95 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc_class()
H A Dopcodes.c55 [OPCODE] = { .encoding = ENCSTR },
58 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS },
61 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS },
H A Dopcodes.h44 const char * const encoding; member
/qemu/tests/tcg/hexagon/
H A Dreg_mut.c33 #define WRITE_REG_ENCODED(output, reg_name, input, encoding) \ argument
35 encoding "\n\t" \
41 #define WRITE_REG_PAIR_ENCODED(output, reg_name, input, encoding) \ argument
43 encoding "\n\t" \
/qemu/target/arm/tcg/
H A Dneon-ls.decode22 # Encodings for Neon load/store instructions where the T32 encoding
23 # is a simple transformation of the A32 encoding.
24 # More specifically, this file covers instructions where the A32 encoding is
26 # and the T32 encoding is
28 # This file works on the A32 encoding only; calling code for T32 has to
H A Dneon-dp.decode26 # Encodings for Neon data processing instructions where the T32 encoding
27 # is a simple transformation of the A32 encoding.
28 # More specifically, this file covers instructions where the A32 encoding is
30 # and the T32 encoding is
32 # This file works on the A32 encoding only; calling code for T32 has to
50 # This converts this encoding to the same MO_8/16/32/64 values that the
H A Dmve.decode101 # VSHLL encoding T2 where shift == esize
158 # for these P=0 W=0 is 'related encoding'; sz=11 is 'related encoding'
176 # Non-widening loads/stores (P=0 W=0 is 'related encoding')
221 # The VSHLL T2 encoding is not a @2op pattern, but is here because it
633 # VSHLL T1 encoding; the T2 VSHLL encoding is elsewhere in this file
/qemu/tests/qemu-iotests/
H A Dtestrunner.py44 with open(file1, encoding="utf-8") as f1, \
45 open(file2, encoding="utf-8") as f2:
69 with open(cache_file, encoding="utf-8") as f:
90 with open(self.cache_file, 'w', encoding="utf-8") as f:
276 with f_bad.open('w', encoding="utf-8") as f:
300 description=f_notrun.read_text(encoding='utf-8').strip())
304 casenotrun = f_casenotrun.read_text(encoding='utf-8')
H A Dfindtests.py52 with open(t, encoding="utf-8") as f:
60 with open(fname, encoding="utf-8") as f:
/qemu/docs/
H A Dxbzrle.txt32 There can be more than one valid encoding, the sender may send a longer encoding
44 On the sender side XBZRLE is used as a compact delta encoding of page updates,
56 ideal for in-line, real-time encoding such as is needed for live-migration.
112 xbzrle encoding rate: M
/qemu/scripts/
H A Du2f-setup-gen.py68 privkey_pem = privkey.private_bytes(encoding=Encoding.PEM,
71 pubkey_pem = pubkey.public_bytes(encoding=Encoding.PEM,
H A Dxml-preprocess.py90 with open(inc_file_path, "r", encoding="utf-8") as inc_file:
265 with open(path, "r", encoding="utf-8") as original_file:
274 with open(path, "w", encoding="utf-8") if path else sys.stdout as output_file:
H A Dshaderinclude.py17 with open(file_path, "r", encoding='utf-8') as file:
H A Dblock-coroutine-wrapper.py318 with open(sys.argv[1], 'w', encoding='utf-8') as f_out:
321 with open(fname, encoding='utf-8') as f_in:
/qemu/tests/avocado/
H A Dacpi-bits.py235 with open(mkrescue, 'r', encoding='utf-8') as filehandle:
243 with open(mkrescue, 'w', encoding='utf-8') as filehandle:
322 with tarfile.open(grub_tar_file, 'r', encoding='utf-8') as tarball:
335 with open(debugconf, 'r', encoding='utf-8') as filehandle:
/qemu/target/i386/hvf/
H A Dvmcs.h37 #define VMCS_IDENT(encoding) ((encoding) | 0x80000000) argument
/qemu/roms/
H A Dedk2-build.py27 with open(gitdir, 'r', encoding = 'utf-8') as f:
32 with open(f'{gitdir}/rebase-merge/msgnum', 'r', encoding = 'utf-8') as f:
34 with open(f'{gitdir}/rebase-merge/end', 'r', encoding = 'utf-8') as f:
36 with open(f'{gitdir}/rebase-merge/head-name', 'r', encoding = 'utf-8') as f:
/qemu/python/scripts/
H A Dvendor.py53 with tempfile.NamedTemporaryFile(mode="w", encoding="utf-8") as file:
/qemu/qapi/
H A Dchar.json25 # device encoding. See the QEMU man page for details.
134 # @format: data encoding (default 'utf8').
138 # - utf8: data's UTF-8 encoding is written
166 # @format: data encoding (default 'utf8').
168 # - base64: the data read is returned in base64 encoding.
/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache53 with open(nbd_pidfile, encoding='utf-8') as f:
/qemu/python/qemu/machine/
H A Dmachine.py289 _, encoding = locale.getlocale()
291 with open(self._qemu_log_path, "r", encoding=encoding) as iolog:
933 encoding='utf-8')

123