OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_pc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl-tests.cc
187
rtx
set_pc
= gen_rtx_SET (pc_rtx,
local
190
rtx_insn *jump_insn = emit_jump_insn (
set_pc
);
191
ASSERT_EQ (
set_pc
, single_set (jump_insn));
/src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c
108
int
set_pc
;
local
116
set_pc
= 0;
145
if (!
set_pc
)
151
set_pc
= 1;
185
set_pc
= 1;
/src/external/gpl3/gcc.old/dist/gcc/
rtl-tests.cc
187
rtx
set_pc
= gen_rtx_SET (pc_rtx,
local
190
rtx_insn *jump_insn = emit_jump_insn (
set_pc
);
191
ASSERT_EQ (
set_pc
, single_set (jump_insn));
/src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c
108
int
set_pc
;
local
111
set_pc
= 0;
118
if (!
set_pc
)
124
set_pc
= 1;
158
set_pc
= 1;
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.h
83
void (*
set_pc
) (struct regcache *regcache, CORE_ADDR newpc);
member in struct:win32_target_ops
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.h
76
void (*
set_pc
) (struct regcache *regcache, CORE_ADDR newpc);
member in struct:win32_target_ops
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026