Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Darc-dis.c553 state->_offset = 0; in dsmOneArcInst()
957 state->_offset = 0; in dsmOneArcInst()
962 state->_offset += fieldB; in dsmOneArcInst()
966 state->_offset += fieldC; in dsmOneArcInst()
996 state->_offset = fieldC; in dsmOneArcInst()
1003 state->_offset += fieldB, state->_ea_present = 0; in dsmOneArcInst()
1013 fieldB = state->_offset; in dsmOneArcInst()
1042 state->_offset = fieldA; in dsmOneArcInst()
1049 state->_offset += fieldB, state->_ea_present = 0; in dsmOneArcInst()
1059 fieldB = state->_offset; in dsmOneArcInst()
Darc-dis.h64 int ea_reg1, ea_reg2, _offset; member