OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:branch_p
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/riscv/riscv/
db_machdep.c
190
bool
branch_p
; // = false;
local
193
branch_p
= (rs1 == rs2);
196
branch_p
= ((rs1 & (1 << (i.type_b.b_rs2))) != 0);
199
branch_p
= (rs1 < rs2);
203
branch_p
= ((uregister_t)rs1 < (uregister_t)rs2);
208
branch_p
= !
branch_p
;
210
if (!
branch_p
) {
/src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.cc
177
int
branch_p
;
local
184
branch_p
= (destination != 0);
207
if (
branch_p
)
/src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.cc
177
int
branch_p
;
local
184
branch_p
= (destination != 0);
207
if (
branch_p
)
/src/external/gpl3/gdb/dist/gdb/
sparc-tdep.c
1642
int
branch_p
= 0, fused_p = 0;
1650
branch_p
= 1;
1656
branch_p
= 1;
1664
branch_p
= 1;
1671
branch_p
= 1;
1677
branch_p
= 1;
1683
branch_p
= 1;
1698
if (
branch_p
)
1632
int
branch_p
= 0, fused_p = 0;
local
/src/external/gpl3/gdb.old/dist/gdb/
sparc-tdep.c
1642
int
branch_p
= 0, fused_p = 0;
1650
branch_p
= 1;
1656
branch_p
= 1;
1664
branch_p
= 1;
1671
branch_p
= 1;
1677
branch_p
= 1;
1683
branch_p
= 1;
1698
if (
branch_p
)
1632
int
branch_p
= 0, fused_p = 0;
local
/src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc
940
int
branch_p
;
957
branch_p
= (result == 0);
958
if (
branch_p
)
930
int
branch_p
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc
941
int
branch_p
;
958
branch_p
= (result == 0);
959
if (
branch_p
)
931
int
branch_p
;
local
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc
1505
bool
branch_p
;
1516
branch_p
= true;
1525
branch_p
= true;
1530
branch_p
= false;
1563
if (
branch_p
&& i <= (n_insns - 2))
1503
bool
branch_p
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc
1513
bool
branch_p
;
1524
branch_p
= true;
1533
branch_p
= true;
1538
branch_p
= false;
1571
if (
branch_p
&& i <= (n_insns - 2))
1511
bool
branch_p
;
local
Completed in 51 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026