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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 7746 unsigned shiftAmount = 0;
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
7756 func (stream, dis_style_immediate, "%u", shiftAmount);
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 7746 unsigned shiftAmount = 0;
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
7756 func (stream, dis_style_immediate, "%u", shiftAmount);
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 7746 unsigned shiftAmount = 0;
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
7756 func (stream, dis_style_immediate, "%u", shiftAmount);
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 7842 unsigned shiftAmount = 0;
7844 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7846 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7848 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
7852 func (stream, dis_style_immediate, "%u", shiftAmount);

Completed in 54 milliseconds