OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jump_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
2630
enum { UNKNOWN, BACKWARD, FORWARD }
jump_type
= UNKNOWN;
2644
jump_type
= (insn_current_address > INSN_ADDRESSES (INSN_UID (label))
2651
ret = ((
jump_type
== BACKWARD) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2667
switch (
jump_type
)
2606
enum { UNKNOWN, BACKWARD, FORWARD }
jump_type
= UNKNOWN;
local
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
2628
enum { UNKNOWN, BACKWARD, FORWARD }
jump_type
= UNKNOWN;
2642
jump_type
= (insn_current_address > INSN_ADDRESSES (INSN_UID (label))
2649
ret = ((
jump_type
== BACKWARD) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2665
switch (
jump_type
)
2604
enum { UNKNOWN, BACKWARD, FORWARD }
jump_type
= UNKNOWN;
local
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026