OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRU
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
tic4x-dis.c
199
s =
EXTRU
(val, 23, 23); /* Sign bit. */
200
f =
EXTRU
(val, 22, 0); /* Mantissa. */
240
s =
EXTRU
(arg, 11, 11);
241
f =
EXTRU
(arg, 10, 0);
255
s =
EXTRU
(arg, 23, 23);
256
f =
EXTRU
(arg, 22, 0);
305
disp =
EXTRU
(arg, 7, 3);
306
aregno =
EXTRU
(arg, 2, 0) + REG_AR0;
311
aregno =
EXTRU
(arg, 2, 0) + REG_AR0;
312
modn =
EXTRU
(arg, 7, 3)
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
tic4x.h
27
#define
EXTRU
(inst, m, l) EXTR ((unsigned long)(inst), (m), (l))
[
all
...]
Completed in 39 milliseconds