HomeSort by: relevance | last modified time | path
    Searched defs:index_operand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 6689 unsigned long index_operand, esize, targetBeat, idx;
6695 index_operand = op2;
6700 index_operand = op2 >> 1;
6705 index_operand = 0;
6715 idx = index_operand + targetBeat * (32/esize);
6688 unsigned long index_operand, esize, targetBeat, idx; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 6689 unsigned long index_operand, esize, targetBeat, idx;
6695 index_operand = op2;
6700 index_operand = op2 >> 1;
6705 index_operand = 0;
6715 idx = index_operand + targetBeat * (32/esize);
6688 unsigned long index_operand, esize, targetBeat, idx; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 6689 unsigned long index_operand, esize, targetBeat, idx;
6695 index_operand = op2;
6700 index_operand = op2 >> 1;
6705 index_operand = 0;
6715 idx = index_operand + targetBeat * (32/esize);
6688 unsigned long index_operand, esize, targetBeat, idx; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 6785 unsigned long index_operand, esize, targetBeat, idx;
6791 index_operand = op2;
6796 index_operand = op2 >> 1;
6801 index_operand = 0;
6811 idx = index_operand + targetBeat * (32/esize);
6784 unsigned long index_operand, esize, targetBeat, idx; local

Completed in 82 milliseconds