Searched refs:OpcodeArg (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/xtensa/ |
| H A D | translate.c | 448 static uint32_t test_exceptions_sr(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_sr() 455 const OpcodeArg arg[], in test_exceptions_ccompare() 466 static uint32_t test_exceptions_dbreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_dbreak() 483 static uint32_t test_exceptions_ibreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_ibreak() 494 static uint32_t test_exceptions_hpi(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_hpi() 557 static void gen_zero_check(DisasContext *dc, const OpcodeArg arg[]) in gen_zero_check() 593 OpcodeArg *arg; 603 OpcodeArg arg[MAX_OPCODE_ARGS]; 881 OpcodeArg *arg = slot_prop[slot].arg; in disas_xtensa_insn() 1306 static void translate_abs(DisasContext *dc, const OpcodeArg ar [all...] |
| H A D | cpu.h | 367 } OpcodeArg; typedef 370 typedef void (*XtensaOpcodeOp)(DisasContext *dc, const OpcodeArg arg[], 373 const OpcodeArg arg[],
|