OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t2_base_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
6685
int
t2_base_reg
, t2_last_reg;
6703
t2_base_reg
= t2->tok[j].X_add_number;
6704
t2_last_reg =
t2_base_reg
+ xtensa_operand_num_regs (isa, t2->opcode, j);
6736
for (t2_reg =
t2_base_reg
; t2_reg < t2_last_reg; t2_reg++)
12805
int
t2_base_reg
, t2_last_reg;
12834
t2_base_reg
= insn->tok[j].X_add_number;
12836
=
t2_base_reg
+ xtensa_operand_num_regs (isa, insn->opcode, j);
12860
for (t2_reg =
t2_base_reg
; t2_reg < t2_last_reg; t2_reg++)
6674
int
t2_base_reg
, t2_last_reg;
local
12784
int
t2_base_reg
, t2_last_reg;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
6685
int
t2_base_reg
, t2_last_reg;
6703
t2_base_reg
= t2->tok[j].X_add_number;
6704
t2_last_reg =
t2_base_reg
+ xtensa_operand_num_regs (isa, t2->opcode, j);
6736
for (t2_reg =
t2_base_reg
; t2_reg < t2_last_reg; t2_reg++)
12805
int
t2_base_reg
, t2_last_reg;
12834
t2_base_reg
= insn->tok[j].X_add_number;
12836
=
t2_base_reg
+ xtensa_operand_num_regs (isa, insn->opcode, j);
12860
for (t2_reg =
t2_base_reg
; t2_reg < t2_last_reg; t2_reg++)
6674
int
t2_base_reg
, t2_last_reg;
local
12784
int
t2_base_reg
, t2_last_reg;
local
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026