Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Darc-dis.c561 state->_opcode = OPCODE (state->words[0]); in dsmOneArcInst()
575 switch (state->_opcode) in dsmOneArcInst()
717 state->_opcode, in dsmOneArcInst()
754 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH ); in dsmOneArcInst()
763 switch (state->_opcode) in dsmOneArcInst()
798 instrName = instruction_name (state,state->_opcode,0,&flags); in dsmOneArcInst()
889 if (state->_opcode != op_LPC /* LP */) in dsmOneArcInst()
892 state->flow = state->_opcode == op_BLC /* BL */ in dsmOneArcInst()
Darc-dis.h64 int _cond, _opcode; member