OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code_seq_cond
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c
6706
nds32_cond_field_t *
code_seq_cond
= relax_info->relax_code_condition[range];
6711
while (
code_seq_cond
[i].bitmask != 0)
6713
if (offset ==
code_seq_cond
[i].offset)
6720
*insn |= (mask &
code_seq_cond
[i].bitmask) <<
code_seq_cond
[i].bitpos;
6699
nds32_cond_field_t *
code_seq_cond
= relax_info->relax_code_condition[range];
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c
6699
nds32_cond_field_t *
code_seq_cond
= relax_info->relax_code_condition[range];
6704
while (
code_seq_cond
[i].bitmask != 0)
6706
if (offset ==
code_seq_cond
[i].offset)
6713
*insn |= (mask &
code_seq_cond
[i].bitmask) <<
code_seq_cond
[i].bitpos;
6692
nds32_cond_field_t *
code_seq_cond
= relax_info->relax_code_condition[range];
local
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026