OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optbits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-mep.c
194
static int
optbits
= 0;
226
optbits
|= 1 << CGEN_INSN_OPTIONAL_AVE_INSN;
230
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_AVE_INSN);
234
optbits
|= 1 << CGEN_INSN_OPTIONAL_MUL_INSN;
238
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_MUL_INSN);
242
optbits
|= 1 << CGEN_INSN_OPTIONAL_DIV_INSN;
246
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_DIV_INSN);
250
optbits
|= 1 << CGEN_INSN_OPTIONAL_BIT_INSN;
254
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_BIT_INSN);
258
optbits
|= 1 << CGEN_INSN_OPTIONAL_LDZ_INSN
193
static int
optbits
= 0;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mep.c
194
static int
optbits
= 0;
226
optbits
|= 1 << CGEN_INSN_OPTIONAL_AVE_INSN;
230
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_AVE_INSN);
234
optbits
|= 1 << CGEN_INSN_OPTIONAL_MUL_INSN;
238
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_MUL_INSN);
242
optbits
|= 1 << CGEN_INSN_OPTIONAL_DIV_INSN;
246
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_DIV_INSN);
250
optbits
|= 1 << CGEN_INSN_OPTIONAL_BIT_INSN;
254
optbits
&= ~(1 << CGEN_INSN_OPTIONAL_BIT_INSN);
258
optbits
|= 1 << CGEN_INSN_OPTIONAL_LDZ_INSN
193
static int
optbits
= 0;
variable
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026