Searched refs:instr_spec (Results 1 – 2 of 2) sorted by relevance
3521 xg_build_token_insn (instr_spec, old_insn, new_insn) in xg_build_token_insn() argument3522 BuildInstr *instr_spec; in xg_build_token_insn()3529 switch (instr_spec->typ)3533 new_insn->opcode = instr_spec->opcode;3546 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next)
3761 xg_build_token_insn (BuildInstr *instr_spec, TInsn *old_insn, TInsn *new_insn) in xg_build_token_insn() argument3766 switch (instr_spec->typ) in xg_build_token_insn()3770 new_insn->opcode = instr_spec->opcode; in xg_build_token_insn()3785 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next) in xg_build_token_insn()