OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spec_reg
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
cris-dis.c
496
unsigned int
spec_reg
= (insn >> 12) & 15;
498
= spec_reg_info (
spec_reg
, disdata->distype);
495
unsigned int
spec_reg
= (insn >> 12) & 15;
local
/src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c
496
unsigned int
spec_reg
= (insn >> 12) & 15;
498
= spec_reg_info (
spec_reg
, disdata->distype);
495
unsigned int
spec_reg
= (insn >> 12) & 15;
local
/src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c
496
unsigned int
spec_reg
= (insn >> 12) & 15;
498
= spec_reg_info (
spec_reg
, disdata->distype);
495
unsigned int
spec_reg
= (insn >> 12) & 15;
local
/src/external/gpl3/gdb/dist/opcodes/
cris-dis.c
496
unsigned int
spec_reg
= (insn >> 12) & 15;
498
= spec_reg_info (
spec_reg
, disdata->distype);
495
unsigned int
spec_reg
= (insn >> 12) & 15;
local
/src/external/gpl3/binutils/dist/gas/config/
tc-cris.c
98
const struct cris_spec_reg *
spec_reg
;
member in struct:cris_instruction
1299
if (output_instruction.
spec_reg
!= NULL)
1302
opcodep[0] = -output_instruction.
spec_reg
->reg_size;
1835
if (! get_spec_reg (&s, &out_insnp->
spec_reg
))
1843
if (out_insnp->
spec_reg
->warning)
1844
as_warn ("%s", out_insnp->
spec_reg
->warning);
1845
else if (out_insnp->
spec_reg
->applicable_version
1849
out_insnp->
spec_reg
->name);
1852
|= out_insnp->
spec_reg
->number << 12;
2127
switch (out_insnp->
spec_reg
->reg_size
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c
98
const struct cris_spec_reg *
spec_reg
;
member in struct:cris_instruction
1299
if (output_instruction.
spec_reg
!= NULL)
1302
opcodep[0] = -output_instruction.
spec_reg
->reg_size;
1835
if (! get_spec_reg (&s, &out_insnp->
spec_reg
))
1843
if (out_insnp->
spec_reg
->warning)
1844
as_warn ("%s", out_insnp->
spec_reg
->warning);
1845
else if (out_insnp->
spec_reg
->applicable_version
1849
out_insnp->
spec_reg
->name);
1852
|= out_insnp->
spec_reg
->number << 12;
2127
switch (out_insnp->
spec_reg
->reg_size
[
all
...]
Completed in 67 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026