Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c413 static struct m68k_it the_ins; /* The instruction being assembled. */ variable
421 #define addword(w) (the_ins.opcode[the_ins.numo++] = (w))
429 for (z = the_ins.numo; z > opcode->m_codenum; --z) in insop()
430 the_ins.opcode[z] = the_ins.opcode[z - 1]; in insop()
431 for (z = 0; z < the_ins.nrel; z++) in insop()
432 the_ins.reloc[z].n += 2; in insop()
433 for (z = 0; z < the_ins.nfrag; z++) in insop()
434 the_ins.fragb[z].fragoff++; in insop()
435 the_ins.opcode[opcode->m_codenum] = w; in insop()
436 the_ins.numo++; in insop()
[all …]