OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026