OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opnd_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
2100
int
opnd_cnt
, last_opnd_cnt;
2117
opnd_cnt
= 0;
2120
while (xtensa_operand_is_visible (isa, opcode,
opnd_cnt
) == 0)
2122
opnd_cnt
+= 1;
2135
gas_assert (
opnd_cnt
> 0);
2145
if (
opnd_cnt
>= opcode_operand_count)
2150
gas_assert (
opnd_cnt
< MAX_INSN_ARGS);
2152
expression_maybe_register (opcode,
opnd_cnt
, tok);
2157
if (xtensa_operand_is_register (isa, opcode,
opnd_cnt
) == 1)
2159
num_regs = xtensa_operand_num_regs (isa, opcode,
opnd_cnt
) - 1
2096
int
opnd_cnt
, last_
opnd_cnt
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
2100
int
opnd_cnt
, last_opnd_cnt;
2117
opnd_cnt
= 0;
2120
while (xtensa_operand_is_visible (isa, opcode,
opnd_cnt
) == 0)
2122
opnd_cnt
+= 1;
2135
gas_assert (
opnd_cnt
> 0);
2145
if (
opnd_cnt
>= opcode_operand_count)
2150
gas_assert (
opnd_cnt
< MAX_INSN_ARGS);
2152
expression_maybe_register (opcode,
opnd_cnt
, tok);
2157
if (xtensa_operand_is_register (isa, opcode,
opnd_cnt
) == 1)
2159
num_regs = xtensa_operand_num_regs (isa, opcode,
opnd_cnt
) - 1
2096
int
opnd_cnt
, last_
opnd_cnt
;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026