Home | History | Annotate | Download | only in opcodes

Lines Matching defs:index_offset

453    version of the operand in RESULT.  INDEX_OFFSET is the bit position
464 int index_offset)
629 bit_index = bit_extract (buffer, index_offset - 8, 3);
630 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
799 int index_offset[2];
812 index_offset[0] = -1;
813 index_offset[1] = -1;
822 index_offset[0] = aoffset;
833 index_offset[1] = aoffset;
847 whicharg > 1 ? -1 : index_offset[whicharg]);