Searched refs:increment (Results 1 – 17 of 17) sorted by relevance
/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 132 int fence_post, start, increment, i, byte_count; in xtensa_insnbuf_to_chars() local 141 increment = -1; in xtensa_insnbuf_to_chars() 144 increment = 1; in xtensa_insnbuf_to_chars() 167 fence_post = start + (byte_count * increment); in xtensa_insnbuf_to_chars() 169 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_to_chars() 192 int max_size, insn_size, fence_post, start, increment, i; in xtensa_insnbuf_from_chars() local 212 increment = -1; in xtensa_insnbuf_from_chars() 215 increment = 1; in xtensa_insnbuf_from_chars() 218 fence_post = start + (num_chars * increment); in xtensa_insnbuf_from_chars() 221 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_from_chars()
|
/qemu/qapi/ |
H A D | migration.json | 759 # @cpu-throttle-increment: throttle percentage increase each time 765 # CPU percentage while the @cpu-throttle -increment is excessive 769 # Then we will choose a smaller throttle increment between the one 770 # specified by @cpu-throttle-increment and the one generated by 772 # traditional throttling, meanwhile the throttle increment won't 900 'cpu-throttle-initial', 'cpu-throttle-increment', 940 # @cpu-throttle-increment: throttle percentage increase each time 946 # CPU percentage while the @cpu-throttle -increment is excessive 950 # Then we will choose a smaller throttle increment between the one 951 # specified by @cpu-throttle-increment and the one generated by [all …]
|
/qemu/docs/devel/ |
H A D | lockcnt.rst | 81 to increment and decrement the counter, and to take and release the 129 to increment the ``walking_handlers`` variable. And of course
|
H A D | multi-process.rst | 827 space in the queue. Stores will increment the number of posted stores in
|
/qemu/fpu/ |
H A D | softfloat.c | 5023 bool roundNearestEven, increment, isTiny; in roundAndPackFloatx80() local 5112 increment = ((int64_t)zSig1 < 0); in roundAndPackFloatx80() 5115 increment = 0; in roundAndPackFloatx80() 5118 increment = !zSign && zSig1; in roundAndPackFloatx80() 5121 increment = zSign && zSig1; in roundAndPackFloatx80() 5130 && increment in roundAndPackFloatx80() 5147 || !increment in roundAndPackFloatx80() 5160 increment = ((int64_t)zSig1 < 0); in roundAndPackFloatx80() 5163 increment = 0; in roundAndPackFloatx80() 5166 increment = !zSign && zSig1; in roundAndPackFloatx80() [all …]
|
H A D | softfloat-parts.c.inc | 967 /* increment or decrement for inexact */ 992 /* increment or decrement for inexact */ 1036 /* increment or decrement for inexact */
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.h | 264 HexValue *increment,
|
H A D | parser-helpers.c | 1541 HexValue *increment, in gen_circ_op() argument 1544 HexValue increment_m = *increment; in gen_circ_op()
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 440 # SVE index generation (immediate start, immediate increment) 443 # SVE index generation (immediate start, register increment) 446 # SVE index generation (register start, immediate increment) 449 # SVE index generation (register start, register increment)
|
/qemu/docs/specs/ |
H A D | acpi_cpu_hotplug.rst | 228 #. If bit #0 is set, increment the present CPU count.
|
H A D | fw_cfg.rst | 73 increment the data offset by the appropriate access width.
|
H A D | rocker.rst | 203 TAIL increment and modulo wrap at the ring size.
|
/qemu/block/ |
H A D | vvfat.c | 132 int increment=count*array->item_size; in array_insert() local 133 array->pointer=g_realloc(array->pointer,array->size+increment); in array_insert() 136 array->size+=increment; in array_insert()
|
/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 263 …// Log the size and indicate that the extension ext.c file needs to increment right before memory …
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 272 * cannot increment past 31. (Section 7.8) 310 * cannot increment past 31. (Section 7.8)
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1431 * The single-byte increment encodings are re-tasked 1897 * increment in the true case. This results in smaller code.
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 693 /* Register pre-increment with base writeback. */
|