Searched full:formed (Results 1 – 20 of 20) sorted by relevance
/qemu/include/fpu/ |
H A D | softfloat-macros.h | 172 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64 218 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 250 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 293 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right 363 | Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the 377 | Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the 396 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left 432 | Adds the 128-bit value formed by concatenating `a0' and `a1' to the 128-bit 433 | value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so 447 | Adds the 192-bit value formed by concatenating `a0', `a1', and `a2' to the [all …]
|
H A D | softfloat.h | 1188 | and extended significand formed by the concatenation of `zSig0' and `zSig1', 1216 | `zExp', and significand formed by the concatenation of `zSig0' and `zSig1',
|
/qemu/util/ |
H A D | unicode.c | 50 * sequence is well-formed, and @end is set to @s + 1 + expected 53 * A well-formed sequence is valid unless it encodes a codepoint
|
H A D | qsp.c | 28 * call site is the triplet formed by the __file__ and __LINE__ of the caller
|
/qemu/tests/qemu-iotests/ |
H A D | 200 | 97 "{.*{.*}.*}" # should match all well-formed QMP responses
|
H A D | 300 | 413 f"The node alias '{alias}' is not well-formed")
|
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 967 * Produce a result for a well-formed opcode stream. This satisfies in tcg_gen_atomic_cmpxchg_i64_int() 1089 * Produce a result for a well-formed opcode stream. This satisfies in tcg_gen_atomic_cmpxchg_i128_int() 1184 /* Produce a result, so that we have a well-formed opcode stream in do_atomic_op_i64()
|
/qemu/docs/devel/ |
H A D | tcg-ops.rst | 711 are formed from two 32-bit arguments. 716 formed from two 32-bit arguments. The result is a 32-bit value.
|
/qemu/target/arm/ |
H A D | gdbstub64.c | 248 * For the purpose of pauth_ptr_mask, we can use any well-formed in aarch64_gdb_get_pauth_reg()
|
/qemu/docs/devel/migration/ |
H A D | main.rst | 576 The ``ID string`` is normally unique, having been formed from a bus name
|
/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 533 * FUSE_IOCTL_UNRESTRICTED: not restricted to well-formed ioctls, retry allowed
|
/qemu/hw/net/ |
H A D | dp8393x.c | 144 * Accessor functions for values which are formed by
|
/qemu/migration/ |
H A D | block-dirty-bitmap.c | 235 error_setg(errp, "The node alias '%s' is not well-formed", in construct_alias_map()
|
H A D | rdma.c | 3058 * an actual RDMA write will occur and a new chunk will be formed. in qemu_rdma_save_page()
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 798 well-formed from a qcow2 perspective, the metadata
|
/qemu/linux-user/ |
H A D | elfload.c | 2077 error_setg(errp, "Ill-formed GNU_PROPERTY_AARCH64_FEATURE_1_AND"); in arch_parse_elf_property() 3113 error_setg(errp, "Ill-formed property in PT_GNU_PROPERTY"); in parse_elf_property()
|
/qemu/fpu/ |
H A D | softfloat.c | 4996 | and extended significand formed by the concatenation of `zSig0' and `zSig1', 5208 | `zExp', and significand formed by the concatenation of `zSig0' and `zSig1',
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 270 * Return non-zero if v32 can be formed by MOVI+ORR.
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 475 * Return non-zero if v32 can be formed by MOVI+ORR.
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 89 /* Results are undefined if a badly-formed structure (or a NULL */ 95 /* given well-formed operands, even if the value of the operands */
|