Home
last modified time | relevance | path

Searched refs:DisasJumpType (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1067 DisasJumpType (*help_op)(DisasContext *, DisasOps *);
1075 static DisasJumpType help_goto_direct(DisasContext *s, uint64_t dest) in help_goto_direct()
1095 static DisasJumpType help_goto_indirect(DisasContext *s, TCGv_i64 dest) in help_goto_indirect()
1104 static DisasJumpType help_branch(DisasContext *s, DisasCompare *c, in help_branch()
1182 static DisasJumpType op_abs(DisasContext *s, DisasOps *o) in op_abs()
1188 static DisasJumpType op_absf32(DisasContext *s, DisasOps *o) in op_absf32()
1194 static DisasJumpType op_absf64(DisasContext *s, DisasOps *o) in op_absf64()
1200 static DisasJumpType op_absf128(DisasContext *s, DisasOps *o) in op_absf128()
1207 static DisasJumpType op_add(DisasContext *s, DisasOps *o) in op_add()
1213 static DisasJumpType op_addu64(DisasContext *s, DisasOps *o) in op_addu64()
[all …]
H A Dtranslate_vx.c.inc310 static DisasJumpType op_vbperm(DisasContext *s, DisasOps *o)
318 static DisasJumpType op_vge(DisasContext *s, DisasOps *o)
352 static DisasJumpType op_vgbm(DisasContext *s, DisasOps *o)
374 static DisasJumpType op_vgm(DisasContext *s, DisasOps *o)
400 static DisasJumpType op_vl(DisasContext *s, DisasOps *o)
413 static DisasJumpType op_vlr(DisasContext *s, DisasOps *o)
419 static DisasJumpType op_vlrep(DisasContext *s, DisasOps *o)
435 static DisasJumpType op_vlebr(DisasContext *s, DisasOps *o)
452 static DisasJumpType op_vlbrrep(DisasContext *s, DisasOps *o)
468 static DisasJumpType op_vllebrz(DisasContext *s, DisasOps *o)
[all …]
/openbmc/qemu/include/exec/
H A Dtranslator.h47 typedef enum DisasJumpType { enum
63 } DisasJumpType; typedef
85 DisasJumpType is_jmp;
/openbmc/qemu/target/alpha/
H A Dtranslate.c276 static DisasJumpType gen_excp(DisasContext *ctx, int exception, int error_code) in gen_excp()
283 static inline DisasJumpType gen_invalid(DisasContext *ctx) in gen_invalid()
405 static DisasJumpType gen_store_conditional(DisasContext *ctx, int ra, int rb, in gen_store_conditional()
458 static DisasJumpType gen_bdirect(DisasContext *ctx, int ra, int32_t disp) in gen_bdirect()
472 static DisasJumpType gen_bcond_internal(DisasContext *ctx, TCGCond cond, in gen_bcond_internal()
485 static DisasJumpType gen_bcond(DisasContext *ctx, TCGCond cond, int ra, in gen_bcond()
526 static DisasJumpType gen_fbcond(DisasContext *ctx, TCGCond cond, int ra, in gen_fbcond()
1039 static DisasJumpType gen_call_pal(DisasContext *ctx, int palcode) in gen_call_pal()
1206 static DisasJumpType gen_mfpr(DisasContext *ctx, TCGv va, int regno) in gen_mfpr()
1256 static DisasJumpType gen_mtpr(DisasContext *ctx, TCGv vb, int regno) in gen_mtpr()
[all …]
/openbmc/qemu/target/hppa/
H A Dtranslate.c598 DisasJumpType status = ctx->base.is_jmp; in nullify_end()
4701 DisasJumpType ret; in hppa_tr_translate_insn()
4782 DisasJumpType is_jmp = ctx->base.is_jmp; in hppa_tr_tb_stop()
/openbmc/qemu/target/ppc/
H A Dtranslate.c6589 DisasJumpType is_jmp = ctx->base.is_jmp; in ppc_tr_tb_stop()