Searched refs:TT_ILL_INSN (Results 1 – 7 of 7) sorted by relevance
/qemu/target/sparc/ |
H A D | cpu.h | 57 #define TT_ILL_INSN 0x02 macro 77 #define TT_ILL_INSN 0x10 macro 78 #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 | 129 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_rett() 168 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 | 1561 gen_exception(dc, TT_ILL_INSN); 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() 2055 gen_exception(dc, TT_ILL_INSN); in gen_ldf_asi() 2066 gen_exception(dc, TT_ILL_INSN); in gen_ldf_asi() 2174 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 2184 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 2192 gen_exception(dc, TT_ILL_INSN); in gen_stf_asi() 5739 gen_exception(dc, TT_ILL_INSN); in sparc_tr_translate_insn()
|
H A D | ldst_helper.c | 1959 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_st_asi()
|
/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 318 case TT_ILL_INSN: in cpu_loop()
|