OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifthen_next_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
arm-dis.c
5034
static unsigned int
ifthen_next_state
;
variable
10729
ifthen_next_state
= given & 0xff;
10740
if (
ifthen_next_state
)
11107
if (
ifthen_next_state
)
12589
ifthen_next_state
= 0;
12591
ifthen_next_state
= (ifthen_state & 0xe0)
12613
ifthen_state =
ifthen_next_state
;
/src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c
5034
static unsigned int
ifthen_next_state
;
variable
10729
ifthen_next_state
= given & 0xff;
10740
if (
ifthen_next_state
)
11107
if (
ifthen_next_state
)
12600
ifthen_next_state
= 0;
12602
ifthen_next_state
= (ifthen_state & 0xe0)
12624
ifthen_state =
ifthen_next_state
;
/src/external/gpl3/gdb/dist/opcodes/
arm-dis.c
5034
static unsigned int
ifthen_next_state
;
variable
10729
ifthen_next_state
= given & 0xff;
10740
if (
ifthen_next_state
)
11107
if (
ifthen_next_state
)
12600
ifthen_next_state
= 0;
12602
ifthen_next_state
= (ifthen_state & 0xe0)
12624
ifthen_state =
ifthen_next_state
;
/src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c
5130
static unsigned int
ifthen_next_state
;
variable
10932
ifthen_next_state
= given & 0xff;
10943
if (
ifthen_next_state
)
11294
if (
ifthen_next_state
)
12774
ifthen_next_state
= 0;
12776
ifthen_next_state
= (ifthen_state & 0xe0)
12798
ifthen_state =
ifthen_next_state
;
Completed in 56 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026