OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:status32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
arc-linux-tdep.c
89
REGOFF (5), /*
STATUS32
*/
142
REGOFF (5), /*
STATUS32
*/
444
ULONGEST
status32
;
local
446
&
status32
);
457
/* If
STATUS32
.L is 1, then ZD-loops are disabled. */
458
if ((
status32
& ARC_STATUS32_L_MASK) == 0)
484
if ((
status32
& ARC_STATUS32_DE_MASK) != 0)
arc-tdep.c
295
{ ARC_FIRST_AUX_REGNUM + 1, { "
status32
" }, true },
589
by DE bit in
STATUS32
register indicates if current instruction is a delay
597
instruction, debugger should check for the
STATUS32
.DE bit and reset it if
603
registers, include BTA and
STATUS32
, which also means that core is returned
622
ULONGEST
status32
;
local
624
&
status32
);
626
if ((
status32
& ARC_STATUS32_DE_MASK) != 0)
629
"reset
STATUS32
.DE bit to zero. Value of
STATUS32
"
631
phex (
status32
, ARC_REGISTER_SIZE))
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
arc-linux-tdep.c
89
REGOFF (5), /*
STATUS32
*/
142
REGOFF (5), /*
STATUS32
*/
444
ULONGEST
status32
;
local
446
&
status32
);
457
/* If
STATUS32
.L is 1, then ZD-loops are disabled. */
458
if ((
status32
& ARC_STATUS32_L_MASK) == 0)
484
if ((
status32
& ARC_STATUS32_DE_MASK) != 0)
arc-tdep.c
295
{ ARC_FIRST_AUX_REGNUM + 1, { "
status32
" }, true },
589
by DE bit in
STATUS32
register indicates if current instruction is a delay
597
instruction, debugger should check for the
STATUS32
.DE bit and reset it if
603
registers, include BTA and
STATUS32
, which also means that core is returned
622
ULONGEST
status32
;
local
624
&
status32
);
626
if ((
status32
& ARC_STATUS32_DE_MASK) != 0)
629
"reset
STATUS32
.DE bit to zero. Value of
STATUS32
"
631
phex (
status32
, ARC_REGISTER_SIZE))
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026