Searched refs:OpcodeArg (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 447 static uint32_t test_exceptions_sr(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_sr() 454 const OpcodeArg arg[], in test_exceptions_ccompare() 465 static uint32_t test_exceptions_dbreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_dbreak() 482 static uint32_t test_exceptions_ibreak(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_ibreak() 493 static uint32_t test_exceptions_hpi(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_hpi() 556 static void gen_zero_check(DisasContext *dc, const OpcodeArg arg[]) in gen_zero_check() 592 OpcodeArg *arg; 602 OpcodeArg arg[MAX_OPCODE_ARGS]; 880 OpcodeArg *arg = slot_prop[slot].arg; in disas_xtensa_insn() 1305 static void translate_abs(DisasContext *dc, const OpcodeArg arg[], in translate_abs() [all …]
|
H A D | cpu.h | 365 } OpcodeArg; typedef 368 typedef void (*XtensaOpcodeOp)(DisasContext *dc, const OpcodeArg arg[], 371 const OpcodeArg arg[],
|