OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_bit
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-pim.c
795
char
t_bit
;
local
799
t_bit
= (lan_delay & 0x8000)? 1 : 0;
802
t_bit
, lan_delay, override_interval);
/src/external/gpl3/gdb/dist/gdb/
arm-linux-tdep.c
355
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
370
cpsr |=
t_bit
;
372
cpsr &= ~
t_bit
;
769
ULONGEST
t_bit
= arm_psr_thumb_bit (frame_unwind_arch (frame));
local
773
*is_thumb = (cpsr &
t_bit
) != 0;
856
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
865
is_thumb = (cpsr &
t_bit
) != 0;
arm-tdep.c
319
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
321
psr |=
t_bit
;
323
psr &= ~
t_bit
;
620
ULONGEST
t_bit
= arm_psr_thumb_bit (regcache->arch ());
local
624
return (cpsr &
t_bit
) != 0;
644
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
645
return (cpsr &
t_bit
) != 0;
5532
ULONGEST
t_bit
= arm_psr_thumb_bit (regs->arch ());
local
5536
return (ps &
t_bit
) == 0;
5561
ULONGEST
t_bit
= arm_psr_thumb_bit (regs->arch ())
local
9770
ULONGEST val,
t_bit
;
local
14870
ULONGEST
t_bit
= 0, insn_id = 0;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
arm-linux-tdep.c
354
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
369
cpsr |=
t_bit
;
371
cpsr &= ~
t_bit
;
768
ULONGEST
t_bit
= arm_psr_thumb_bit (frame_unwind_arch (frame));
local
772
*is_thumb = (cpsr &
t_bit
) != 0;
855
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
864
is_thumb = (cpsr &
t_bit
) != 0;
arm-tdep.c
319
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
321
psr |=
t_bit
;
323
psr &= ~
t_bit
;
620
ULONGEST
t_bit
= arm_psr_thumb_bit (regcache->arch ());
local
624
return (cpsr &
t_bit
) != 0;
644
ULONGEST
t_bit
= arm_psr_thumb_bit (gdbarch);
local
645
return (cpsr &
t_bit
) != 0;
5535
ULONGEST
t_bit
= arm_psr_thumb_bit (regs->arch ());
local
5539
return (ps &
t_bit
) == 0;
5564
ULONGEST
t_bit
= arm_psr_thumb_bit (regs->arch ())
local
9774
ULONGEST val,
t_bit
;
local
14872
ULONGEST
t_bit
= 0, insn_id = 0;
local
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
17739
int
t_bit
= 0;
17743
t_bit
= 1;
17758
neon_three_args (
t_bit
);
17766
neon_three_args (
t_bit
);
17734
int
t_bit
= 0;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
17742
int
t_bit
= 0;
17746
t_bit
= 1;
17761
neon_three_args (
t_bit
);
17769
neon_three_args (
t_bit
);
17737
int
t_bit
= 0;
local
Completed in 88 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026