Home
last modified time | relevance | path

Searched refs:EMIT_SIG (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h32 #define EMIT_SIG(c, ...) \ macro
H A Dparser-helpers.c254 EMIT_SIG(c, "\n" START_COMMENT " "); in commit()
256 EMIT_SIG(c, "%c", *x); in commit()
258 EMIT_SIG(c, " " END_COMMENT "\n"); in commit()
1649 EMIT_SIG(c, "void emit_%s(DisasContext *ctx, Insn *insn, Packet *pkt", in gen_inst()
2076 EMIT_SIG(c, ", TCGv N%cN", arg->reg.id); in emit_arg()
2082 EMIT_SIG(c, ", %s %s", type, reg_id); in emit_arg()
2085 EMIT_SIG(c, ", TCGv CS"); in emit_arg()
2092 EMIT_SIG(c, ", TCGv P%c%c", arg->pred.id, suffix); in emit_arg()
H A Didef-parser.y118 EMIT_SIG(c, ")");
253 EMIT_SIG(c, ", int %ciV", $1.imm.id);