Home
last modified time | relevance | path

Searched refs:use_goto_tb (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/emulators/qemu-utils/qemu-4.2.1/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu5/qemu-5.2.0/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu42/qemu-4.2.1/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu60/qemu-6.0.0/target/moxie/
H A Dtranslate.c116 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
132 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dtranslate.c166 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
181 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/
H A Dtranslate.c141 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
156 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dtranslate.c142 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
157 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dtranslate.c141 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
156 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dtranslate.c179 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
194 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/dports/emulators/qemu-utils/qemu-4.2.1/target/nios2/
H A Dtranslate.c155 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
172 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu5/qemu-5.2.0/target/nios2/
H A Dtranslate.c156 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
173 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/nios2/
H A Dtranslate.c155 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
172 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu42/qemu-4.2.1/target/nios2/
H A Dtranslate.c155 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
172 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/nios2/
H A Dtranslate.c154 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
171 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/nios2/
H A Dtranslate.c155 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
172 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu60/qemu-6.0.0/target/nios2/
H A Dtranslate.c156 static bool use_goto_tb(DisasContext *dc, uint32_t dest) in use_goto_tb() function
173 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
/dports/emulators/qemu60/qemu-6.0.0/target/alpha/
H A Dtranslate.c460 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
489 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
506 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3013 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/dports/emulators/qemu5/qemu-5.2.0/target/alpha/
H A Dtranslate.c460 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
489 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
506 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3008 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/alpha/
H A Dtranslate.c459 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
488 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
505 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3007 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/alpha/
H A Dtranslate.c459 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
488 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
505 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3009 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/dports/emulators/qemu42/qemu-4.2.1/target/alpha/
H A Dtranslate.c459 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
488 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
505 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3007 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/dports/emulators/qemu-utils/qemu-4.2.1/target/alpha/
H A Dtranslate.c459 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
488 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
505 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
3007 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()

1234567