Searched refs:TT_ILL_INSN (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | 55 #define TT_ILL_INSN 0x02 macro 75 #define TT_ILL_INSN 0x10 macro 76 #define TT_UNIMP_FLUSH TT_ILL_INSN
|
H A D | int32_helper.c | 30 [TT_ILL_INSN] = "Illegal Instruction",
|
H A D | win_helper.c | 140 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_rett() 179 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_wrpsr()
|
H A D | int64_helper.c | 34 [TT_ILL_INSN] = "Illegal Instruction",
|
H A D | translate.c | 1551 gen_exception(dc, TT_ILL_INSN); in resolve_asi() 1792 gen_exception(dc, TT_ILL_INSN); in gen_ld_asi() 1840 gen_exception(dc, TT_ILL_INSN); in gen_st_asi() 1844 gen_exception(dc, TT_ILL_INSN); in gen_st_asi() 2045 gen_exception(dc, TT_ILL_INSN); in gen_ldf_asi() 2056 gen_exception(dc, TT_ILL_INSN); in gen_ldf_asi() 2164 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 2174 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 2182 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 5710 gen_exception(dc, TT_ILL_INSN); in sparc_tr_translate_insn()
|
H A D | ldst_helper.c | 1948 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_st_asi()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 318 case TT_ILL_INSN: in cpu_loop()
|