OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REGNUM
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
9044
#define
REGNUM
(p,n,t) REGDEF(p##n, n, t)
9047
REGNUM
(p, 0,t),
REGNUM
(p, 1,t),
REGNUM
(p, 2,t),
REGNUM
(p, 3,t), \
9048
REGNUM
(p, 4,t),
REGNUM
(p, 5,t),
REGNUM
(p, 6,t),
REGNUM
(p, 7,t), \
9049
REGNUM
(p, 8,t), REGNUM(p, 9,t), REGNUM(p,10,t), REGNUM(p,11,t),
[
all
...]
tc-arm.c
21704
vcx_assign_vec_d (unsigned
regnum
)
21706
inst.instruction |= HI4 (
regnum
) << 12;
21707
inst.instruction |= LOW1 (
regnum
) << 22;
21711
vcx_assign_vec_m (unsigned
regnum
)
21713
inst.instruction |= HI4 (
regnum
);
21714
inst.instruction |= LOW1 (
regnum
) << 5;
21718
vcx_assign_vec_n (unsigned
regnum
)
21720
inst.instruction |= HI4 (
regnum
) << 16;
21721
inst.instruction |= LOW1 (
regnum
) << 7;
23627
#define
REGNUM
(p,n,t) REGDEF(p##n, n, t
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
8936
#define
REGNUM
(p,n,t) REGDEF(p##n, n, t)
8939
REGNUM
(p, 0,t),
REGNUM
(p, 1,t),
REGNUM
(p, 2,t),
REGNUM
(p, 3,t), \
8940
REGNUM
(p, 4,t),
REGNUM
(p, 5,t),
REGNUM
(p, 6,t),
REGNUM
(p, 7,t), \
8941
REGNUM
(p, 8,t), REGNUM(p, 9,t), REGNUM(p,10,t), REGNUM(p,11,t),
[
all
...]
tc-arm.c
21707
vcx_assign_vec_d (unsigned
regnum
)
21709
inst.instruction |= HI4 (
regnum
) << 12;
21710
inst.instruction |= LOW1 (
regnum
) << 22;
21714
vcx_assign_vec_m (unsigned
regnum
)
21716
inst.instruction |= HI4 (
regnum
);
21717
inst.instruction |= LOW1 (
regnum
) << 5;
21721
vcx_assign_vec_n (unsigned
regnum
)
21723
inst.instruction |= HI4 (
regnum
) << 16;
21724
inst.instruction |= LOW1 (
regnum
) << 7;
23630
#define
REGNUM
(p,n,t) REGDEF(p##n, n, t
[
all
...]
Completed in 57 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026