Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 17 of 17) sorted by relevance

/qemu/target/xtensa/
H A Dxtensa-isa.c132 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 Dmigration.json759 # @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 Dlockcnt.rst81 to increment and decrement the counter, and to take and release the
129 to increment the ``walking_handlers`` variable. And of course
H A Dmulti-process.rst827 space in the queue. Stores will increment the number of posted stores in
/qemu/fpu/
H A Dsoftfloat.c5023 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 Dsoftfloat-parts.c.inc967 /* increment or decrement for inexact */
992 /* increment or decrement for inexact */
1036 /* increment or decrement for inexact */
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h264 HexValue *increment,
H A Dparser-helpers.c1541 HexValue *increment, in gen_circ_op() argument
1544 HexValue increment_m = *increment; in gen_circ_op()
/qemu/target/arm/tcg/
H A Dsve.decode440 # 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 Dacpi_cpu_hotplug.rst228 #. If bit #0 is set, increment the present CPU count.
H A Dfw_cfg.rst73 increment the data offset by the appropriate access width.
H A Drocker.rst203 TAIL increment and modulo wrap at the ring size.
/qemu/block/
H A Dvvfat.c132 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 Dmacros.def263 …// Log the size and indicate that the extension ext.c file needs to increment right before memory …
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc272 * cannot increment past 31. (Section 7.8)
310 * cannot increment past 31. (Section 7.8)
/qemu/tcg/i386/
H A Dtcg-target.c.inc1431 * The single-byte increment encodings are re-tasked
1897 * increment in the true case. This results in smaller code.
/qemu/tcg/arm/
H A Dtcg-target.c.inc693 /* Register pre-increment with base writeback. */