Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dtranslate.c1068 DisasJumpType (*help_op)(DisasContext *, DisasOps *);
1183 static DisasJumpType op_abs(DisasContext *s, DisasOps *o) in op_abs()
1208 static DisasJumpType op_add(DisasContext *s, DisasOps *o) in op_add()
1261 static DisasJumpType op_asi(DisasContext *s, DisasOps *o) in op_asi()
1377 static DisasJumpType op_ni(DisasContext *s, DisasOps *o) in op_ni()
1477 static DisasJumpType op_bc(DisasContext *s, DisasOps *o) in op_bc()
1613 static DisasJumpType op_cj(DisasContext *s, DisasOps *o) in op_cj()
2025 static DisasJumpType op_cs(DisasContext *s, DisasOps *o) in op_cs()
2163 static DisasJumpType op_ct(DisasContext *s, DisasOps *o) in op_ct()
2331 static DisasJumpType op_ex(DisasContext *s, DisasOps *o) in op_ex()
[all …]
H A Dtranslate_vx.c.inc318 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)
552 static DisasJumpType op_vle(DisasContext *s, DisasOps *o)
702 static DisasJumpType op_vlm(DisasContext *s, DisasOps *o)
808 static DisasJumpType op_vll(DisasContext *s, DisasOps *o)
1281 static DisasJumpType op_va(DisasContext *s, DisasOps *o)
1436 static DisasJumpType op_vn(DisasContext *s, DisasOps *o)
[all …]
/qemu/include/exec/
H A Dtranslator.h47 typedef enum DisasJumpType { enum
63 } DisasJumpType; typedef
86 DisasJumpType is_jmp;
/qemu/target/alpha/
H A Dtranslate.c283 static inline DisasJumpType gen_invalid(DisasContext *ctx) in gen_invalid()
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()
1259 DisasJumpType ret = DISAS_NEXT; in gen_mtpr()
1366 static DisasJumpType translate_one(DisasContext *ctx, uint32_t insn) in translate_one()
[all …]
/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()
/qemu/target/cris/
H A Dtranslate.c3048 DisasJumpType is_jmp = dc->base.is_jmp; in cris_tr_tb_stop()
/qemu/target/ppc/
H A Dtranslate.c6582 DisasJumpType is_jmp = ctx->base.is_jmp; in ppc_tr_tb_stop()