OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tCE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
24021
/* Two variants of the above -
TCE
for a numeric Thumb opcode,
tCE
for
24023
#define
TCE
(mnem, aop, top, nops, ops, ae, te) \
24025
#define
tCE
(mnem, aop, top, nops, ops, ae, te) \
24072
/* Thumb-only variants of
TCE
and TUE. */
24215
tCE
("and", 0000000, _and, 3, (RR, oRR, SH), arit, t_arit3c),
24217
tCE
("eor", 0200000, _eor, 3, (RR, oRR, SH), arit, t_arit3c),
24219
tCE
("sub", 0400000, _sub, 3, (RR, oRR, SH), arit, t_add_sub),
24221
tCE
("add", 0800000, _add, 3, (RR, oRR, SHG), arit, t_add_sub),
24223
tCE
("adc", 0a00000, _adc, 3, (RR, oRR, SH), arit, t_arit3c)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
24024
/* Two variants of the above -
TCE
for a numeric Thumb opcode,
tCE
for
24026
#define
TCE
(mnem, aop, top, nops, ops, ae, te) \
24028
#define
tCE
(mnem, aop, top, nops, ops, ae, te) \
24075
/* Thumb-only variants of
TCE
and TUE. */
24218
tCE
("and", 0000000, _and, 3, (RR, oRR, SH), arit, t_arit3c),
24220
tCE
("eor", 0200000, _eor, 3, (RR, oRR, SH), arit, t_arit3c),
24222
tCE
("sub", 0400000, _sub, 3, (RR, oRR, SH), arit, t_add_sub),
24224
tCE
("add", 0800000, _add, 3, (RR, oRR, SHG), arit, t_add_sub),
24226
tCE
("adc", 0a00000, _adc, 3, (RR, oRR, SH), arit, t_arit3c)
[
all
...]
Completed in 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026