OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csr_num
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c
1614
unsigned int
csr_num
= _BF (instr, 32, 22);
local
1626
if (
csr_num
== 1)
1649
if (
csr_num
< ARRAY_SIZE (nfp_me27_28_mecsrs))
1650
nm = nfp_me27_28_mecsrs[
csr_num
];
1657
dinfo->fprintf_func (dinfo->stream, "0x%x", (
csr_num
* 4));
/src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c
1614
unsigned int
csr_num
= _BF (instr, 32, 22);
local
1626
if (
csr_num
== 1)
1649
if (
csr_num
< ARRAY_SIZE (nfp_me27_28_mecsrs))
1650
nm = nfp_me27_28_mecsrs[
csr_num
];
1657
dinfo->fprintf_func (dinfo->stream, "0x%x", (
csr_num
* 4));
/src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c
1614
unsigned int
csr_num
= _BF (instr, 32, 22);
local
1626
if (
csr_num
== 1)
1649
if (
csr_num
< ARRAY_SIZE (nfp_me27_28_mecsrs))
1650
nm = nfp_me27_28_mecsrs[
csr_num
];
1657
dinfo->fprintf_func (dinfo->stream, "0x%x", (
csr_num
* 4));
/src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c
1614
unsigned int
csr_num
= _BF (instr, 32, 22);
local
1626
if (
csr_num
== 1)
1649
if (
csr_num
< ARRAY_SIZE (nfp_me27_28_mecsrs))
1650
nm = nfp_me27_28_mecsrs[
csr_num
];
1657
dinfo->fprintf_func (dinfo->stream, "0x%x", (
csr_num
* 4));
Completed in 27 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026