Searched refs:TARGET_ILL_PRVOPC (Results 1 – 6 of 6) sorted by relevance
170 si_code = TARGET_ILL_PRVOPC; in cpu_loop()178 si_code = TARGET_ILL_PRVOPC; in cpu_loop()
131 #define TARGET_ILL_PRVOPC (5) /* Privileged opcode. */ macro
322 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop()330 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop()
159 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->iaoq_f); in cpu_loop()
169 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, in cpu_loop()
650 #define TARGET_ILL_PRVOPC (5) /* privileged opcode */ macro