Searched refs:first_inst (Results 1 – 2 of 2) sorted by relevance
2418 tic4x_inst_t *first_inst; in md_assemble() local2483 first_inst = NULL; in md_assemble()2489 if (!first_inst) in md_assemble()2490 first_inst = inst; in md_assemble()2502 if (first_inst) in md_assemble()2503 tic4x_operands_match (first_inst, insn, 0); in md_assemble()
1778 int first_inst = fragP->fr_fix + fragP->fr_address; in md_convert_frag() local1779 int needpad = (first_inst & 3); in md_convert_frag()1865 int first_inst = fragP->fr_fix + fragP->fr_address; in md_convert_frag() local1866 int needpad = !(first_inst & 3); in md_convert_frag()