Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Darc-dis.c558 state->_opcode = OPCODE (state->words[0]); in dsmOneArcInst()
572 switch (state->_opcode) in dsmOneArcInst()
714 state->_opcode, in dsmOneArcInst()
751 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH ); in dsmOneArcInst()
760 switch (state->_opcode) in dsmOneArcInst()
795 instrName = instruction_name (state,state->_opcode,0,&flags); in dsmOneArcInst()
886 if (state->_opcode != op_LPC /* LP */) in dsmOneArcInst()
889 state->flow = state->_opcode == op_BLC /* BL */ in dsmOneArcInst()
Darc-dis.h65 int _cond, _opcode; member