Home
last modified time | relevance | path

Searched refs:first_inst (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c2418 tic4x_inst_t *first_inst; in md_assemble() local
2483 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()
Dtc-mcore.c1778 int first_inst = fragP->fr_fix + fragP->fr_address; in md_convert_frag() local
1779 int needpad = (first_inst & 3); in md_convert_frag()
1865 int first_inst = fragP->fr_fix + fragP->fr_address; in md_convert_frag() local
1866 int needpad = !(first_inst & 3); in md_convert_frag()