Lines Matching refs:m_codenum
142 short m_codenum; member
270 for (z = the_ins.numo; z > opcode->m_codenum; --z)
276 the_ins.opcode[opcode->m_codenum] = w;
1103 the_ins.numo = opcode->m_codenum;
1964 the_ins.numo = opcode->m_codenum;
2556 (opcode->m_codenum) * 2 + 1;
2563 the_ins.reloc[the_ins.nrel - 1].n = opcode->m_codenum * 2 - 1;
2570 the_ins.reloc[the_ins.nrel - 1].n = (opcode->m_codenum) * 2;
2577 the_ins.reloc[the_ins.nrel - 1].n = (opcode->m_codenum) * 2;
2585 the_ins.reloc[the_ins.nrel - 1].n = (opcode->m_codenum) * 2;
3965 slak->m_codenum = ((ins->match) & 0xffffL) ? 2 : 1; in md_begin()