Home
last modified time | relevance | path

Searched refs:reversed (Results 1 – 15 of 15) sorted by relevance

/qemu/util/
H A Dqemu-coroutine-lock.c150 QSLIST_HEAD(, CoWaitRecord) reversed; in move_waiters()
151 QSLIST_MOVE_ATOMIC(&reversed, &mutex->from_push); in move_waiters()
152 while (!QSLIST_EMPTY(&reversed)) { in move_waiters()
153 CoWaitRecord *w = QSLIST_FIRST(&reversed); in move_waiters()
154 QSLIST_REMOVE_HEAD(&reversed, next); in move_waiters()
H A Dasync.c552 QSLIST_HEAD(, Coroutine) straight, reversed; in co_schedule_bh_cb()
554 QSLIST_MOVE_ATOMIC(&reversed, &ctx->scheduled_coroutines); in co_schedule_bh_cb()
557 while (!QSLIST_EMPTY(&reversed)) { in co_schedule_bh_cb()
558 Coroutine *co = QSLIST_FIRST(&reversed); in co_schedule_bh_cb()
559 QSLIST_REMOVE_HEAD(&reversed, co_scheduled_next); in co_schedule_bh_cb()
/qemu/target/hexagon/
H A Dgen_decodetree.py29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
108 enc_str = "".join(reversed(encs[tag]))
155 for m in reversed(list(re.finditer(imm_letter + "+", enc))):
H A Dgen_trans_funcs.py29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
/qemu/target/mips/tcg/
H A Dmxu_translate.c1536 (MO_TESL ^ (reversed ? MO_BSWAP : 0)) | in gen_mxu_s32ldxx()
1572 (MO_TESL ^ (reversed ? MO_BSWAP : 0)) | in gen_mxu_s32stxx()
1589 static void gen_mxu_s32ldxvx(DisasContext *ctx, bool reversed, in gen_mxu_s32ldxvx() argument
4540 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool04() local
4546 gen_mxu_s32ldxx(ctx, reversed, false); in decode_opc_mxu__pool04()
4553 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool05() local
4559 gen_mxu_s32stxx(ctx, reversed, false); in decode_opc_mxu__pool05()
4606 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool08() local
4612 gen_mxu_s32ldxx(ctx, reversed, true); in decode_opc_mxu__pool08()
4619 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool09() local
[all …]
/qemu/target/arm/tcg/
H A Dneon-dp.decode90 # The _rev suffix indicates that Vn and Vm are reversed. This is
99 # which does not have this odd reversed-operand situation.
H A Dmve.decode83 # The _rev suffix indicates that Vn and Vm are reversed. This is
/qemu/tests/qemu-iotests/
H A D030211 odd_img_indexes = [x for x in reversed(range(self.num_imgs)) if x % 2 == 1]
262 for job in reversed(pending_jobs):
H A Diotests.py791 for path in reversed(file_path_remover.paths):
/qemu/scripts/
H A Ddecodetree.py318 for f in reversed(self.subs):
/qemu/target/hexagon/imported/
H A Dmacros.def899 fEA_BREVR, /* Calculate EA with bit reversed bottom of REGISTER */
/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc520 /* Begin with byte reversed doublewords... */
526 * For 16 and 32-bit elements, the doubleword bswap also reversed
/qemu/tcg/arm/
H A Dtcg-target.c.inc1268 /* Similar, but with swapped arguments, via reversed subtract. */
2679 * therefore the arguments appear reversed.
/qemu/docs/devel/
H A Dmulti-process.rst577 the process's device state back to QEMU. This method will be reversed on
/qemu/target/i386/tcg/
H A Demit.c.inc2562 /* Careful, operand order is reversed! */