Home
last modified time | relevance | path

Searched refs:XTENSA_OP_ILL (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dtranslate.c450 return xtensa_option_enabled(dc->config, par[1]) ? 0 : XTENSA_OP_ILL; in test_exceptions_sr()
460 return XTENSA_OP_ILL; in test_exceptions_ccompare()
477 return XTENSA_OP_ILL; in test_exceptions_dbreak()
488 return XTENSA_OP_ILL; in test_exceptions_ibreak()
508 return XTENSA_OP_ILL; in test_exceptions_hpi()
944 op_flags |= XTENSA_OP_ILL; in disas_xtensa_insn()
946 if (op_flags & XTENSA_OP_ILL) { in disas_xtensa_insn()
1545 return XTENSA_OP_ILL; in test_exceptions_entry()
2009 return XTENSA_OP_ILL; in test_exceptions_retw()
2253 return ill ? XTENSA_OP_ILL : 0; in test_exceptions_simcall()
[all …]
H A Dcpu.h375 XTENSA_OP_ILL = 0x1, enumerator