OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRS
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
tic4x-dis.c
196
e =
EXTRS
(val, 31, 24); /* Exponent. */
237
e =
EXTRS
(arg, 15, 12);
252
e =
EXTRS
(arg, 31, 24);
419
tic4x_print_relative (info, pc,
EXTRS
(instruction, 23, 0),
515
tic4x_print_relative (info, pc,
EXTRS
(instruction, 15, 0),
533
EXTRS
(instruction, 15, 0));
558
tic4x_print_immed (info, IMMED_SINT,
EXTRS
(instruction, 7, 0));
/toolchain/binutils/binutils-2.25/include/opcode/
tic4x.h
28
#define
EXTRS
(inst, m, l) EXTR ((long)(inst), (m), (l))
[
all
...]
Completed in 107 milliseconds