Home | History | Annotate | Download | only in config

Lines Matching refs:m_opcode

148     unsigned long m_opcode;
155 #define getone(x) ((((x)->m_opcode)>>16)&0xffff)
156 #define gettwo(x) (((x)->m_opcode)&0xffff)
4628 slak->m_opcode = ins->opcode;