Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h247 unsigned implemented_insn; /**< Instruction compiled without errors */ member
H A Didef-parser.y893 if (context.implemented_insn != context.total_insn) {
896 context.implemented_insn,
H A Dparser-helpers.c1690 c->implemented_insn++; in gen_inst_code()