OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tC3
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
24036
#define
TC3
(mnem, aop, top, nops, ops, ae, te) \
24040
#define
tC3
(mnem, aop, top, nops, ops, ae, te) \
24216
tC3
("ands", 0100000, _ands, 3, (RR, oRR, SH), arit, t_arit3c),
24218
tC3
("eors", 0300000, _eors, 3, (RR, oRR, SH), arit, t_arit3c),
24220
tC3
("subs", 0500000, _subs, 3, (RR, oRR, SH), arit, t_add_sub),
24222
tC3
("adds", 0900000, _adds, 3, (RR, oRR, SHG), arit, t_add_sub),
24224
tC3
("adcs", 0b00000, _adcs, 3, (RR, oRR, SH), arit, t_arit3c),
24226
tC3
("sbcs", 0d00000, _sbcs, 3, (RR, oRR, SH), arit, t_arit3),
24228
tC3
("orrs", 1900000, _orrs, 3, (RR, oRR, SH), arit, t_arit3c),
24230
tC3
("bics", 1d00000, _bics, 3, (RR, oRR, SH), arit, t_arit3)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
24039
#define
TC3
(mnem, aop, top, nops, ops, ae, te) \
24043
#define
tC3
(mnem, aop, top, nops, ops, ae, te) \
24219
tC3
("ands", 0100000, _ands, 3, (RR, oRR, SH), arit, t_arit3c),
24221
tC3
("eors", 0300000, _eors, 3, (RR, oRR, SH), arit, t_arit3c),
24223
tC3
("subs", 0500000, _subs, 3, (RR, oRR, SH), arit, t_add_sub),
24225
tC3
("adds", 0900000, _adds, 3, (RR, oRR, SHG), arit, t_add_sub),
24227
tC3
("adcs", 0b00000, _adcs, 3, (RR, oRR, SH), arit, t_arit3c),
24229
tC3
("sbcs", 0d00000, _sbcs, 3, (RR, oRR, SH), arit, t_arit3),
24231
tC3
("orrs", 1900000, _orrs, 3, (RR, oRR, SH), arit, t_arit3c),
24233
tC3
("bics", 1d00000, _bics, 3, (RR, oRR, SH), arit, t_arit3)
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026