OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sregp
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/opcodes/
cris-dis.c
497
const struct cris_spec_reg *
sregp
502
if (
sregp
&&
sregp
->reg_size == (unsigned int) -pushsize)
526
const struct cris_spec_reg *
sregp
541
if (
sregp
!= NULL)
679
const struct cris_spec_reg *
sregp
684
if (
sregp
== NULL)
691
distype == cris_dis_v32 ? 4 : (
sregp
->reg_size + 1) & ~1;
903
const struct cris_spec_reg *
sregp
909
if (
sregp
== NULL
496
const struct cris_spec_reg *
sregp
local
525
const struct cris_spec_reg *
sregp
local
678
const struct cris_spec_reg *
sregp
local
902
const struct cris_spec_reg *
sregp
local
1004
const struct cris_spec_reg *
sregp
local
1331
const struct cris_spec_reg *
sregp
local
[
all
...]
/toolchain/binutils/binutils-2.27/gas/config/
tc-cris.c
2486
const struct cris_spec_reg *
sregp
;
local
2544
const struct cris_support_reg *
sregp
;
local
[
all
...]
tc-mmix.c
551
char *
sregp
= NULL;
local
588
sregp
= p;
589
input_line_pointer =
sregp
;
590
c = get_symbol_name (&
sregp
);
601
c = get_symbol_name (&
sregp
);
624
regno = get_spec_regno (
sregp
);
[
all
...]
Completed in 826 milliseconds