HomeSort by: relevance | last modified time | path
    Searched defs:the_ins (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 388 static struct m68k_it the_ins; /* The instruction being assembled. */ variable in typeref:struct:m68k_it
396 #define addword(w) (the_ins.opcode[the_ins.numo++] = (w))
404 for (z = the_ins.numo; z > opcode->m_codenum; --z)
405 the_ins.opcode[z] = the_ins.opcode[z - 1];
406 for (z = 0; z < the_ins.nrel; z++)
407 the_ins.reloc[z].n += 2;
408 for (z = 0; z < the_ins.nfrag; z++)
409 the_ins.fragb[z].fragoff++
7633 struct m68k_it the_ins; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 388 static struct m68k_it the_ins; /* The instruction being assembled. */ variable in typeref:struct:m68k_it
396 #define addword(w) (the_ins.opcode[the_ins.numo++] = (w))
404 for (z = the_ins.numo; z > opcode->m_codenum; --z)
405 the_ins.opcode[z] = the_ins.opcode[z - 1];
406 for (z = 0; z < the_ins.nrel; z++)
407 the_ins.reloc[z].n += 2;
408 for (z = 0; z < the_ins.nfrag; z++)
409 the_ins.fragb[z].fragoff++
7633 struct m68k_it the_ins; local
    [all...]

Completed in 24 milliseconds