OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:THUMB_OP16
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
11337
static const unsigned short
thumb_op16
[] = { T16_32_TAB };
11338
#define
THUMB_OP16
(n) (
thumb_op16
[(n) - (T16_32_OFFSET + 1)])
11428
inst.instruction =
THUMB_OP16
(opcode);
11607
inst.instruction =
THUMB_OP16
(inst.instruction);
11621
inst.instruction =
THUMB_OP16
(inst.instruction);
11689
inst.instruction =
THUMB_OP16
(inst.instruction);
11718
inst.instruction =
THUMB_OP16
(inst.instruction);
11778
inst.instruction =
THUMB_OP16
(inst.instruction);
11785
inst.instruction =
THUMB_OP16
(inst.instruction)
11332
static const unsigned short
thumb_op16
[] = { T16_32_TAB };
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
11340
static const unsigned short
thumb_op16
[] = { T16_32_TAB };
11341
#define
THUMB_OP16
(n) (
thumb_op16
[(n) - (T16_32_OFFSET + 1)])
11431
inst.instruction =
THUMB_OP16
(opcode);
11610
inst.instruction =
THUMB_OP16
(inst.instruction);
11624
inst.instruction =
THUMB_OP16
(inst.instruction);
11692
inst.instruction =
THUMB_OP16
(inst.instruction);
11721
inst.instruction =
THUMB_OP16
(inst.instruction);
11781
inst.instruction =
THUMB_OP16
(inst.instruction);
11788
inst.instruction =
THUMB_OP16
(inst.instruction)
11335
static const unsigned short
thumb_op16
[] = { T16_32_TAB };
variable
[
all
...]
Completed in 56 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026