Searched full:addition (Results 1 – 25 of 155) sorted by relevance
1234567
/qemu/contrib/elf2dmp/ |
H A D | kdbg.h | 110 /* NT 5.1 Addition */ 115 /* NT 5.0 hotfix addition */ 129 /* NT 5.1 Addition */ 136 /* Server 2003 addition */ 186 /* Longhorn addition */ 192 /* Windows 7 addition */
|
/qemu/linux-headers/ |
H A D | COPYING | 14 In addition, other licenses may also apply. Please see:
|
/qemu/tests/tcg/s390x/ |
H A D | larl.c | 14 * The compiler may emit larl for the C addition, so compute the expected in main()
|
H A D | precise-smc-softmmu.S | 56 .quad 0x200180000000,failure /* cc is from addition */
|
/qemu/docs/devel/ |
H A D | code-provenance.rst | 19 The addition of this line asserts that the author of the patch is contributing 134 When a subsystem maintainer accepts a patch from a contributor, in addition to 140 done the aforementioned validation. This is in addition to any of their own 216 ``Signed-off-by`` in the patch in addition to the orignal author's
|
H A D | tcg.rst | 31 generate an addition for the segment base. 121 Note that, on step 3 (``tcg_gen_exit_tb()``), in addition to the
|
H A D | memory.rst | 23 In addition to MemoryRegion objects, the memory API provides AddressSpace 336 In addition the vram is mapped as a BAR at address e1000000, and an additional 352 In addition various constraints can be supplied to control how these
|
H A D | tcg-ops.rst | 598 - | Compute *t0* = *t1* + *t2* and in addition output to the 615 - | Compute *t0* = *t1* + *t2* + 1, and in addition output to the 619 intermediate to complete folding of the addition chain. 627 - | Compute *t0* = *t1* - *t2* and in addition output to the 647 - | Compute *t0* = *t1* - *t2* - 1, and in addition output to the 837 - | Signed and unsigned saturating addition and subtraction.
|
/qemu/docs/system/openrisc/ |
H A D | emulation.rst | 12 In addition to the instruction subsets the QEMU TCG emulation also has support
|
/qemu/include/libdecnumber/ |
H A D | dconfig.h | 11 In addition to the permissions in the GNU General Public License,
|
/qemu/include/hw/misc/ |
H A D | aspeed_sdmc.h | 23 * SDMC has 174 documented registers. In addition the u-boot device tree
|
/qemu/include/qemu/ |
H A D | host-utils.h | 451 * sadd32_overflow - addition with overflow indication 464 * sadd64_overflow - addition with overflow indication 477 * uadd32_overflow - addition with overflow indication 490 * uadd64_overflow - addition with overflow indication 646 * uadd64_carry - addition with carry-in and carry-out
|
/qemu/include/libdecnumber/dpd/ |
H A D | decimal128Local.h | 11 In addition to the permissions in the GNU General Public License,
|
/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.h | 50 /* Apart from this which is a local addition */
|
/qemu/docs/interop/ |
H A D | nbd.rst | 49 in addition to the specific ``qemu:allocation-depth`` and
|
/qemu/tests/qemu-iotests/ |
H A D | 235 | 33 # commit before this test addition).
|
/qemu/target/arm/tcg/ |
H A D | arith_helper.c | 23 /* Perform 16-bit signed saturating addition. */ 39 /* Perform 8-bit signed saturating addition. */
|
H A D | gengvec64.c | 215 /* Constrain addend so that the next addition never overflows. */ in gen_suqadd_d() 233 /* Constrain addend so that the next addition never overflows. */ in gen_suqadd_vec()
|
/qemu/docs/system/ |
H A D | images.rst | 49 snapshot in addition to its numerical ID.
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 13 In addition to those calls, we have added our own private hypervisor
|
/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 23 In addition, the dedicated pass-through allows you to share a single
|
/qemu/hw/acpi/ |
H A D | bios-linker-loader.c | 57 * addition is used depending on @pointer.size. 84 * 1,2,4 or 8 byte unsigned addition is used depending on
|
/qemu/scripts/simplebench/ |
H A D | img_bench_templater.py | 81 In addition to displaying the results, script also stores results in JSON
|
/qemu/scripts/ |
H A D | simpletrace.py | 160 The pid can be included in addition to the timestamp and is useful when 257 The pid can be included in addition to the timestamp and is useful when
|
/qemu/target/hppa/ |
H A D | cpu.h | 219 * In addition, it's easier to compute carry-in for bit B+1 than it is to 220 * compute carry-out for bit B (3 vs 4 insns for addition, assuming the
|
1234567