Searched refs:_opcode (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Darc-dis.h64 int _cond, _opcode; member in struct:arcDisState
H A Darc-dis.c573 state->_opcode = OPCODE (state->words[0]);
587 switch (state->_opcode)
729 state->_opcode,
766 decodingClass = ((state->_opcode == op_JC) ? 4 : 3);
776 switch (state->_opcode)
811 instrName = instruction_name (state,state->_opcode,0,&flags);
902 if (state->_opcode != op_LPC /* LP */)
905 state->flow = state->_opcode == op_BLC /* BL */
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-dis.h64 int _cond, _opcode; member in struct:arcDisState
H A Darc-dis.c562 state->_opcode = OPCODE (state->words[0]);
576 switch (state->_opcode)
718 state->_opcode,
755 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH );
764 switch (state->_opcode)
799 instrName = instruction_name (state,state->_opcode,0,&flags);
890 if (state->_opcode != op_LPC /* LP */)
893 state->flow = state->_opcode == op_BLC /* BL */

Completed in 68 milliseconds