Home
last modified time | relevance | path

Searched refs:gen_exception (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc386 gen_exception(ctx, POWERPC_EXCP_FPU);
545 gen_exception(ctx, POWERPC_EXCP_FPU);
565 gen_exception(ctx, POWERPC_EXCP_FPU);
589 gen_exception(ctx, POWERPC_EXCP_FPU);
625 gen_exception(ctx, POWERPC_EXCP_FPU);
660 gen_exception(ctx, POWERPC_EXCP_FPU);
677 gen_exception(ctx, POWERPC_EXCP_FPU);
709 gen_exception(ctx, POWERPC_EXCP_FPU);
742 gen_exception(ctx, POWERPC_EXCP_FPU);
761 gen_exception(ct
[all...]
H A Dspe-impl.c.inc14 gen_exception(ctx, POWERPC_EXCP_SPEU);
62 gen_exception(ctx, POWERPC_EXCP_SPEU); \
86 gen_exception(ctx, POWERPC_EXCP_SPEU); \
110 gen_exception(ctx, POWERPC_EXCP_SPEU); \
142 gen_exception(ctx, POWERPC_EXCP_SPEU); \
217 gen_exception(ctx, POWERPC_EXCP_SPEU);
236 gen_exception(ctx, POWERPC_EXCP_SPEU); \
257 gen_exception(ctx, POWERPC_EXCP_SPEU); \
304 gen_exception(ctx, POWERPC_EXCP_SPEU);
313 gen_exception(ctx, POWERPC_EXCP_SPEU);
[all …]
H A Dvsx-impl.c.inc413 gen_exception(ctx, POWERPC_EXCP_FPU);
418 gen_exception(ctx, POWERPC_EXCP_VPU);
433 gen_exception(ctx, POWERPC_EXCP_FPU);
438 gen_exception(ctx, POWERPC_EXCP_VPU);
453 gen_exception(ctx, POWERPC_EXCP_FPU);
458 gen_exception(ctx, POWERPC_EXCP_VPU);
475 gen_exception(ctx, POWERPC_EXCP_FPU);
480 gen_exception(ctx, POWERPC_EXCP_VPU);
494 gen_exception(ctx, POWERPC_EXCP_FPU);
499 gen_exception(ctx, POWERPC_EXCP_VPU);
[all …]
H A Dvmx-impl.c.inc113 gen_exception(ctx, POWERPC_EXCP_VPU);
131 gen_exception(ctx, POWERPC_EXCP_VPU);
154 gen_exception(ctx, POWERPC_EXCP_VPU);
205 gen_exception(ctx, POWERPC_EXCP_VPU); \
221 gen_exception(ctx, POWERPC_EXCP_VPU); \
234 gen_exception(ctx, POWERPC_EXCP_VPU); \
245 gen_exception(ctx, POWERPC_EXCP_VPU); \
259 gen_exception(ctx, POWERPC_EXCP_VPU); \
299 gen_exception(ctx, POWERPC_EXCP_VPU); \
334 gen_exception(ctx, POWERPC_EXCP_VPU); \
[all …]
/openbmc/qemu/target/m68k/
H A Dtranslate.c273 static void gen_exception(DisasContext *s, uint32_t dest, int nr) in gen_raise_exception_format2()
285 gen_exception(s, s->base.pc_next, EXCP_ADDRESS); in gen_exception()
950 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_load_fp()
965 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_load_fp()
997 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_store_fp()
1012 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_store_fp()
1131 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_ea_mode_fp()
1144 gen_exception(s, s->base.pc_next, EXCP_FP_UNIMP); in gen_ea_mode_fp()
1472 gen_exception(s, s->base.pc_next, EXCP_LINEA); in DISAS_INSN()
1477 gen_exception( in DISAS_INSN()
284 static void gen_exception(DisasContext *s, uint32_t dest, int nr) gen_exception() function
[all...]
/openbmc/qemu/target/sparc/
H A Dtranslate.c1047 static void gen_exception(DisasContext *dc, int which) in gen_exception() function
1475 gen_exception(dc, TT_FP_EXCP); in gen_op_fpexception_im()
1482 gen_exception(dc, TT_NFPU_INSN); in gen_trap_ifnofpu()
1561 gen_exception(dc, TT_ILL_INSN); in resolve_asi()
1607 gen_exception(dc, TT_PRIV_INSN); in resolve_asi()
1621 gen_exception(dc, TT_PRIV_ACT); in resolve_asi()
1802 gen_exception(dc, TT_ILL_INSN); in gen_ld_asi()
1850 gen_exception(dc, TT_ILL_INSN); in gen_st_asi()
1854 gen_exception(dc, TT_ILL_INSN); in gen_st_asi()
1933 gen_exception(d in gen_swap_asi()
[all...]
/openbmc/qemu/target/openrisc/
H A Dtranslate.c141 static void gen_exception(DisasContext *dc, unsigned int excp) in gen_illegal_exception()
149 gen_exception(dc, EXCP_ILLEGAL); in check_v1_3()
1065 gen_exception(dc, EXCP_SYSCALL); in trans_l_sflesi()
1073 gen_exception(dc, EXCP_TRAP); in trans_l_sys()
135 static void gen_exception(DisasContext *dc, unsigned int excp) gen_exception() function
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1554 static void gen_exception(DisasContext *s, int trapno) in gen_exception() function
1566 gen_exception(s, EXCP06_ILLOP); in gen_illegal_opcode()
1572 gen_exception(s, EXCP0D_GPF); in gen_exception_gpf()
2467 gen_exception(s, EXCP07_PREX); in gen_x87()
3832 gen_exception(dc, EXCP_VSYSCALL); in i386_tr_translate_insn()
H A Demit.c.inc64 gen_exception(s, EXCP07_PREX);
1149 gen_exception(s, EXCP00_DIVZ);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c1055 static void gen_exception(int excp, uint32_t syndrome) in gen_exception()
1090 gen_exception(excp, syn); in gen_exception_insn()
6747 gen_exception(EXCP_SWI, syn_aa32_svc(dc->svc_imm, dc->thumb)); in trans_WLS()
6815 gen_exception(EXCP_SWI, syn_aa32_svc(dc->svc_imm, dc->thumb)); in trans_LE()
1054 static void gen_exception(int excp, uint32_t syndrome) gen_exception() function
/openbmc/qemu/target/ppc/
H A Dtranslate.c340 static inline void gen_exception(DisasContext *ctx, uint32_t excp) in gen_exception()
5653 gen_exception((CTX), POWERPC_EXCP_VPU); \
5661 gen_exception((CTX), POWERPC_EXCP_VSXU); \
5669 gen_exception((ctx), POWERPC_EXCP_FPU); \
335 static inline void gen_exception(DisasContext *ctx, uint32_t excp) gen_exception() function
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c399 static void gen_exception(int excp) in gen_exception() function
420 gen_exception(EXCP_PGM); in gen_program_exception()
3064 gen_exception(EXCP_ATOMIC); in op_lpd()
4582 gen_exception(EXCP_SVC); in op_svc()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c311 static void gen_exception(DisasContext *dc, int excp) in gen_exception() function
1175 gen_exception(dc, EXCP_YIELD); in xtensa_tr_translate_insn()