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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 7734 int startAt0
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 7734 int startAt0
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 7734 int startAt0
7748 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7750 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7752 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 7830 int startAt0
7844 shiftAmount = startAt0 ? imm6 - 32 : 64 - imm6;
7846 shiftAmount = startAt0 ? imm6 - 16 : 32 - imm6;
7848 shiftAmount = startAt0 ? imm6 - 8 : 16 - imm6;

Completed in 89 milliseconds